<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">What about this change:</div><div class=""><br class=""></div><div class="">diff --git a/test/Index/print-mangled-name.cpp b/test/Index/print-mangled-name.cpp<br class="">index 6dcda70..3d74fe5 100644<br class="">--- a/test/Index/print-mangled-name.cpp<br class="">+++ b/test/Index/print-mangled-name.cpp<br class="">@@ -2,7 +2,7 @@<br class=""> // RUN: c-index-test -write-pch %t_linux.ast -target i686-pc-linux-gnu %s<br class=""> // RUN: c-index-test -test-print-mangle %t_linux.ast | FileCheck %s --check-prefix=ITANIUM<br class=""> <br class="">-// RUN: c-index-test -write-pch %t_macho.ast -arch x86_64 -mmacosx-version-min=10.6 %s<br class="">+// RUN: c-index-test -write-pch %t_macho.ast -target x86_64-apple-darwin %s<br class=""> // RUN: c-index-test -test-print-mangle %t_macho.ast | FileCheck %s --check-prefix=MACHO<br class=""> <br class=""> // RUN: c-index-test -write-pch %t_msft.ast -target i686-pc-win32 %s<br class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 5, 2015, at 5:06 PM, Eric Christopher <<a href="mailto:echristo@gmail.com" class="">echristo@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Still broken here locally on my machine after updating:<div class=""><br class=""></div><div class=""><div class="">FAIL: Clang :: Index/print-mangled-name.cpp (3844 of 22837)</div><div class="">******************** TEST 'Clang :: Index/print-mangled-name.cpp' FAILED ********************</div><div class="">Script:</div><div class="">--</div><div class="">/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/c-index-test -write-pch /usr/local/google/home/echristo/builds/build-llvm/tools/clang/test/Index/Output/print-mangled-name.cpp.tmp_linux.ast -target i686-pc-linux-gnu /usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp</div><div class="">/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/c-index-test -test-print-mangle /usr/local/google/home/echristo/builds/build-llvm/tools/clang/test/Index/Output/print-mangled-name.cpp.tmp_linux.ast | /usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/FileCheck /usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp --check-prefix=ITANIUM</div><div class="">/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/c-index-test -write-pch /usr/local/google/home/echristo/builds/build-llvm/tools/clang/test/Index/Output/print-mangled-name.cpp.tmp_macho.ast -arch x86_64 -mmacosx-version-min=10.6 /usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp</div><div class="">/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/c-index-test -test-print-mangle /usr/local/google/home/echristo/builds/build-llvm/tools/clang/test/Index/Output/print-mangled-name.cpp.tmp_macho.ast | /usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/FileCheck /usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp --check-prefix=MACHO</div><div class="">/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/c-index-test -write-pch /usr/local/google/home/echristo/builds/build-llvm/tools/clang/test/Index/Output/print-mangled-name.cpp.tmp_msft.ast -target i686-pc-win32 /usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp</div><div class="">/usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/c-index-test -test-print-mangle /usr/local/google/home/echristo/builds/build-llvm/tools/clang/test/Index/Output/print-mangled-name.cpp.tmp_msft.ast | /usr/local/google/home/echristo/builds/build-llvm/Debug+Asserts/bin/FileCheck /usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp --check-prefix=MICROSOFT</div><div class="">--</div><div class="">Exit Code: 1</div><div class=""><br class=""></div><div class="">Command Output (stderr):</div><div class="">--</div><div class="">/usr/local/google/home/echristo/sources/llvm/tools/clang/test/Index/print-mangled-name.cpp:13:11: error: expected string not found in input</div><div class="">// MACHO: mangled=__Z3fooii</div><div class="">          ^</div><div class=""><stdin>:1:1: note: scanning from here</div><div class="">macro definition=__llvm__ [mangled=]</div><div class="">^</div><div class=""><stdin>:1:28: note: possible intended match here</div><div class="">macro definition=__llvm__ [mangled=]</div><div class="">                           ^</div><div class=""><br class=""></div><div class="">--</div></div><div class=""><br class=""></div><div class="">-eric</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Wed, Aug 5, 2015 at 4:11 PM Argyrios Kyrtzidis <<a href="mailto:akyrtzi@gmail.com" class="">akyrtzi@gmail.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I tentatively made a change to one of the tests and it looks like it worked, so I’ll make the same change to the rest.<br class="">
<br class="">
> On Aug 5, 2015, at 3:10 PM, Renato Golin <<a href="mailto:renato.golin@linaro.org" target="_blank" class="">renato.golin@linaro.org</a>> wrote:<br class="">
><br class="">
> On 5 August 2015 at 18:23, Argyrios Kyrtzidis <<a href="mailto:akyrtzi@gmail.com" target="_blank" class="">akyrtzi@gmail.com</a>> wrote:<br class="">
>> Author: akirtzidis<br class="">
>> Date: Wed Aug  5 12:23:59 2015<br class="">
>> New Revision: 244066<br class="">
>><br class="">
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=244066&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=244066&view=rev</a><br class="">
>> Log:<br class="">
>> [test/Index] Update libclang tests to use libclang for creating PCH files.<br class="">
><br class="">
> Hi,<br class="">
><br class="">
> This also broke our bots:<br class="">
><br class="">
> <a href="http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/6914" rel="noreferrer" target="_blank" class="">http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-full/builds/6914</a><br class="">
><br class="">
> <a href="http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/1882" rel="noreferrer" target="_blank" class="">http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/1882</a><br class="">
><br class="">
> and 244076 didn't fix it.<br class="">
><br class="">
> cheers,<br class="">
> --renato<br class="">
<br class="">
_______________________________________________<br class="">
cfe-commits mailing list<br class="">
<a href="mailto:cfe-commits@lists.llvm.org" target="_blank" class="">cfe-commits@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></body></html>