Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target .NET 9 if SDK is available #294

Merged
merged 1 commit into from
Oct 29, 2024

Target .NET 9 if SDK is available

5eccd08
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Target .NET 9 if SDK is available #294

Target .NET 9 if SDK is available
5eccd08
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test report ubuntu-latest-3.13 succeeded Oct 23, 2024 in 0s

804 passed, 0 failed and 34 skipped

Tests passed successfully

Report Passed Failed Skipped Time
Conda.Tests-ubuntu-latest-3.13-net8.0.trx 1✔️ 6s
Conda.Tests-ubuntu-latest-3.13-net9.0.trx 1✔️ 5s
CSnakes.Runtime.Tests-ubuntu-latest-3.13-net8.0.trx 120✔️ 17✖️ 10s
CSnakes.Runtime.Tests-ubuntu-latest-3.13-net9.0.trx 120✔️ 17✖️ 10s
CSnakes.Tests-ubuntu-latest-3.13-net8.0.trx 185✔️ 16s
CSnakes.Tests-ubuntu-latest-3.13-net9.0.trx 185✔️ 17s
Integration.Tests-ubuntu-latest-3.13-net8.0.trx 94✔️ 24s
Integration.Tests-ubuntu-latest-3.13-net9.0.trx 98✔️ 24s

✔️ Conda.Tests-ubuntu-latest-3.13-net8.0.trx

1 tests were completed in 6s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Conda.Tests.BasicTests 1✔️ 2s

✔️ Conda.Tests-ubuntu-latest-3.13-net9.0.trx

1 tests were completed in 5s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Conda.Tests.BasicTests 1✔️ 2s

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.13-net8.0.trx

137 tests were completed in 10s with 120 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 42ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 110ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 119ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 91ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 454ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 60ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 202ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 175ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 197ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 12ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 516ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 168ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 311ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 526ms

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.13-net9.0.trx

137 tests were completed in 10s with 120 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 64ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 70ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 132ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 89ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 520ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 65ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 308ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 283ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 182ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 53ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 11ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 597ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 191ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 286ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 501ms

✔️ CSnakes.Tests-ubuntu-latest-3.13-net8.0.trx

185 tests were completed in 16s with 185 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 20ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 7s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 14ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 1s
CSnakes.Tests.TokenizerTests 81✔️ 393ms
CSnakes.Tests.TypeReflectionTests 49✔️ 426ms

✔️ CSnakes.Tests-ubuntu-latest-3.13-net9.0.trx

185 tests were completed in 17s with 185 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 8ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 8s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 17ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 1s
CSnakes.Tests.TokenizerTests 81✔️ 392ms
CSnakes.Tests.TypeReflectionTests 49✔️ 301ms

✔️ Integration.Tests-ubuntu-latest-3.13-net8.0.trx

94 tests were completed in 24s with 94 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 68ms
Integration.Tests.BasicTests 9✔️ 112ms
Integration.Tests.BufferTests 28✔️ 609ms
Integration.Tests.DefaultsTests 7✔️ 15ms
Integration.Tests.ExceptionTests 2✔️ 24ms
Integration.Tests.FalseReturns 12✔️ 11ms
Integration.Tests.GeneratorTests 2✔️ 7ms
Integration.Tests.NoneTests 2✔️ 2ms
Integration.Tests.ReloadTests 3✔️ 8ms
Integration.Tests.TestDependency 1✔️ 630ms
Integration.Tests.TestDicts 5✔️ 11ms
Integration.Tests.TupleTests 17✔️ 88ms

✔️ Integration.Tests-ubuntu-latest-3.13-net9.0.trx

98 tests were completed in 24s with 98 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 115ms
Integration.Tests.BasicTests 9✔️ 189ms
Integration.Tests.BufferTests 32✔️ 487ms
Integration.Tests.DefaultsTests 7✔️ 5ms
Integration.Tests.ExceptionTests 2✔️ 10ms
Integration.Tests.FalseReturns 12✔️ 10ms
Integration.Tests.GeneratorTests 2✔️ 9ms
Integration.Tests.NoneTests 2✔️ 2ms
Integration.Tests.ReloadTests 3✔️ 12ms
Integration.Tests.TestDependency 1✔️ 304ms
Integration.Tests.TestDicts 5✔️ 10ms
Integration.Tests.TupleTests 17✔️ 41ms