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.10-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.10-false-net8.0.trx 107✔️ 17✖️ 6s
CSnakes.Runtime.Tests-ubuntu-latest-3.10-false-net9.0.trx 107✔️ 17✖️ 6s
CSnakes.Tests-ubuntu-latest-3.10-false-net8.0.trx 165✔️ 17s
CSnakes.Tests-ubuntu-latest-3.10-false-net9.0.trx 165✔️ 14s
Integration.Tests-ubuntu-latest-3.10-false-net8.0.trx 91✔️ 28s
Integration.Tests-ubuntu-latest-3.10-false-net9.0.trx 95✔️ 28s

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.10-false-net8.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✔️ 29ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 33ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 30ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 24ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 55ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 43ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 191ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 210ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 132ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 21ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 14ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 229ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 544ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 302ms

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.10-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✔️ 20ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 49ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 43ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 17ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 117ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 37ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 184ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 106ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 107ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 22ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 239ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 685ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 269ms

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

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 20ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 7s
CSnakes.Tests.TokenizerTests 81✔️ 426ms
CSnakes.Tests.TypeReflectionTests 49✔️ 448ms

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

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 28ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 6s
CSnakes.Tests.TokenizerTests 81✔️ 445ms
CSnakes.Tests.TypeReflectionTests 49✔️ 380ms

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 18s
Integration.Tests.BasicTests 9✔️ 878ms
Integration.Tests.BufferTests 28✔️ 19s
Integration.Tests.DefaultsTests 7✔️ 18s
Integration.Tests.ExceptionTests 2✔️ 220ms
Integration.Tests.FalseReturns 12✔️ 870ms
Integration.Tests.GeneratorTests 2✔️ 169ms
Integration.Tests.NoneTests 2✔️ 233ms
Integration.Tests.TestDependency 1✔️ 316ms
Integration.Tests.TestDicts 5✔️ 18s
Integration.Tests.TupleTests 17✔️ 1s

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

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 21s
Integration.Tests.BasicTests 9✔️ 22s
Integration.Tests.BufferTests 32✔️ 23s
Integration.Tests.DefaultsTests 7✔️ 628ms
Integration.Tests.ExceptionTests 2✔️ 21s
Integration.Tests.FalseReturns 12✔️ 953ms
Integration.Tests.GeneratorTests 2✔️ 187ms
Integration.Tests.NoneTests 2✔️ 146ms
Integration.Tests.TestDependency 1✔️ 289ms
Integration.Tests.TestDicts 5✔️ 486ms
Integration.Tests.TupleTests 17✔️ 1s