From b3000dda14052705b9b41bad1d85710470375f49 Mon Sep 17 00:00:00 2001 From: machenbach Date: Tue, 28 Apr 2015 04:18:35 -0700 Subject: [PATCH] [test] Skip unsuitable tests for msan. NOTRY=true BUG=chromium:425187 LOG=n TBR=Sven Panne, titzer Review URL: https://codereview.chromium.org/1107323003 Cr-Commit-Position: refs/heads/master@{#28103} --- test/mjsunit/mjsunit.status | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 0e8b01b..19e01f1 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -407,6 +407,12 @@ }], # 'asan == True' ############################################################################## +['msan == True', { + # Skip tests not suitable for MSAN. + 'big-array-literal': [SKIP], +}], # 'asan == True' + +############################################################################## ['arch == arm or arch == android_arm', { # Slow tests which times out in debug mode. -- 2.7.4