mi-ac

Results 6 issues of mi-ac

Creating new bugs doesn't seem to have an upper limit and in certain situations a flood of bugs is created like [this](https://bugs.chromium.org/p/chromium/issues/detail?id=1324097#c24). This is a feature request to add a...

enhancement

In V8 we have several flags that might indicate a certain component for a bug found on Monorail. We'd like to get the following behavior: Have a mapping somewhere: flag...

There are currently three grouper options: _group_testcases_with_similar_states(testcase_map) _group_testcases_with_same_issues(testcase_map) _group_testcases_based_on_variants(testcase_map) Additionally to those, for some projects (with exact revision resolution) like V8, it would be beneficial to group also by regression...

https://github.com/google/clusterfuzz/search?q=CRASH_SIGNATURE seems to be used to determine if a build crashed in the bad-build check: https://github.com/google/clusterfuzz/blob/2ca20d6b0d8e4c7a7da4e73403e5b1579cbacd42/src/clusterfuzz/_internal/bot/testcase_manager.py#L1157 This value doesn't seem to be set anywhere? I looked if it's set on...

Test cases like https://clusterfuzz.com/testcase-detail/6560743240695808 use TSAN_OPTIONS and refer to a tsan_suppressions.txt file at: /mnt/scratch0/clusterfuzz/src/appengine/config/suppressions/tsan_suppressions.txt There appears to be no such file in https://github.com/google/clusterfuzz/tree/master/src/appengine We'd like to either change the file...

This uses a copybara mirror of the blink web tests instead of a full Chrome checkout, which is too slow. Blocked on http://b/366371137