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

Unified Diff: tests/nonsfi/nacl.scons

Issue 424763007: Non-SFI Mode: Centralise test whitelists; move to Scons (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebase 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 | « src/nonsfi/linux/linux_syscalls.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/nonsfi/nacl.scons
diff --git a/tests/nonsfi/nacl.scons b/tests/nonsfi/nacl.scons
index a26586b45d37f966a6d45aa7fc255a6a9bae434a..eef62c560994bba5d9cca0ff75a7810cf6cdedba 100644
--- a/tests/nonsfi/nacl.scons
+++ b/tests/nonsfi/nacl.scons
@@ -57,4 +57,5 @@ nexe = env.ComponentProgram('signal_test',
node = env.CommandSelLdrTestNacl('signal_test.out', nexe)
-env.AddNodeToTestSuite(node, ['small_tests'], 'run_signal_test')
+env.AddNodeToTestSuite(node, ['small_tests'], 'run_signal_test',
+ is_broken=env.UsingEmulator())
« no previous file with comments | « src/nonsfi/linux/linux_syscalls.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698