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

Unified Diff: test/build-option/gyptest-build.py

Issue 321953005: [gyp][Android] Implement TestGypAndroid.run_built_executable. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 6 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 | « test/actions/gyptest-generated-header.py ('k') | test/configurations/basics/gyptest-configurations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/build-option/gyptest-build.py
diff --git a/test/build-option/gyptest-build.py b/test/build-option/gyptest-build.py
index 602c43565cb6cd97c9e9657344c6946d9c7eee9e..6dfadb293745cdb9c349d436d58e67038efdf9c8 100755
--- a/test/build-option/gyptest-build.py
+++ b/test/build-option/gyptest-build.py
@@ -13,6 +13,12 @@ import TestGyp
test = TestGyp.TestGyp(workdir='workarea_default')
+if test.format == 'android':
+ # This test currently fails on android. Investigate why, fix the issues
+ # responsible, and reenable this test on android. See bug:
+ # https://code.google.com/p/gyp/issues/detail?id=436
+ test.skip_test(message='Test fails on android. Fix and reenable.\n')
+
test.run_gyp('hello.gyp', '--build=Default')
test.run_built_executable('hello', stdout="Hello, world!\n")
« no previous file with comments | « test/actions/gyptest-generated-header.py ('k') | test/configurations/basics/gyptest-configurations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698