diff options
author | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-12-13 20:26:35 +0000 |
---|---|---|
committer | Bill Seurer <seurer@linux.vnet.ibm.com> | 2016-12-13 20:26:35 +0000 |
commit | 09d29f9e01dc4ffa52a33255080a6600ef088839 (patch) | |
tree | 990d239b6df08950d125712ebbe97b36435d0c45 | |
parent | b1653c6cd726b2ebc9aa372a3cdb01fd6b1492af (diff) | |
download | bcm5719-llvm-09d29f9e01dc4ffa52a33255080a6600ef088839.tar.gz bcm5719-llvm-09d29f9e01dc4ffa52a33255080a6600ef088839.zip |
[powerpc] deactivate readability-identifier-naming.cpp test on powerpc64le
The test case clang-tidy/readability-identifier-naming.cpp segfaults on
powerpc64 little endian (starting with r288563) when a bootstrap build/test
is done. To get the buildbot running again deactivate the test.
When the issue is resolved reactivate it.
llvm-svn: 289581
-rw-r--r-- | clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp b/clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp index 1cfc10470ea..30a109bbcfd 100644 --- a/clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp +++ b/clang-tools-extra/test/clang-tidy/readability-identifier-naming.cpp @@ -1,3 +1,6 @@ +// Remove UNSUPPORTED for powerpc64le when the problem introduced by +// r288563 is resolved. +// UNSUPPORTED: powerpc64le // RUN: %check_clang_tidy %s readability-identifier-naming %t -- \ // RUN: -config='{CheckOptions: [ \ // RUN: {key: readability-identifier-naming.AbstractClassCase, value: CamelCase}, \ |