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 windows-latest-3.12-false succeeded Oct 1, 2024 in 0s

742 passed, 0 failed and 22 skipped

Tests passed successfully

Report Passed Failed Skipped Time
CSnakes.Runtime.Tests-windows-latest-3.12-false-net8.0.trx 113✔️ 11✖️ 12s
CSnakes.Runtime.Tests-windows-latest-3.12-false-net9.0.trx 113✔️ 11✖️ 5s
CSnakes.Tests-windows-latest-3.12-false-net8.0.trx 165✔️ 28s
CSnakes.Tests-windows-latest-3.12-false-net9.0.trx 165✔️ 10s
Integration.Tests-windows-latest-3.12-false-net8.0.trx 91✔️ 37s
Integration.Tests-windows-latest-3.12-false-net9.0.trx 95✔️ 23s

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

124 tests were completed in 12s with 113 passed, 0 failed and 11 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 62ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 18ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 27ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 19ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 54ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 18ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 71ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 75ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 42ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 69ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 13ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 240ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 471ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 1s

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

124 tests were completed in 5s with 113 passed, 0 failed and 11 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 17ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 19ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 26ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 19ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 52ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 13ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 71ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 66ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 57ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 11ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 204ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 394ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 165ms

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

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 1ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 5s
CSnakes.Tests.TokenizerTests 81✔️ 480ms
CSnakes.Tests.TypeReflectionTests 49✔️ 481ms

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

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 11ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 4s
CSnakes.Tests.TokenizerTests 81✔️ 213ms
CSnakes.Tests.TypeReflectionTests 49✔️ 211ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 110ms
Integration.Tests.BasicTests 9✔️ 164ms
Integration.Tests.BufferTests 28✔️ 13s
Integration.Tests.DefaultsTests 7✔️ 13s
Integration.Tests.ExceptionTests 2✔️ 73ms
Integration.Tests.FalseReturns 12✔️ 292ms
Integration.Tests.GeneratorTests 2✔️ 13s
Integration.Tests.NoneTests 2✔️ 27ms
Integration.Tests.TestDependency 1✔️ 327ms
Integration.Tests.TestDicts 5✔️ 13s
Integration.Tests.TupleTests 17✔️ 398ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 18s
Integration.Tests.BasicTests 9✔️ 280ms
Integration.Tests.BufferTests 32✔️ 19s
Integration.Tests.DefaultsTests 7✔️ 111ms
Integration.Tests.ExceptionTests 2✔️ 104ms
Integration.Tests.FalseReturns 12✔️ 401ms
Integration.Tests.GeneratorTests 2✔️ 79ms
Integration.Tests.NoneTests 2✔️ 28ms
Integration.Tests.TestDependency 1✔️ 18s
Integration.Tests.TestDicts 5✔️ 227ms
Integration.Tests.TupleTests 17✔️ 18s