Skip to content

Commit

Permalink
Skip flaky tr1 tests. (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej authored Sep 14, 2021
1 parent 1a985bc commit d6f9987
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions tests/tr1/expected_results.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# TRANSITION, flaky tests
tests/atomic1 SKIPPED
tests/atomic2 SKIPPED
tests/atomic4 SKIPPED
tests/condition_variable SKIPPED

# TRANSITION, flaky test (see GH-1642 and GH-718)
tests/thread SKIPPED
14 changes: 10 additions & 4 deletions tests/tr1/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
tests\algorithm
tests\array
tests\atomic
tests\atomic1
tests\atomic2
tests\atomic4

# TRANSITION, flaky tests
# tests\atomic1
# tests\atomic2
# tests\atomic4

tests\bitset
tests\cctype
tests\cerrno
Expand All @@ -22,7 +25,10 @@ tests\codecvt
tests\complex1
tests\complex2
tests\complex3
tests\condition_variable

# TRANSITION, flaky tests
# tests\condition_variable

tests\csetjmp
tests\csignal
tests\cstdarg
Expand Down

0 comments on commit d6f9987

Please sign in to comment.