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

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: Remove msvs_emulation.py changes Created 8 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
« no previous file with comments | « 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 0b302f20b0d646351222c44ed33cdd02d2e63215..c54530c9802195c3c94b640dbc6038831436fc4b 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
« no previous file with comments | « test/compiler-override/test.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698