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

Unified Diff: test/mac/gyptest-objc-gc.py

Issue 10399072: Allow multiple possibe error codes for the "status" parameter. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 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
« test/lib/TestCommon.py ('K') | « test/lib/TestCommon.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-objc-gc.py
===================================================================
--- test/mac/gyptest-objc-gc.py (revision 1384)
+++ test/mac/gyptest-objc-gc.py (working copy)
@@ -21,7 +21,7 @@
test.run_gyp('test.gyp', chdir=CHDIR)
build_error_code = {
- 'xcode': 1, # Linker error code. 1 on Xcode 3, 65 on Xcode 4 :-/
+ 'xcode': [1, 65], # Linker error code. 1 on Xcode 3, 65 on Xcode 4
'make': 2,
'ninja': 1,
}[test.format]
« test/lib/TestCommon.py ('K') | « test/lib/TestCommon.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698