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.12 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.12-net8.0.trx 1✔️ 8s
Conda.Tests-ubuntu-latest-3.12-net9.0.trx 1✔️ 6s
CSnakes.Runtime.Tests-ubuntu-latest-3.12-net8.0.trx 120✔️ 17✖️ 10s
CSnakes.Runtime.Tests-ubuntu-latest-3.12-net9.0.trx 120✔️ 17✖️ 10s
CSnakes.Tests-ubuntu-latest-3.12-net8.0.trx 185✔️ 20s
CSnakes.Tests-ubuntu-latest-3.12-net9.0.trx 185✔️ 14s
Integration.Tests-ubuntu-latest-3.12-net8.0.trx 94✔️ 30s
Integration.Tests-ubuntu-latest-3.12-net9.0.trx 98✔️ 22s

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

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

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

✔️ Conda.Tests-ubuntu-latest-3.12-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✔️ 821ms

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.12-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✔️ 67ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 73ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 59ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 59ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 294ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 61ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 343ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 264ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 236ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 21ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 350ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 65ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 178ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 416ms

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.12-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✔️ 33ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 97ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 80ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 54ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 538ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 48ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 378ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 157ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 182ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 37ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 268ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 127ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 127ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 302ms

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

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

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

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

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 19ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 6s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 9ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 942ms
CSnakes.Tests.TokenizerTests 81✔️ 343ms
CSnakes.Tests.TypeReflectionTests 49✔️ 278ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 113ms
Integration.Tests.BasicTests 9✔️ 106ms
Integration.Tests.BufferTests 28✔️ 336ms
Integration.Tests.DefaultsTests 7✔️ 7ms
Integration.Tests.ExceptionTests 2✔️ 11ms
Integration.Tests.FalseReturns 12✔️ 12ms
Integration.Tests.GeneratorTests 2✔️ 7ms
Integration.Tests.NoneTests 2✔️ 8ms
Integration.Tests.ReloadTests 3✔️ 14ms
Integration.Tests.TestDependency 1✔️ 199ms
Integration.Tests.TestDicts 5✔️ 12ms
Integration.Tests.TupleTests 17✔️ 52ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 31ms
Integration.Tests.BasicTests 9✔️ 77ms
Integration.Tests.BufferTests 32✔️ 425ms
Integration.Tests.DefaultsTests 7✔️ 5ms
Integration.Tests.ExceptionTests 2✔️ 10ms
Integration.Tests.FalseReturns 12✔️ 10ms
Integration.Tests.GeneratorTests 2✔️ 7ms
Integration.Tests.NoneTests 2✔️ 2ms
Integration.Tests.ReloadTests 3✔️ 19ms
Integration.Tests.TestDependency 1✔️ 225ms
Integration.Tests.TestDicts 5✔️ 10ms
Integration.Tests.TupleTests 17✔️ 109ms