diff options
| author | Eric Fiselier <eric@efcs.ca> | 2018-09-22 20:03:47 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2018-09-22 20:03:47 +0000 |
| commit | 76c83ea16d2f3cf0b6a84630ab2d3e96abbc4999 (patch) | |
| tree | d760c932b5f4c5070942f6dd4be1bb88e816ae98 /libcxx/test/std | |
| parent | 44911a9e3a303c4a140901411d1e4f9187001a16 (diff) | |
| download | bcm5719-llvm-76c83ea16d2f3cf0b6a84630ab2d3e96abbc4999.tar.gz bcm5719-llvm-76c83ea16d2f3cf0b6a84630ab2d3e96abbc4999.zip | |
Mark test as flaky
llvm-svn: 342818
Diffstat (limited to 'libcxx/test/std')
| -rw-r--r-- | libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp b/libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp index 0ddbd0b0893..e91d4984fae 100644 --- a/libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.shared_future/wait_until.pass.cpp @@ -10,6 +10,8 @@ // UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: c++98, c++03 +// FLAKY_TEST + // <future> // class shared_future<R> |

