Skip tests in nosnap mode.

Depends on https://codereview.chromium.org/230743002/.

BUG=v8:3216
LOG=n
R=dcarney@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20618 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a430449c
......@@ -122,11 +122,13 @@
}], # 'asan == True'
##############################################################################
# This should be 'nosnap == True': issue 3216 to add 'nosnap'.
[ALWAYS, {
['no_snap == True', {
# BUG(3215)
'test-lockers/MultithreadedParallelIsolates': [PASS, FAIL],
}], # 'nosnap == True'
# Windows doesn't support nosnap mode.
'test-serialize/*': [PASS, ['system == windows', SKIP]],
}], # 'no_snap == True'
##############################################################################
['system == windows', {
......
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