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

Unified Diff: ppapi/native_client/tests/ppapi_geturl/nacl.scons

Issue 7778012: Landing chrome side of nacl change pre-dating ppapi switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/tests/ppapi_geturl/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_geturl/nacl.scons (revision 98496)
+++ ppapi/native_client/tests/ppapi_geturl/nacl.scons (working copy)
@@ -17,6 +17,8 @@
Import('env')
env.Prepend(CPPDEFINES=['XP_UNIX'])
+env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/' +
+ 'ppapi_geturl/')
nexe = 'ppapi_geturl_%s' % env.get('TARGET_FULLARCH')
env.Alias('ppapi_geturl${PROGSUFFIX}',
@@ -46,11 +48,11 @@
env.Publish(nexe, 'run',
['ppapi_geturl.html',
- 'ppapi_geturl.nmf',
'ppapi_geturl_success.html'])
node = env.PPAPIBrowserTester('ppapi_geturl_browser_test.out',
url='ppapi_geturl.html',
+ nmf='${TEST_DIR}/ppapi_geturl.nmf',
files=env.ExtractPublishedFiles(nexe),
args=['--allow_404'],
)
@@ -58,5 +60,5 @@
env.AddNodeToTestSuite(node,
['chrome_browser_tests'],
'run_ppapi_geturl_browser_test',
- is_broken=env.PPAPIBrowserTesterIsBroken()
- )
+ is_broken=env.PPAPIBrowserTesterIsBroken() or
+ env.Bit('nacl_glibc'))
« no previous file with comments | « ppapi/native_client/tests/ppapi_example_post_message/nacl.scons ('k') | ppapi/native_client/tests/ppapi_gles_book/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698