Disable unsuitable tests in ASAN mode.

BUG=
R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/148963010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18944 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9e3af5a4
......@@ -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', {
......
......@@ -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', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment