From: NAKAMURA Takumi Date: Mon, 17 Mar 2014 11:55:46 +0000 (+0000) Subject: clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5e230f916a8afa17cc1c03c91cafbff01cbc604;p=clang clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204038 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/drs/dr412.cpp b/test/CXX/drs/dr412.cpp index a09062b794..e93795b6ee 100644 --- a/test/CXX/drs/dr412.cpp +++ b/test/CXX/drs/dr412.cpp @@ -6,6 +6,7 @@ // lwg404: yes // lwg2340: yes +// REQUIRES: LP64 typedef __SIZE_TYPE__ size_t; namespace std { struct bad_alloc {}; } int x; diff --git a/test/CXX/drs/dr4xx.cpp b/test/CXX/drs/dr4xx.cpp index e6a2370938..61dfd18c5f 100644 --- a/test/CXX/drs/dr4xx.cpp +++ b/test/CXX/drs/dr4xx.cpp @@ -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 {