Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 41e25045d52d07891fe291cc48e3edadad818da9..f7ca641f9c0e9ab8fd2e7f1a4d55aeacfbfa9406 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -184,6 +184,10 @@ |
'test-api/FastReturnValues*': [PASS, SLOW], |
'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], |
}], # 'no_snap == True' |
+['no_snap == False', { |
+ # FunctionEntryHooks require bootstrapping from scratch. |
+ 'test-api/SetFunctionEntryHook': [SKIP], |
+}], # 'no_snap == False' |
############################################################################## |
# TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate |