Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index e7ebf798e28baea730394f12e9fe7c8e4ae5fd05..ada3761488f0dde6ebf89380f2e87da83aa28a9b 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -33,6 +33,12 @@ |
############################################################################## |
+ # TODO(danno): These tests fail because the incoming descriptor for JavaScript |
+ # calls has nothing to do with the interface descriptors of some code stubs, |
+ # and they cannot be used interchangably. |
+ 'test-run-stubs/RunOptimizedMathFloorStub': [SKIP], |
+ 'test-run-stubs/RunStringAddTFStub': [SKIP], |
+ |
# BUG(382): Weird test. Can't guarantee that it never times out. |
'test-api/ApplyInterruption': [PASS, TIMEOUT], |