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 windows-latest-3.12 succeeded Oct 23, 2024 in 0s

816 passed, 0 failed and 22 skipped

Tests passed successfully

Report Passed Failed Skipped Time
Conda.Tests-windows-latest-3.12-net8.0.trx 1✔️ 6s
Conda.Tests-windows-latest-3.12-net9.0.trx 1✔️ 5s
CSnakes.Runtime.Tests-windows-latest-3.12-net8.0.trx 126✔️ 11✖️ 6s
CSnakes.Runtime.Tests-windows-latest-3.12-net9.0.trx 126✔️ 11✖️ 6s
CSnakes.Tests-windows-latest-3.12-net8.0.trx 185✔️ 16s
CSnakes.Tests-windows-latest-3.12-net9.0.trx 185✔️ 11s
Integration.Tests-windows-latest-3.12-net8.0.trx 94✔️ 27s
Integration.Tests-windows-latest-3.12-net9.0.trx 98✔️ 28s

✔️ Conda.Tests-windows-latest-3.12-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✔️ 3s

✔️ Conda.Tests-windows-latest-3.12-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-windows-latest-3.12-net8.0.trx

137 tests were completed in 6s with 126 passed, 0 failed and 11 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 28ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 22ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 30ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 18ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 119ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 19ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 82ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 85ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 71ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 8ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 176ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 33ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 83ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 509ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 361ms

✔️ CSnakes.Runtime.Tests-windows-latest-3.12-net9.0.trx

137 tests were completed in 6s with 126 passed, 0 failed and 11 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 48ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 35ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 61ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 34ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 145ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 26ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 153ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 123ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 85ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 17ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 245ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 51ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 85ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 919ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 163ms

✔️ CSnakes.Tests-windows-latest-3.12-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✔️ 1ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 5s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 1ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 750ms
CSnakes.Tests.TokenizerTests 81✔️ 268ms
CSnakes.Tests.TypeReflectionTests 49✔️ 363ms

✔️ CSnakes.Tests-windows-latest-3.12-net9.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 1ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 4s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 10ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 515ms
CSnakes.Tests.TokenizerTests 81✔️ 118ms
CSnakes.Tests.TypeReflectionTests 49✔️ 140ms

✔️ Integration.Tests-windows-latest-3.12-net8.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 26ms
Integration.Tests.BasicTests 9✔️ 62ms
Integration.Tests.BufferTests 28✔️ 210ms
Integration.Tests.DefaultsTests 7✔️ 6ms
Integration.Tests.ExceptionTests 2✔️ 12ms
Integration.Tests.FalseReturns 12✔️ 10ms
Integration.Tests.GeneratorTests 2✔️ 16ms
Integration.Tests.NoneTests 2✔️ 3ms
Integration.Tests.ReloadTests 3✔️ 12ms
Integration.Tests.TestDependency 1✔️ 180ms
Integration.Tests.TestDicts 5✔️ 11ms
Integration.Tests.TupleTests 17✔️ 41ms

✔️ Integration.Tests-windows-latest-3.12-net9.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 28ms
Integration.Tests.BasicTests 9✔️ 62ms
Integration.Tests.BufferTests 32✔️ 201ms
Integration.Tests.DefaultsTests 7✔️ 5ms
Integration.Tests.ExceptionTests 2✔️ 10ms
Integration.Tests.FalseReturns 12✔️ 10ms
Integration.Tests.GeneratorTests 2✔️ 7ms
Integration.Tests.NoneTests 2✔️ 3ms
Integration.Tests.ReloadTests 3✔️ 11ms
Integration.Tests.TestDependency 1✔️ 190ms
Integration.Tests.TestDicts 5✔️ 16ms
Integration.Tests.TupleTests 17✔️ 42ms