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

Unified Diff: buildbot/buildbot_pnacl_toolchain_tests.sh

Issue 12594036: Add a scons pnacl finalize step for pnacl_generate_pexe tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use StripSuffix Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl_toolchain_tests.sh
diff --git a/buildbot/buildbot_pnacl_toolchain_tests.sh b/buildbot/buildbot_pnacl_toolchain_tests.sh
index 20d9ce6b4b25a649fd1a3b1ca05c177c562c92a0..dcfbce7100b470cf6aa64a4bff0e728a0d323d85 100755
--- a/buildbot/buildbot_pnacl_toolchain_tests.sh
+++ b/buildbot/buildbot_pnacl_toolchain_tests.sh
@@ -28,7 +28,7 @@ ARCHIVED_PEXE_TRANSLATOR_REV=10489
# test. The toolchain downloader expects this information in a specially
# formatted file. We generate that file in this script from this information,
# to keep all our versions in one place
-ARCHIVED_TOOLCHAIN_REV=11011
+ARCHIVED_TOOLCHAIN_REV=11078
readonly PNACL_BUILD="pnacl/build.sh"
readonly UP_DOWN_LOAD="buildbot/file_up_down_load.sh"
@@ -224,7 +224,8 @@ archived-frontend-test() {
rev ${ARCHIVED_TOOLCHAIN_REV} BUILD@@@"
local targets="small_tests medium_tests large_tests"
local flags="--mode=opt-host,nacl platform=${arch} \
- translate_in_build_step=0 skip_trusted_tests=1"
+ translate_in_build_step=0 skip_trusted_tests=1 \
+ skip_nonstable_bitcode=1"
rm -rf scons-out/nacl-${arch}*
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/component_setup.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698