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.11 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.11-net8.0.trx 1✔️ 5s
Conda.Tests-ubuntu-latest-3.11-net9.0.trx 1✔️ 5s
CSnakes.Runtime.Tests-ubuntu-latest-3.11-net8.0.trx 120✔️ 17✖️ 10s
CSnakes.Runtime.Tests-ubuntu-latest-3.11-net9.0.trx 120✔️ 17✖️ 10s
CSnakes.Tests-ubuntu-latest-3.11-net8.0.trx 185✔️ 18s
CSnakes.Tests-ubuntu-latest-3.11-net9.0.trx 185✔️ 14s
Integration.Tests-ubuntu-latest-3.11-net8.0.trx 94✔️ 28s
Integration.Tests-ubuntu-latest-3.11-net9.0.trx 98✔️ 26s

✔️ Conda.Tests-ubuntu-latest-3.11-net8.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

✔️ Conda.Tests-ubuntu-latest-3.11-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✔️ 1s

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.11-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✔️ 68ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 150ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 115ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 101ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 561ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 69ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 389ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 326ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 235ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 20ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 14ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 302ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 135ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 215ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 297ms

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.11-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✔️ 50ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 70ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 61ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 37ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 10✔️ 410ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 68ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 398ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 337ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 215ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 12ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 20ms
CSnakes.Runtime.Tests.Python.ImmortalTests 5✔️ 316ms
CSnakes.Runtime.Tests.Python.ImportTests 3✔️ 123ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 238ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 314ms

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

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

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

✔️ CSnakes.Tests-ubuntu-latest-3.11-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✔️ 16ms
CSnakes.Tests.GeneratedSignatureTests 30✔️ 7s
CSnakes.Tests.PythonConstantTests+FloatTests 1✔️ 17ms
CSnakes.Tests.PythonStaticGeneratorTests 14✔️ 1s
CSnakes.Tests.TokenizerTests 81✔️ 378ms
CSnakes.Tests.TypeReflectionTests 49✔️ 42ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 46ms
Integration.Tests.BasicTests 9✔️ 92ms
Integration.Tests.BufferTests 28✔️ 268ms
Integration.Tests.DefaultsTests 7✔️ 7ms
Integration.Tests.ExceptionTests 2✔️ 8ms
Integration.Tests.FalseReturns 12✔️ 14ms
Integration.Tests.GeneratorTests 2✔️ 15ms
Integration.Tests.NoneTests 2✔️ 2ms
Integration.Tests.ReloadTests 3✔️ 17ms
Integration.Tests.TestDependency 1✔️ 275ms
Integration.Tests.TestDicts 5✔️ 16ms
Integration.Tests.TupleTests 17✔️ 57ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 44ms
Integration.Tests.BasicTests 9✔️ 75ms
Integration.Tests.BufferTests 32✔️ 347ms
Integration.Tests.DefaultsTests 7✔️ 10ms
Integration.Tests.ExceptionTests 2✔️ 7ms
Integration.Tests.FalseReturns 12✔️ 16ms
Integration.Tests.GeneratorTests 2✔️ 28ms
Integration.Tests.NoneTests 2✔️ 2ms
Integration.Tests.ReloadTests 3✔️ 16ms
Integration.Tests.TestDependency 1✔️ 337ms
Integration.Tests.TestDicts 5✔️ 40ms
Integration.Tests.TupleTests 17✔️ 51ms