| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index f149ebe2978350eccf00b47e002c16191ade27ac..d30b4e44b1ff063c2ff2514d538c4cae355a0017 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -46,6 +46,10 @@
|
| # This test always fails. It tests that LiveEdit causes abort when turned off.
|
| 'test-debug/LiveEditDisabled': [FAIL],
|
|
|
| + # This test always fails. It tests that DisallowJavascriptExecutionScope
|
| + # works as intended.
|
| + 'test-api/DisallowJavascriptExecutionScope': [FAIL],
|
| +
|
| # TODO(gc): Temporarily disabled in the GC branch.
|
| 'test-log/EquivalenceOfLoggingAndTraversal': [PASS, FAIL],
|
|
|
|
|