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

Unified Diff: ppapi/native_client/chrome_main.scons

Issue 11613012: NaCl: Move all browser tests into nacl_irt_test_env (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerun try Created 7 years, 11 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
Index: ppapi/native_client/chrome_main.scons
diff --git a/ppapi/native_client/chrome_main.scons b/ppapi/native_client/chrome_main.scons
index 967bbc9847a46ecd1aa53467bc38d0ed6931067a..34ceff2f4de87b63641839c45b097a5f170025bb 100644
--- a/ppapi/native_client/chrome_main.scons
+++ b/ppapi/native_client/chrome_main.scons
@@ -33,12 +33,20 @@ def ExtendFileList(existing, additional):
ppapi_scons_files = {}
ppapi_scons_files['trusted_scons_files'] = []
ppapi_scons_files['untrusted_irt_scons_files'] = []
+ppapi_scons_files['nonvariant_test_scons_files'] = []
-ppapi_scons_files['nonvariant_test_scons_files'] = [
+ppapi_scons_files['irt_variant_test_scons_files'] = [
'tests/breakpad_crash_test/nacl.scons',
'tests/nacl_browser/browser_dynamic_library/nacl.scons',
+ # 'inbrowser_test_runner' must be in the irt_variant list
+ # otherwise it will run no tests.
+ 'tests/nacl_browser/inbrowser_test_runner/nacl.scons',
+ # Disabled by Brad Chen 4 Sep to try to green Chromium
+ # nacl_integration tests
+ #'tests/nacl_browser/fault_injection/nacl.scons',
'tests/nacl_browser/manifest_file/nacl.scons',
'tests/nacl_browser/nameservice/nacl.scons',
+ 'tests/nacl_browser/pnacl_client_translator/nacl.scons',
'tests/nacl_browser/postmessage_redir/nacl.scons',
'tests/ppapi_browser/bad/nacl.scons',
'tests/ppapi_browser/crash/nacl.scons',
@@ -49,16 +57,6 @@ ppapi_scons_files['nonvariant_test_scons_files'] = [
'tests/ppapi_test_lib/nacl.scons',
]
-ppapi_scons_files['irt_variant_test_scons_files'] = [
- # 'inbrowser_test_runner' must be in the irt_variant list
- # otherwise it will run no tests.
- 'tests/nacl_browser/inbrowser_test_runner/nacl.scons',
- # Disabled by Brad Chen 4 Sep to try to green Chromium
- # nacl_integration tests
- #'tests/nacl_browser/fault_injection/nacl.scons',
- 'tests/nacl_browser/pnacl_client_translator/nacl.scons',
-]
-
ppapi_scons_files['untrusted_scons_files'] = [
'src/shared/ppapi/nacl.scons',
'src/untrusted/irt_stub/nacl.scons',

Powered by Google App Engine
This is Rietveld 408576698