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

Unified Diff: buildbot/buildbot_pnacl.sh

Issue 415383002: Non-SFI mode: SCONS_NONSFI_TC clean up. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 5 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 | « no previous file | tests/mmap/mmap_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl.sh
diff --git a/buildbot/buildbot_pnacl.sh b/buildbot/buildbot_pnacl.sh
index 712661cdf4f9903b27990760f934e42023914826..4e9980a0c76d321c5abc58768a38cdcf86f50afd 100755
--- a/buildbot/buildbot_pnacl.sh
+++ b/buildbot/buildbot_pnacl.sh
@@ -48,22 +48,6 @@ readonly SCONS_NONSFI_NEWLIB_TESTS="\
# TODO(mseaborn): Run small_tests_irt with nonsfi_nacl=1 when it passes,
# instead of the following whitelist of tests.
readonly SCONS_NONSFI_TESTS="\
- run_hello_world_test_irt \
- run_float_test_irt \
- run_malloc_realloc_calloc_free_test_irt \
- run_dup_test_irt \
- run_syscall_test_irt \
- run_getpid_test_irt \
- toolchain_tests_irt \
- skip_nonstable_bitcode=1 \
- use_newlib_nonsfi_loader=0"
-readonly SCONS_NONSFI_NEWLIB="nonsfi_nacl=1 ${SCONS_NONSFI_NEWLIB_TESTS}"
-readonly SCONS_NONSFI="nonsfi_nacl=1 ${SCONS_NONSFI_TESTS}"
-# Extra non-IRT-using test to run for x86-32 and ARM on toolchain bots.
-# TODO(mseaborn): Run this on the main bots after the toolchain revision is
-# updated.
-readonly SCONS_NONSFI_TC="\
- ${SCONS_NONSFI} \
run_clock_get_test \
run_dup_test \
run_fcntl_test \
@@ -76,7 +60,18 @@ readonly SCONS_NONSFI_TC="\
run_pwrite_test \
run_socket_test \
run_stack_alignment_test \
- run_syscall_test"
+ run_syscall_test \
+ run_hello_world_test_irt \
+ run_float_test_irt \
+ run_malloc_realloc_calloc_free_test_irt \
+ run_dup_test_irt \
+ run_syscall_test_irt \
+ run_getpid_test_irt \
+ toolchain_tests_irt \
+ skip_nonstable_bitcode=1 \
+ use_newlib_nonsfi_loader=0"
+readonly SCONS_NONSFI_NEWLIB="nonsfi_nacl=1 ${SCONS_NONSFI_NEWLIB_TESTS}"
+readonly SCONS_NONSFI="nonsfi_nacl=1 ${SCONS_NONSFI_TESTS}"
# subset of tests used on toolchain builders
readonly SCONS_TC_TESTS="small_tests medium_tests"
@@ -476,8 +471,8 @@ tc-tests-all() {
"run_hello_world_test"
# Test Non-SFI Mode.
- scons-stage-irt "x86-32" "${scons_flags}" "${SCONS_NONSFI_TC}"
- scons-stage-irt "arm" "${scons_flags}" "${SCONS_NONSFI_TC}"
+ scons-stage-irt "x86-32" "${scons_flags}" "${SCONS_NONSFI}"
+ scons-stage-irt "arm" "${scons_flags}" "${SCONS_NONSFI}"
# Test unsandboxed mode.
scons-stage-irt "x86-32" "${scons_flags}" "pnacl_unsandboxed=1" \
« no previous file with comments | « no previous file | tests/mmap/mmap_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698