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

WASM CI failure in DebuggerTests.BreakpointTests.ConditionalBreakpoint2 #75020

Closed
carlossanlop opened this issue Sep 2, 2022 · 2 comments
Closed
Labels

Comments

@carlossanlop
Copy link
Member

Found in a release/7.0 PR: #74926

Please help determine if this needs a fix backported to 7.0.

[xUnit.net 00:04:27.16]     DebuggerTests.BreakpointTests.ConditionalBreakpoint2(function_to_call: "invoke_add()", method_to_stop: "IntAdd", condition: "c == \"xyz\"", bp_stop_expected: False) [FAIL]
  Failed DebuggerTests.BreakpointTests.ConditionalBreakpoint2(function_to_call: "invoke_add()", method_to_stop: "IntAdd", condition: "c == \"xyz\"", bp_stop_expected: False) [775 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 415
   at DebuggerTests.BreakpointTests.ConditionalBreakpoint2(String function_to_call, String method_to_stop, String condition, Boolean bp_stop_expected) in /_/src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs:line 211
--- End of stack trace from previous location ---
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture test-failure labels Sep 2, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 2, 2022
@ghost
Copy link

ghost commented Sep 2, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Found in a release/7.0 PR: #74926

Please help determine if this needs a fix backported to 7.0.

[xUnit.net 00:04:27.16]     DebuggerTests.BreakpointTests.ConditionalBreakpoint2(function_to_call: "invoke_add()", method_to_stop: "IntAdd", condition: "c == \"xyz\"", bp_stop_expected: False) [FAIL]
  Failed DebuggerTests.BreakpointTests.ConditionalBreakpoint2(function_to_call: "invoke_add()", method_to_stop: "IntAdd", condition: "c == \"xyz\"", bp_stop_expected: False) [775 ms]
  Error Message:
   System.Threading.Tasks.TaskCanceledException : A task was canceled.
  Stack Trace:
     at DebuggerTests.DebuggerTestFirefox.SetBreakpointInMethod(String assembly, String type, String method, Int32 lineOffset, Int32 col, String condition) in /_/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestFirefox.cs:line 415
   at DebuggerTests.BreakpointTests.ConditionalBreakpoint2(String function_to_call, String method_to_stop, String condition, Boolean bp_stop_expected) in /_/src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs:line 211
--- End of stack trace from previous location ---
Author: carlossanlop
Assignees: -
Labels:

arch-wasm, test-failure

Milestone: -

@carlossanlop carlossanlop changed the title WASM CI Failure in DebuggerTests.BreakpointTests.ConditionalBreakpoint2 WASM CI failure in DebuggerTests.BreakpointTests.ConditionalBreakpoint2 Sep 2, 2022
@radical
Copy link
Member

radical commented Sep 3, 2022

Closing this as firefox tests are known to be unstable, because of which we the runtime-staging job ignores the test failures.

@radical radical closed this as completed Sep 3, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants