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

Also trigger breakpoint on testset error #44652

Merged
merged 1 commit into from
Mar 21, 2022
Merged

Also trigger breakpoint on testset error #44652

merged 1 commit into from
Mar 21, 2022

Conversation

Keno
Copy link
Member

@Keno Keno commented Mar 17, 2022

Keno added a commit that referenced this pull request Mar 18, 2022
Fixes the test failure observed in #44652.
aviatesk pushed a commit that referenced this pull request Mar 19, 2022
@@ -1435,6 +1436,7 @@ function testset_forloop(args, testloop, source)
err isa InterruptException && rethrow()
# Something in the test block threw an error. Count that as an
# error in this test set
ccall(:jl_test_failure_breakpoint, Cvoid, (Any,), err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inserting a ccall in a macro will force a large amount of additional compilation and corrupt our test heuristics here. Can we outline this?

@Keno Keno force-pushed the kf/failbreakpoint branch from f9cfff8 to dc95be9 Compare March 21, 2022 18:55
@Keno Keno force-pushed the kf/failbreakpoint branch from dc95be9 to 11bd094 Compare March 21, 2022 18:58
@Keno Keno merged commit cf999af into master Mar 21, 2022
@Keno Keno deleted the kf/failbreakpoint branch March 21, 2022 21:23
aviatesk pushed a commit that referenced this pull request Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants