diff options
author | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 21:48:30 +0000 |
---|---|---|
committer | ncbray@google.com <ncbray@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 21:48:30 +0000 |
commit | 15905aee290fdf4c5927f1bec1c05a6d4e77cc4c (patch) | |
tree | 29f5b2eabc39f5de8f74931e93cf09aed8de2c2a /ppapi/native_client | |
parent | b91ae7d219241c55db469c8c7befcd12343e195f (diff) | |
download | chromium_src-15905aee290fdf4c5927f1bec1c05a6d4e77cc4c.zip chromium_src-15905aee290fdf4c5927f1bec1c05a6d4e77cc4c.tar.gz chromium_src-15905aee290fdf4c5927f1bec1c05a6d4e77cc4c.tar.bz2 |
Reduce log spew in nacl_integration.
BUG= none
Review URL: https://codereview.chromium.org/11301002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164187 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client')
3 files changed, 0 insertions, 5 deletions
diff --git a/ppapi/native_client/tests/nacl_browser/fault_injection/nacl.scons b/ppapi/native_client/tests/nacl_browser/fault_injection/nacl.scons index 6eca280..ecc2c5b 100644 --- a/ppapi/native_client/tests/nacl_browser/fault_injection/nacl.scons +++ b/ppapi/native_client/tests/nacl_browser/fault_injection/nacl.scons @@ -75,7 +75,6 @@ for extra_os_env, test_args, out_name, run_name, html_file in [ url=html_file, nmf_names=['fault_pm_nameservice_test'], files=env.ExtractPublishedFiles(pm_ns_nexe_name), - args=['--debug'], test_args=test_args, osenv=['NACLVERBOSITY=0:pp_weak_ref=0:weak_ref=0'] + extra_os_env ) diff --git a/ppapi/native_client/tests/nacl_browser/manifest_file/nacl.scons b/ppapi/native_client/tests/nacl_browser/manifest_file/nacl.scons index 2ee0108..ce3f7fe 100644 --- a/ppapi/native_client/tests/nacl_browser/manifest_file/nacl.scons +++ b/ppapi/native_client/tests/nacl_browser/manifest_file/nacl.scons @@ -32,7 +32,6 @@ node = env.PPAPIBrowserTester( url='pm_manifest_file_test.html', nmfs=['pm_manifest_file.nmf'], files=env.ExtractPublishedFiles(pm_mf_nexe_name), - args=['--debug'], # osenv=['NACLVERBOSITY=4,pp_weak_ref=4,weak_ref=4'] ) @@ -70,7 +69,6 @@ node = env.PPAPIBrowserTester( url='pm_pre_init_manifest_file_test.html', nmfs=['pm_pre_init_manifest_file.nmf'], files=env.ExtractPublishedFiles(pm_pi_mf_nexe_name), - args=['--debug'], # osenv=['NACLVERBOSITY=4,pp_weak_ref=4,weak_ref=4'] ) env.AddNodeToTestSuite(node, @@ -100,7 +98,6 @@ node = env.PPAPIBrowserTester( url='irt_manifest_file_test.html', nmfs=['irt_manifest_file.nmf'], files=env.ExtractPublishedFiles(irt_mf_nexe_name), - args=['--debug'], ) env.AddNodeToTestSuite(node, ['chrome_browser_tests'], diff --git a/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons b/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons index ca975a0..f1a2497 100644 --- a/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons +++ b/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons @@ -31,7 +31,6 @@ node = env.PPAPIBrowserTester( url='pm_nameservice_test.html', nmf_names=['pm_nameservice_test'], files=env.ExtractPublishedFiles(pm_ns_nexe_name), - args=['--debug'], osenv=['NACLVERBOSITY=0:pp_weak_ref=0:weak_ref=0'] ) |