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

804 passed, 0 failed and 34 skipped

Tests passed successfully

Report Passed Failed Skipped Time
Conda.Tests-macos-latest-3.12-net8.0.trx 1✔️ 3s
Conda.Tests-macos-latest-3.12-net9.0.trx 1✔️ 3s
CSnakes.Runtime.Tests-macos-latest-3.12-net8.0.trx 120✔️ 17✖️ 8s
CSnakes.Runtime.Tests-macos-latest-3.12-net9.0.trx 120✔️ 17✖️ 6s
CSnakes.Tests-macos-latest-3.12-net8.0.trx 185✔️ 8s
CSnakes.Tests-macos-latest-3.12-net9.0.trx 185✔️ 9s
Integration.Tests-macos-latest-3.12-net8.0.trx 94✔️ 12s
Integration.Tests-macos-latest-3.12-net9.0.trx 98✔️ 8s

✔️ Conda.Tests-macos-latest-3.12-net8.0.trx

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

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

✔️ Conda.Tests-macos-latest-3.12-net9.0.trx

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

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

✔️ CSnakes.Runtime.Tests-macos-latest-3.12-net8.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 54ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 82ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 99ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 66ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 538ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 91ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 322ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 225ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 197ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 10ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 938ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 205ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 299ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 105ms

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

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

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 36ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 57ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 90ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 47ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 368ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 37ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 541ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 205ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 271ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 10ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 13ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 392ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 175ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 345ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 85ms

✔️ CSnakes.Tests-macos-latest-3.12-net8.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 6ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 5s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 0ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 569ms
CSnakes.Tests.TokenizerTests 81✔️ 142ms
CSnakes.Tests.TypeReflectionTests 49✔️ 131ms

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

185 tests were completed in 9s 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✔️ 11ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 518ms
CSnakes.Tests.TokenizerTests 81✔️ 210ms
CSnakes.Tests.TypeReflectionTests 49✔️ 120ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 14ms
Integration.Tests.BasicTests 9✔️ 28ms
Integration.Tests.BufferTests 28✔️ 205ms
Integration.Tests.DefaultsTests 7✔️ 4ms
Integration.Tests.ExceptionTests 2✔️ 5ms
Integration.Tests.FalseReturns 12✔️ 5ms
Integration.Tests.GeneratorTests 2✔️ 7ms
Integration.Tests.NoneTests 2✔️ 3ms
Integration.Tests.ReloadTests 3✔️ 5ms
Integration.Tests.TestDependency 1✔️ 136ms
Integration.Tests.TestDicts 5✔️ 5ms
Integration.Tests.TupleTests 17✔️ 25ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 18ms
Integration.Tests.BasicTests 9✔️ 29ms
Integration.Tests.BufferTests 32✔️ 149ms
Integration.Tests.DefaultsTests 7✔️ 3ms
Integration.Tests.ExceptionTests 2✔️ 5ms
Integration.Tests.FalseReturns 12✔️ 5ms
Integration.Tests.GeneratorTests 2✔️ 5ms
Integration.Tests.NoneTests 2✔️ 3ms
Integration.Tests.ReloadTests 3✔️ 6ms
Integration.Tests.TestDependency 1✔️ 119ms
Integration.Tests.TestDicts 5✔️ 6ms
Integration.Tests.TupleTests 17✔️ 26ms