Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Side by Side Diff: test/Bindings/Go/go.test

Issue 993513008: xfail the go bindings test for now. They fail if we use cmake w/ libc++. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: add more info Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ; @LOCALMOD-BEGIN
2 ; Disable this for now to allow cmake builds with libc++.
3 ; The bindings test tries build a bunch of things and then link against
4 ; the LLVM libraries, but the build script that it uses within the test
5 ; does not pick up changes to CMAKE_C*_FLAGS so if we change that then
6 ; the link commandline is wrong:
7 ; https://llvm.org/bugs/show_bug.cgi?id=21552
8 ; https://code.google.com/p/nativeclient/issues/detail?id=4119
9 ; Add "-x" to the below commandline to get more verbose output.
10 ; XFAIL: *
11 ; @LOCALMOD-END
1 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm 12 ; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
2 13
3 ; REQUIRES: shell 14 ; REQUIRES: shell
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698