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

Add free-threaded on Python for Windows via nuget #225

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Nuget package and Windows installer is "python3.13t.exe"

4e5b059
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add free-threaded on Python for Windows via nuget #225

Nuget package and Windows installer is "python3.13t.exe"
4e5b059
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test report ubuntu-latest-3.12-false succeeded Oct 1, 2024 in 0s

730 passed, 0 failed and 34 skipped

Tests passed successfully

Report Passed Failed Skipped Time
CSnakes.Runtime.Tests-ubuntu-latest-3.12-false-net8.0.trx 107✔️ 17✖️ 7s
CSnakes.Runtime.Tests-ubuntu-latest-3.12-false-net9.0.trx 107✔️ 17✖️ 6s
CSnakes.Tests-ubuntu-latest-3.12-false-net8.0.trx 165✔️ 16s
CSnakes.Tests-ubuntu-latest-3.12-false-net9.0.trx 165✔️ 13s
Integration.Tests-ubuntu-latest-3.12-false-net8.0.trx 91✔️ 26s
Integration.Tests-ubuntu-latest-3.12-false-net9.0.trx 95✔️ 26s

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

124 tests were completed in 7s with 107 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 22ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 33ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 33ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 20ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 59ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 18ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 233ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 96ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 140ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 15ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 319ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 801ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 297ms

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

124 tests were completed in 6s with 107 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 30ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 22ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 29ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 24ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 58ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 19ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 141ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 122ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 90ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 14ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 227ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 719ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 269ms

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

165 tests were completed in 16s with 165 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 22ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 7s
CSnakes.Tests.TokenizerTests 81✔️ 311ms
CSnakes.Tests.TypeReflectionTests 49✔️ 360ms

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

165 tests were completed in 13s with 165 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 18ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 6s
CSnakes.Tests.TokenizerTests 81✔️ 348ms
CSnakes.Tests.TypeReflectionTests 49✔️ 325ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 15s
Integration.Tests.BasicTests 9✔️ 16s
Integration.Tests.BufferTests 28✔️ 1s
Integration.Tests.DefaultsTests 7✔️ 448ms
Integration.Tests.ExceptionTests 2✔️ 15s
Integration.Tests.FalseReturns 12✔️ 737ms
Integration.Tests.GeneratorTests 2✔️ 140ms
Integration.Tests.NoneTests 2✔️ 121ms
Integration.Tests.TestDependency 1✔️ 15s
Integration.Tests.TestDicts 5✔️ 350ms
Integration.Tests.TupleTests 17✔️ 1s

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 569ms
Integration.Tests.BasicTests 9✔️ 501ms
Integration.Tests.BufferTests 32✔️ 2s
Integration.Tests.DefaultsTests 7✔️ 19s
Integration.Tests.ExceptionTests 2✔️ 190ms
Integration.Tests.FalseReturns 12✔️ 861ms
Integration.Tests.GeneratorTests 2✔️ 183ms
Integration.Tests.NoneTests 2✔️ 19s
Integration.Tests.TestDependency 1✔️ 19s
Integration.Tests.TestDicts 5✔️ 19s
Integration.Tests.TupleTests 17✔️ 1s