Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index e5523b282f1acd12ca284412d209edc7133b10e1..4a217e2e68405cda5a9233482574bca9302f288d 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -81,6 +81,14 @@ test-serialize/DeserializeAndRunScript2: SKIP |
test-serialize/DeserializeFromSecondSerialization: SKIP |
############################################################################## |
+[ $arch == arm || $arch == mipsel ] |
+ |
+# BUG(2628): Signal may come when pc is close to frame enter/exit code and on |
+# simulator the stack frame is not set up when it is expected to be for the pc |
+# value. |
+test-cpu-profiler/SampleWhenFrameIsNotSetup: SKIP |
+ |
+############################################################################## |
[ $arch == android_arm || $arch == android_ia32 ] |
# Tests crash as there is no /tmp directory in Android. |