-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
This new test (added in #35667) is failing many legs in the AzDO jitstress pipeline.
This is happening for Windows and Linux, for all architectures. I don't think it's every run, and I couldn't reproduce a failure on Windows x64 Checked on a local machine.
(Note that the jitstress pipeline is actually running correctly, whereas the runtime and "runtime-coreclr outerloop" pipelines are only running a small subset of the tests they are supposed to)
E.g.,
\r\nReturn code: 1\r\nRaw output file: C:\h\w\AE6F0986\w\B0AD099F\e\baseservices\exceptions\Reports\baseservices.exceptions\stackoverflow\stackoverflowtester\stackoverflowtester.output.txt\r\nRaw output:\r\nBEGIN EXECUTION\r\n "C:\h\w\AE6F0986\p\corerun.exe" stackoverflowtester.dll \r\nRunning stackoverflow test(smallframe main)\r\n"Stack overflow."\r\n"Repeat 10650 times:"\r\n"--------------------------------"\r\n" at TestStackOverflow.Program.InfiniteRecursionC()"\r\n" at TestStackOverflow.Program.InfiniteRecursionB()"\r\n" at TestStackOverflow.Program.InfiniteRecursionA()"\r\n"--------------------------------"\r\n" at TestStackOverflow.Program.MainThreadTest(Boolean)"\r\n" at TestStackOverflow.Program.Main(System.String[])"\r\n""\r\nRunning stackoverflow test(largeframe main)\r\n"Stack overflow."\r\n"Repeat 8 times:"\r\n"--------------------------------"\r\n" at TestStackOverflow.Program.InfiniteRecursionC2()"\r\n" at TestStackOverflow.Program.InfiniteRecursionB2()"\r\n" at TestStackOverflow.Program.InfiniteRecursionA2()"\r\n"--------------------------------"\r\n" at TestStackOverflow.Program.MainThreadTest(Boolean)"\r\n" at TestStackOverflow.Program.Main(System.String[])"\r\n""\r\nRunning stackoverflow test(smallframe secondary)\r\n"Stack overflow."\r\n"Repeat 10688 times:"\r\n"--------------------------------"\r\n" at TestStackOverflow.Program.InfiniteRecursionA()"\r\n" at TestStackOverflow.Program.InfiniteRecursionC()"\r\n" at TestStackOverflow.Program.InfiniteRecursionB()"\r\n"--------------------------------"\r\n" at TestStackOverflow.Program.InfiniteRecursionA()"\r\n" at TestStackOverflow.Program+<>c__DisplayClass7_0.<SecondaryThreadsTest>b__0()"\r\n" at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)"\r\n""\r\nMissing "System.Threading.ThreadHelper.ThreadStart" method frame at the last line\r\nExpected: 100\r\nActual: 103\r\nEND EXECUTION - FAILED\r\nFAILED\r\nTest Harness Exitcode is : 1\r\nTo run the test:\r\n> set CORE_ROOT=C:\h\w\AE6F0986\p\r\n> C:\h\w\AE6F0986\w\B0AD099F\e\baseservices\exceptions\stackoverflow\stackoverflowtester\stackoverflowtester.cmd\r\nExpected: True\r\nActual: False\