Skip to content

Commit

Permalink
[libc++] Allow retries on some slightly flaky mutex tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Oct 2, 2020
1 parent f528816 commit f7e91e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -5,8 +5,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//

// UNSUPPORTED: libcpp-has-no-threads
// ALLOW_RETRIES: 2

// <mutex>

Expand Down
Expand Up @@ -5,8 +5,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//

// UNSUPPORTED: libcpp-has-no-threads
// ALLOW_RETRIES: 2

// <mutex>

Expand Down

0 comments on commit f7e91e6

Please sign in to comment.