[libcxx-commits] [libcxx] r364149 - Disable test by default

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 22 20:59:33 PDT 2019


Author: ericwf
Date: Sat Jun 22 20:59:32 2019
New Revision: 364149

URL: http://llvm.org/viewvc/llvm-project?rev=364149&view=rev
Log:
Disable test by default

Modified:
    libcxx/trunk/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp

Modified: libcxx/trunk/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp?rev=364149&r1=364148&r2=364149&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp (original)
+++ libcxx/trunk/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp Sat Jun 22 20:59:32 2019
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This is a dummy feature that prevents this test from running by default.
-
+// REQUIRES: template-cost-testing
 
 // The table below compares the compile time and object size for each of the
 // variants listed in the RUN script.




More information about the libcxx-commits mailing list