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

Unified Diff: test/lib/TestCommon.py

Issue 10833021: Honor $CC/$CC_host and friends in make generator. (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: ninja: don't run manifest tool when LD_target is overridden Created 8 years, 5 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/compiler-override/my_ld.py ('K') | « test/compiler-override/test.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lib/TestCommon.py
diff --git a/test/lib/TestCommon.py b/test/lib/TestCommon.py
index 6e01f3affe6856377c63a431755e6aa0f3ded512..8cdc913668f3386ae5bcc9a61d8d2746669d84e8 100644
--- a/test/lib/TestCommon.py
+++ b/test/lib/TestCommon.py
@@ -197,6 +197,7 @@ def _failed(self, status = 0):
except TypeError:
# status wasn't an iterable
return _status(self) != status
+
def _status(self):
return self.status
« test/compiler-override/my_ld.py ('K') | « test/compiler-override/test.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698