Disable regress-1132 on ASAN runs

This test appears to trigger some bug in either ASAN or V8 when
accompanied by an increase in JS code size. Disabling the test
on ASAN runs to unblock adding new JS code.

BUG=v8:4236
LOG=N
R=adamk

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

Cr-Commit-Position: refs/heads/master@{#29201}
This commit is contained in:
littledan 2015-06-22 11:56:56 -07:00 committed by Commit bot
parent 7539f322ee
commit 7ebf6fc965

View File

@ -408,6 +408,7 @@
'big-array-literal': [SKIP],
'big-object-literal': [SKIP],
'regress/regress-crbug-178790': [SKIP],
'regress/regress-1132': [SKIP],
}], # 'asan == True'
##############################################################################