]> granicus.if.org Git - clang/commitdiff
clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 17 Mar 2014 11:55:46 +0000 (11:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 17 Mar 2014 11:55:46 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204038 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/drs/dr412.cpp
test/CXX/drs/dr4xx.cpp

index a09062b794dcc613b008396e3b5c90f40f4def58..e93795b6ee35beec15cc3b1b8b806d06ed0a74ba 100644 (file)
@@ -6,6 +6,7 @@
 // lwg404: yes
 // lwg2340: yes
 
+// REQUIRES: LP64
 typedef __SIZE_TYPE__ size_t;
 namespace std { struct bad_alloc {}; }
 int x;
index e6a2370938c01c4d0abe7051c28cbcd9222be091..61dfd18c5f07ef2d2970df9bae88ae78044167eb 100644 (file)
@@ -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 {