| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index e3edab5d5d9cc11e39cc73a632bb71cf9637a760..a567b8fe7121a2433886afc61d78202f50a0418c 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -125,10 +125,15 @@
|
| ['no_snap == True', {
|
| # BUG(3215)
|
| 'test-lockers/MultithreadedParallelIsolates': [PASS, FAIL],
|
| +}], # 'no_snap == True'
|
|
|
| +##############################################################################
|
| +# TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
|
| +# section to not overwrite the expectations for TestThatAlwaysFails.
|
| +['no_snap == True and system == windows', {
|
| # Windows doesn't support nosnap mode.
|
| - 'test-serialize/*': [PASS, ['system == windows', SKIP]],
|
| -}], # 'no_snap == True'
|
| + 'test-serialize/*': [SKIP],
|
| +}], # 'no_snap == True and system == windows'
|
|
|
| ##############################################################################
|
| ['system == windows', {
|
|
|