-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/7.0] WASM CI failure in Firefox debugger tests #75018
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFound in a release/7.0 PR: #74926 Please help determine if this needs a fix backported to 7.0.
|
Closing this as firefox tests are known to be unstable, because of which we the |
Reopening because we are still hitting it, need to be able to easily find this issue when we hit it in a PR.
Callstack``` [xUnit.net 00:24:18.47] DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClass", line: 1335, jmc: False) [FAIL] Failed DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClass", line: 1335, jmc: False) [4 ms] Error Message: System.Exception : No 'to' field found in '{ "JustMyCodeStepping": false }' Stack Trace: at DebuggerTests.FirefoxInspectorClient.SendCommand(SessionId sessionId, String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs:line 194 at DebuggerTests.InspectorClient.SendCommand(String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 78 at DebuggerTests.DebuggerTestBase.SetJustMyCode(Boolean enabled) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1471 at DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(String class_name, Int32 line, Boolean jmc) in /_/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs:line 1054 --- End of stack trace from previous location --- [xUnit.net 00:24:24.40] DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromClassWithoutDebugSymbols", line: 1287, jmc: True) [FAIL] Failed DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromClassWithoutDebugSymbols", line: 1287, jmc: True) [< 1 ms] Error Message: System.Exception : No 'to' field found in '{ "JustMyCodeStepping": true }' Stack Trace: at DebuggerTests.FirefoxInspectorClient.SendCommand(SessionId sessionId, String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs:line 194 at DebuggerTests.InspectorClient.SendCommand(String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 78 at DebuggerTests.DebuggerTestBase.SetJustMyCode(Boolean enabled) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1471 at DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(String class_name, Int32 line, Boolean jmc) in /_/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs:line 1054 --- End of stack trace from previous location --- [xUnit.net 00:24:31.11] DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClassThatInheritsFromN"..., line: 1352, jmc: True) [FAIL] Failed DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClassThatInheritsFromN"..., line: 1352, jmc: True) [< 1 ms] Error Message: System.Exception : No 'to' field found in '{ "JustMyCodeStepping": true }' Stack Trace: at DebuggerTests.FirefoxInspectorClient.SendCommand(SessionId sessionId, String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs:line 194 at DebuggerTests.InspectorClient.SendCommand(String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 78 at DebuggerTests.DebuggerTestBase.SetJustMyCode(Boolean enabled) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1471 at DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(String class_name, Int32 line, Boolean jmc) in /_/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs:line 1054 --- End of stack trace from previous location --- [xUnit.net 00:24:37.81] DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromClassWithoutDebugSymbols", line: 1287, jmc: False) [FAIL] Failed DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromClassWithoutDebugSymbols", line: 1287, jmc: False) [< 1 ms] Error Message: System.Exception : No 'to' field found in '{ "JustMyCodeStepping": false }' Stack Trace: at DebuggerTests.FirefoxInspectorClient.SendCommand(SessionId sessionId, String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs:line 194 at DebuggerTests.InspectorClient.SendCommand(String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 78 at DebuggerTests.DebuggerTestBase.SetJustMyCode(Boolean enabled) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1471 at DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(String class_name, Int32 line, Boolean jmc) in /_/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs:line 1054 --- End of stack trace from previous location --- [xUnit.net 00:24:44.27] DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClass", line: 1335, jmc: True) [FAIL] Failed DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClass", line: 1335, jmc: True) [< 1 ms] Error Message: System.Exception : No 'to' field found in '{ "JustMyCodeStepping": true }' Stack Trace: at DebuggerTests.FirefoxInspectorClient.SendCommand(SessionId sessionId, String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs:line 194 at DebuggerTests.InspectorClient.SendCommand(String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 78 at DebuggerTests.DebuggerTestBase.SetJustMyCode(Boolean enabled) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1471 at DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(String class_name, Int32 line, Boolean jmc) in /_/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs:line 1054 --- End of stack trace from previous location --- [xUnit.net 00:24:50.57] DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClassThatInheritsFromN"..., line: 1352, jmc: False) [FAIL] Failed DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(class_name: "ClassInheritsFromNonUserCodeClassThatInheritsFromN"..., line: 1352, jmc: False) [< 1 ms] Error Message: System.Exception : No 'to' field found in '{ "JustMyCodeStepping": false }' Stack Trace: at DebuggerTests.FirefoxInspectorClient.SendCommand(SessionId sessionId, String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs:line 194 at DebuggerTests.InspectorClient.SendCommand(String method, JObject args, CancellationToken token) in /_/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 78 at DebuggerTests.DebuggerTestBase.SetJustMyCode(Boolean enabled) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs:line 1471 at DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode(String class_name, Int32 line, Boolean jmc) in /_/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs:line 1054 --- End of stack trace from previous location --- ``` |
These are known to be unstable firefox tests. @thaystg should we disable these for the 7.0 branch? |
DebuggerTests.MiscTests.InspectThisThatInheritsFromClassNonUserCode
@carlossanlop since these are expected, and known to be unstable, can we ignore these for 7.0 branch, or should I open a PR to disable it on 7.0 rolling builds? |
@ilonatommy @thaystg Are these still failing? Should this be moved to a future milestone? |
The tests are supposed to be blocked for firefox and the behavior from the description is expected. |
Found in a release/7.0 PR: #74926
Please help determine if this needs a fix backported to 7.0.
net7.0-Browser-Release-wasm-Mono_firefox_Release-WasmDebuggerTests-(Ubuntu.1804.Amd64)
The text was updated successfully, but these errors were encountered: