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

Add more meaningful messages when testcase is intermittent #35

Open
pyoor opened this issue Jan 30, 2023 · 0 comments
Open

Add more meaningful messages when testcase is intermittent #35

pyoor opened this issue Jan 30, 2023 · 0 comments

Comments

@pyoor
Copy link
Collaborator

pyoor commented Jan 30, 2023

We should provide more meaningful error messages when bugs appear to be fixed but are then reproduced during fix bisection (on tip). We could correlate the mismatch between our initial tip attempt and the bisection fix tip attempt. If a mismatch is detected, we should override the bug comment to indicate that the testcase appears to be unreliable.

Testcase crashes using the initial build (mozilla-central 20220129091708-7f00dabac085) but not with tip (mozilla-central 20230127094652-f75c73066b88.)

Unable to bisect testcase (End build crashes!):

    Start: 7f00dabac085e45723ccdea1c7e7e2f61e273b30 (20220129091708)
    End: f75c73066b887c2379158c73c994b5ef95460238 (20230127094652)
    BuildFlags: BuildFlags(asan=False, tsan=False, debug=True, fuzzing=True, coverage=False, valgrind=False, no_opt=False, fuzzilli=False, nyx=False)

Removing bugmon keyword as no further action possible. Please review the bug and re-add the keyword for further analysis.
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

No branches or pull requests

1 participant