r204038 - clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]

NAKAMURA Takumi geek4civic at gmail.com
Mon Mar 17 04:55:47 PDT 2014


Author: chapuni
Date: Mon Mar 17 06:55:46 2014
New Revision: 204038

URL: http://llvm.org/viewvc/llvm-project?rev=204038&view=rev
Log:
clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]

Modified:
    cfe/trunk/test/CXX/drs/dr412.cpp
    cfe/trunk/test/CXX/drs/dr4xx.cpp

Modified: cfe/trunk/test/CXX/drs/dr412.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/drs/dr412.cpp?rev=204038&r1=204037&r2=204038&view=diff
==============================================================================
--- cfe/trunk/test/CXX/drs/dr412.cpp (original)
+++ cfe/trunk/test/CXX/drs/dr412.cpp Mon Mar 17 06:55:46 2014
@@ -6,6 +6,7 @@
 // lwg404: yes
 // lwg2340: yes
 
+// REQUIRES: LP64
 typedef __SIZE_TYPE__ size_t;
 namespace std { struct bad_alloc {}; }
 int x;

Modified: cfe/trunk/test/CXX/drs/dr4xx.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/drs/dr4xx.cpp?rev=204038&r1=204037&r2=204038&view=diff
==============================================================================
--- cfe/trunk/test/CXX/drs/dr4xx.cpp (original)
+++ cfe/trunk/test/CXX/drs/dr4xx.cpp Mon Mar 17 06:55:46 2014
@@ -396,6 +396,7 @@ namespace dr428 { // dr428: yes
 }
 
 namespace dr429 { // dr429: yes c++11
+  // REQUIRES: LP64
   // FIXME: This rule is obviously intended to apply to C++98 as well.
   typedef __SIZE_TYPE__ size_t;
   struct A {





More information about the cfe-commits mailing list