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

Unified Diff: tools/coverage_helper.py

Issue 11864002: Move CPU features into its own static library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Address bsy's comments by not building x86 target when host isn't x86. This is how things are curre… Created 7 years, 11 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 | « tests/thread_capture/arch/x86_32/thread_capture_test_injection.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/coverage_helper.py
diff --git a/tools/coverage_helper.py b/tools/coverage_helper.py
index a5c9280171166840808a4ef75ee29edaad7c6a7f..38654864183d04c052061939c5a348db4ef0dd54 100644
--- a/tools/coverage_helper.py
+++ b/tools/coverage_helper.py
@@ -44,12 +44,12 @@ class CoverageHelper(object):
#
def Ignore(self):
return set([
+ 'cpu_x86_test.c',
'defsize64.c',
'lock_insts.c',
'lock_insts.h',
'long_mode.c',
'long_mode.h',
- 'nacl_cpuid_test.c',
'nacl_illegal.c',
'nacl_illegal.h',
'nc_read_segment.c',
« no previous file with comments | « tests/thread_capture/arch/x86_32/thread_capture_test_injection.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698