| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 7820f15204d16957f82b8a7331fe86b0b52d89c0..c4aa8b704124522786d03da2aae071a4a3348acd 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -27,8 +27,9 @@
|
|
|
| [
|
| [ALWAYS, {
|
| - # All tests prefixed with 'Bug' are expected to fail.
|
| + # All tests prefixed with 'Bug' or 'ExpectFail' are expected to fail.
|
| 'test-api/Bug*': [FAIL],
|
| + 'test-api/ExpectFail*': [FAIL],
|
|
|
| ##############################################################################
|
| # BUG(382): Weird test. Can't guarantee that it never times out.
|
|
|