Reviewers: Toon Verwaest,
Message:
PTAL - test-lockers/MultithreadedParallelIsolates might need some
investigation.
Description:
Disable unsuitable tests in ASAN mode.
BUG=
Please review this at https://codereview.chromium.org/148963010/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+15, -0 lines):
M test/cctest/cctest.status
M test/mjsunit/mjsunit.status
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).
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index
572291a63f624f9ed5b40ccd1d20c62e7f2da63f..149c61189a25a9a5e0348ee94f325c5c1743a94f
100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -130,6 +130,14 @@
}], # 'gc_stress == True'
##############################################################################
+['asan == True', {
+ # Skip tests not suitable for ASAN.
+ 'big-array-literal': [SKIP],
+ 'big-object-literal': [SKIP],
+ 'regress/regress-crbug-178790': [SKIP],
+}], # 'asan == True'
+
+##############################################################################
['arch == arm or arch == android_arm', {
# Slow tests which times out in debug mode.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.