when --filter and --updateKnownFailures are used together, update deletes entries for all other tests. Fix parser tests script to make them play well together.
Description
Description
Details
Details
- Reference
- bz51448
Event Timeline
Comment Actions
The easiest thing would be for --rewrite-blacklist to fail with an error if --filter was specified.
But you want something different, it seems? To keep all the existing blacklist entries which don't match the filter, and just rewrite the filtered ones?
Comment Actions
The former would be good, and the latter would be better. It can even be two different tasks.
Comment Actions
Change 73984 had a related patch set uploaded by Cscott:
Sanity check --rewrite-blacklist: don't allow simultaneous --filter.
Comment Actions
Change 73984 merged by jenkins-bot:
Sanity check --rewrite-blacklist: don't allow simultaneous --filter.