Revision: 18944
Author:   [email protected]
Date:     Thu Jan 30 12:52:22 2014 UTC
Log:      Disable unsuitable tests in ASAN mode.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/148963010
http://code.google.com/p/v8/source/detail?r=18944

Modified:
 /branches/bleeding_edge/test/cctest/cctest.status
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.status Thu Jan 30 10:16:54 2014 UTC +++ /branches/bleeding_edge/test/cctest/cctest.status Thu Jan 30 12:52:22 2014 UTC
@@ -69,6 +69,13 @@
   'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
 }],  # ALWAYS

+##############################################################################
+['asan == True', {
+  # Skip tests not suitable for ASAN.
+  'test-assembler-x64/AssemblerX64XchglOperations': [SKIP],
+  'test-lockers/MultithreadedParallelIsolates': [SKIP],
+}],  # 'asan == True'
+
##############################################################################
 ['system == windows', {

=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Wed Jan 29 20:50:51 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Jan 30 12:52:22 2014 UTC
@@ -132,6 +132,14 @@
   'tools/profviz': [PASS, FLAKY],
 }],  # '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', {

--
--
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.

Reply via email to