summaryrefslogtreecommitdiffstats
path: root/llgo/update_third_party.sh
diff options
context:
space:
mode:
authorAndrew Wilkins <axwalk@gmail.com>2015-03-06 02:49:07 +0000
committerAndrew Wilkins <axwalk@gmail.com>2015-03-06 02:49:07 +0000
commitd07b2b42285e53d111569996f99a8725af18f16b (patch)
tree21dfa378e8536c07524a8a92e7286219d0ee5209 /llgo/update_third_party.sh
parent6ff10c959a136e42e4123e43009764ffbd1a17e0 (diff)
downloadbcm5719-llvm-d07b2b42285e53d111569996f99a8725af18f16b.tar.gz
bcm5719-llvm-d07b2b42285e53d111569996f99a8725af18f16b.zip
[llgo] Disable known failing packages in check-libgo
Summary: There are two packages in libgo which have known failures when running the "make check" rule. This change disables those packages in the tests so that we can run libgo tests without them until the root causes are identified and resolved. Test Plan: ran check-libgo rule Reviewers: pcc Reviewed By: pcc Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8003 llvm-svn: 231448
Diffstat (limited to 'llgo/update_third_party.sh')
-rwxr-xr-xllgo/update_third_party.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/llgo/update_third_party.sh b/llgo/update_third_party.sh
index a35d315e6ba..89c0ecd274d 100755
--- a/llgo/update_third_party.sh
+++ b/llgo/update_third_party.sh
@@ -25,6 +25,8 @@ cp -r $gofrontenddir/LICENSE $gofrontenddir/libgo third_party/gofrontend
# Apply a diff that eliminates use of the unnamed struct extension beyond what
# -fms-extensions supports.
(cd third_party/gofrontend && patch -p1) < libgo-noext.diff
+# Apply a diff that disables testing of packages known to fail.
+(cd third_party/gofrontend && patch -p1) < libgo-check-failures.diff
find third_party/gofrontend -name '*.orig' -exec rm \{\} \;
# Remove GPL licensed files.
OpenPOWER on IntegriCloud