소스 검색

[libc++] XFAIL a test that does not behave properly on older Clang

rdar://53015486

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366359 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 6 년 전
부모
커밋
7524ef5009
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

+ 4 - 0
test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

@@ -30,6 +30,10 @@
 // XFAIL: availability=macosx10.8
 // XFAIL: availability=macosx10.7
 
+// AppleClang < 10 incorrectly warns that aligned allocation is not supported
+// even when it is supported.
+// XFAIL: apple-clang-9
+
 // XFAIL: sanitizer-new-delete, ubsan
 
 // GCC doesn't support the aligned-allocation flags.