From: Bill Seurer Date: Tue, 13 Dec 2016 20:26:35 +0000 (+0000) Subject: [powerpc] deactivate readability-identifier-naming.cpp test on powerpc64le X-Git-Tag: llvmorg-4.0.0-rc1~2195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09d29f9e01dc4ffa52a33255080a6600ef088839;p=platform%2Fupstream%2Fllvm.git [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 --- 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 1cfc104..30a109b 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}, \