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

Unified Diff: test/cctest/cctest.status

Issue 148963010: Disable unsuitable tests in ASAN mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index e6729aff2bc838eb5338441ef0ebfcf647aa4597..9ba0ab6137523ff2ad9c6a953682943d28d3cfb6 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -70,6 +70,13 @@
}], # ALWAYS
##############################################################################
+['asan == True', {
+ # Skip tests not suitable for ASAN.
+ 'test-assembler-x64/AssemblerX64XchglOperations': [SKIP],
+ 'test-lockers/MultithreadedParallelIsolates': [SKIP],
+}], # 'asan == True'
+
+##############################################################################
['system == windows', {
# BUG(2999).
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698