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.11 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.11-net8.0.trx 1✔️ 6s
Conda.Tests-windows-latest-3.11-net9.0.trx 1✔️ 6s
CSnakes.Runtime.Tests-windows-latest-3.11-net8.0.trx 126✔️ 11✖️ 6s
CSnakes.Runtime.Tests-windows-latest-3.11-net9.0.trx 126✔️ 11✖️ 6s
CSnakes.Tests-windows-latest-3.11-net8.0.trx 185✔️ 16s
CSnakes.Tests-windows-latest-3.11-net9.0.trx 185✔️ 10s
Integration.Tests-windows-latest-3.11-net8.0.trx 94✔️ 29s
Integration.Tests-windows-latest-3.11-net9.0.trx 98✔️ 28s

✔️ Conda.Tests-windows-latest-3.11-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.11-net9.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

✔️ CSnakes.Runtime.Tests-windows-latest-3.11-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✔️ 16ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 22ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 32ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 19ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 121ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 19ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 87ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 103ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 74ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 15ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 200ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 35ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 138ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 576ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 270ms

✔️ CSnakes.Runtime.Tests-windows-latest-3.11-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✔️ 43ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 49ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 48ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 20ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 114ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 20ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 102ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 95ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 89ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 12ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 188ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 36ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 56ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 646ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 211ms

✔️ CSnakes.Tests-windows-latest-3.11-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✔️ 18ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 5s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 1ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 1s
CSnakes.Tests.TokenizerTests 81✔️ 98ms
CSnakes.Tests.TypeReflectionTests 49✔️ 338ms

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

185 tests were completed in 10s 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✔️ 1ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 515ms
CSnakes.Tests.TokenizerTests 81✔️ 161ms
CSnakes.Tests.TypeReflectionTests 49✔️ 23ms

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

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

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

✔️ Integration.Tests-windows-latest-3.11-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✔️ 17ms
Integration.Tests.BasicTests 9✔️ 56ms
Integration.Tests.BufferTests 32✔️ 178ms
Integration.Tests.DefaultsTests 7✔️ 5ms
Integration.Tests.ExceptionTests 2✔️ 13ms
Integration.Tests.FalseReturns 12✔️ 8ms
Integration.Tests.GeneratorTests 2✔️ 5ms
Integration.Tests.NoneTests 2✔️ 2ms
Integration.Tests.ReloadTests 3✔️ 10ms
Integration.Tests.TestDependency 1✔️ 105ms
Integration.Tests.TestDicts 5✔️ 10ms
Integration.Tests.TupleTests 17✔️ 34ms