Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 572291a63f624f9ed5b40ccd1d20c62e7f2da63f..149c61189a25a9a5e0348ee94f325c5c1743a94f 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -130,6 +130,14 @@ |
}], # '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', { |
# Slow tests which times out in debug mode. |