Improve performance in argument unpacking #1838
Merged
Azure Pipelines / IronPython3
failed
Dec 12, 2024 in 54m 53s
Build #20241212.2 had test failures
Details
- Failed: 2 (0.02%)
- Passed: 6,455 (59.62%)
- Other: 4,370 (40.36%)
- Total: 10,827
Annotations
Check failure on line 77298 in Build log
azure-pipelines / IronPython3
Build log #L77298
PowerShell exited with code '1'.
azure-pipelines / IronPython3
IronPythonTest.Cases.IronPythonCases.net462.IronPython.modules.network_related.test__socket
Traceback (most recent call last):
File "/Users/runner/work/1/s/Tests/modules/network_related/test__socket.py", line 670, in <module>
File "/Users/runner/work/1/s/Src/StdLib/Lib/test/support/__init__.py", line 1812, in run_unittest
File "/Users/runner/work/1/s/bin/Release/net462/lib/iptest/ipunittest.py", line 196, in run_test
File "/Users/runner/work/1/s/Src/StdLib/Lib/test/support/__init__.py", line 1787, in _run_suite
test.support.TestFailed: multiple errors occurred
Raw output
at IronPythonTest.Cases.CommonCases.<TestImpl>b__3_0 (System.Exception x) [0x0000c] in <2d925a91978048d9ac3ac82b02b1757a>:0
at System.AggregateException.Handle (System.Func`2[T,TResult] predicate) [0x00021] in <bab7d1a00376483b944db50cdc31e41d>:0
at IronPythonTest.Cases.CommonCases.TestImpl (IronPythonTest.Cases.TestInfo testcase) [0x00052] in <2d925a91978048d9ac3ac82b02b1757a>:0
at IronPythonTest.Cases.IronPythonCases.Test (IronPythonTest.Cases.TestInfo testcase) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
1) at IronPythonTest.Cases.CommonCases.<TestImpl>b__3_0 (System.Exception x) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
at System.AggregateException.Handle (System.Func`2[T,TResult] predicate) [0x00000] in <bab7d1a00376483b944db50cdc31e41d>:0
at IronPythonTest.Cases.CommonCases.TestImpl (IronPythonTest.Cases.TestInfo testcase) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
at IronPythonTest.Cases.IronPythonCases.Test (IronPythonTest.Cases.TestInfo testcase) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
azure-pipelines / IronPython3
IronPythonTest.Cases.IronPythonCases.net462.IronPython.modules.network_related.test__ssl
Traceback (most recent call last):
File "/Users/runner/work/1/s/Tests/modules/network_related/test__ssl.py", line 350, in <module>
File "/Users/runner/work/1/s/Src/StdLib/Lib/test/support/__init__.py", line 1812, in run_unittest
File "/Users/runner/work/1/s/bin/Release/net462/lib/iptest/ipunittest.py", line 196, in run_test
File "/Users/runner/work/1/s/Src/StdLib/Lib/test/support/__init__.py", line 1787, in _run_suite
test.support.TestFailed: Traceback (most recent call last):
File "/Users/runner/work/1/s/Tests/modules/network_related/test__ssl.py", line 146, in test_SSLType_issuer
s.connect((SSL_URL, SSL_PORT))
OSError: [Errno 56] Socket is already connected
Raw output
at IronPythonTest.Cases.CommonCases.<TestImpl>b__3_0 (System.Exception x) [0x0000c] in <2d925a91978048d9ac3ac82b02b1757a>:0
at System.AggregateException.Handle (System.Func`2[T,TResult] predicate) [0x00021] in <bab7d1a00376483b944db50cdc31e41d>:0
at IronPythonTest.Cases.CommonCases.TestImpl (IronPythonTest.Cases.TestInfo testcase) [0x00052] in <2d925a91978048d9ac3ac82b02b1757a>:0
at IronPythonTest.Cases.IronPythonCases.Test (IronPythonTest.Cases.TestInfo testcase) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
1) at IronPythonTest.Cases.CommonCases.<TestImpl>b__3_0 (System.Exception x) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
at System.AggregateException.Handle (System.Func`2[T,TResult] predicate) [0x00000] in <bab7d1a00376483b944db50cdc31e41d>:0
at IronPythonTest.Cases.CommonCases.TestImpl (IronPythonTest.Cases.TestInfo testcase) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
at IronPythonTest.Cases.IronPythonCases.Test (IronPythonTest.Cases.TestInfo testcase) [0x00000] in <2d925a91978048d9ac3ac82b02b1757a>:0
Loading