Don't remove traceback on rethrow #737
Build #20260223.2 had test failures
Details
- Failed: 27 (0.33%)
- Passed: 4,965 (61.00%)
- Other: 3,147 (38.67%)
- Total: 8,139
Annotations
Check failure on line 19107 in Build log
azure-pipelines / IronPython3
Build log #L19107
PowerShell exited with code '1'.
Check failure on line 20747 in Build log
azure-pipelines / IronPython3
Build log #L20747
PowerShell exited with code '1'.
Check failure on line 20747 in Build log
azure-pipelines / IronPython3
Build log #L20747
PowerShell exited with code '1'.
Check failure on line 19252 in Build log
azure-pipelines / IronPython3
Build log #L19252
PowerShell exited with code '1'.
Check failure on line 1 in IronPythonTest.Cases.CPythonCases.net10.0.CPython.test_strptime
azure-pipelines / IronPython3
IronPythonTest.Cases.CPythonCases.net10.0.CPython.test_strptime
Traceback (most recent call last):
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/test_strptime.py", line 608, in test_main
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/support/__init__.py", line 1787, in _run_suite
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/test_strptime.py", line 621, in <module>
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/support/__init__.py", line 1812, in run_unittest
test.support.TestFailed: Traceback (most recent call last):
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/test_strptime.py", line 226, in test_strptime_exception_context
self.assertIs(e.exception.__suppress_context__, True)
AssertionError: False is not True
Raw output
at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 34
at InvokeStub_CPythonCases.Test(Object, Span`1)
1) at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 26
at InvokeStub_CPythonCases.Test(Object, Span`1)
Check failure on line 1 in IronPythonTest.Cases.IronPythonCases.net10.0.IronPython.test_time_stdlib
azure-pipelines / IronPython3
IronPythonTest.Cases.IronPythonCases.net10.0.IronPython.test_time_stdlib
Traceback (most recent call last):
File "/home/vsts/work/1/s/bin/Release/net10.0/lib/iptest/ipunittest.py", line 196, in run_test
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/support/__init__.py", line 1787, in _run_suite
File "/home/vsts/work/1/s/tests/suite/test_time_stdlib.py", line 38, in <module>
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/support/__init__.py", line 1812, in run_unittest
test.support.TestFailed: Traceback (most recent call last):
File "/home/vsts/work/1/s/src/core/IronPython.StdLib/lib/test/test_time.py", line 202, in test_strptime_exception_context
self.assertIs(e.exception.__suppress_context__, True)
AssertionError: False is not True
Raw output
at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 34
at InvokeStub_IronPythonCases.Test(Object, Span`1)
1) at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 26
at InvokeStub_IronPythonCases.Test(Object, Span`1)
Check failure on line 1 in IronPythonTest.Cases.IronPythonCases.net10.0.IronPython.test_traceback
azure-pipelines / IronPython3
IronPythonTest.Cases.IronPythonCases.net10.0.IronPython.test_traceback
Expected: 0
But was: 1
Raw output
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
1) at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
Check failure on line 1 in IronPythonTest.Cases.CPythonCases.net8.0.CPython.test_strptime
azure-pipelines / IronPython3
IronPythonTest.Cases.CPythonCases.net8.0.CPython.test_strptime
Traceback (most recent call last):
File "/Users/runner/work/1/s/src/core/IronPython.StdLib/lib/test/test_strptime.py", line 621, in <module>
File "/Users/runner/work/1/s/src/core/IronPython.StdLib/lib/test/test_strptime.py", line 608, in test_main
File "/Users/runner/work/1/s/src/core/IronPython.StdLib/lib/test/support/__init__.py", line 1787, in _run_suite
File "/Users/runner/work/1/s/src/core/IronPython.StdLib/lib/test/support/__init__.py", line 1812, in run_unittest
test.support.TestFailed: Traceback (most recent call last):
File "/Users/runner/work/1/s/src/core/IronPython.StdLib/lib/test/test_strptime.py", line 226, in test_strptime_exception_context
self.assertIs(e.exception.__suppress_context__, True)
AssertionError: False is not True
Raw output
at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 34
at InvokeStub_CPythonCases.Test(Object, Span`1)
1) at IronPythonTest.Cases.CommonCases.TestImpl(TestInfo testcase) in /_/tests/IronPython.Tests/Cases/CommonCases.cs:line 26
at InvokeStub_CPythonCases.Test(Object, Span`1)