Skip to content

Commit

Permalink
Auto merge of rust-lang#106053 - compiler-errors:incr-test-revision, …
Browse files Browse the repository at this point in the history
…r=Mark-Simulacrum

Take revision into account in non-incremental-mode `// incremental` tests

A UI test I added in rust-lang#105983 confusingly [failed](rust-lang#106031 (comment)) in a merge because two different revisions raced with each other for the same incremental directory for a (non-incremental-mode, i.e. `src/test/ui`) UI test.

Let's take the revision name into account when generating an incremental directory so that other UI tests that combine `// incremental` and `// revisions` won't race and cause possible flakiness in CI.
  • Loading branch information
bors committed Dec 23, 2022
2 parents be3a248 + e827c69 commit 364fd66
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 364fd66

Please sign in to comment.