| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 | 258 |
| 259 ############################################################################## | 259 ############################################################################## |
| 260 ['no_snap == True', { | 260 ['no_snap == True', { |
| 261 # Slow tests. | 261 # Slow tests. |
| 262 'test-api/ExternalWrap': [PASS, SLOW], | 262 'test-api/ExternalWrap': [PASS, SLOW], |
| 263 'test-api/FastReturnValues*': [PASS, SLOW], | 263 'test-api/FastReturnValues*': [PASS, SLOW], |
| 264 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], | 264 'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW], |
| 265 }], # 'no_snap == True' | 265 }], # 'no_snap == True' |
| 266 | 266 |
| 267 ############################################################################## | 267 ############################################################################## |
| 268 ['no_snap == True and mode == debug', { | |
| 269 # TODO(rmcilroy,4928): Issue with --mstackalign. | |
| 270 'test-interpreter/InterpreterCreateArguments': [SKIP], | |
| 271 }], # 'no_snap == True and mode == debug' | |
| 272 | |
| 273 ############################################################################## | |
| 274 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate | 268 # TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate |
| 275 # section to not overwrite the expectations for TestThatAlwaysFails. | 269 # section to not overwrite the expectations for TestThatAlwaysFails. |
| 276 ['no_snap == True and system == windows', { | 270 ['no_snap == True and system == windows', { |
| 277 # Windows doesn't support nosnap mode. | 271 # Windows doesn't support nosnap mode. |
| 278 'test-serialize/*': [SKIP], | 272 'test-serialize/*': [SKIP], |
| 279 }], # 'no_snap == True and system == windows' | 273 }], # 'no_snap == True and system == windows' |
| 280 | 274 |
| 281 ############################################################################## | 275 ############################################################################## |
| 282 ['system == windows', { | 276 ['system == windows', { |
| 283 | 277 |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 'test-run-inlining/InlineSurplusArguments': [FAIL], | 599 'test-run-inlining/InlineSurplusArguments': [FAIL], |
| 606 'test-run-inlining/InlineBuiltin': [FAIL], | 600 'test-run-inlining/InlineBuiltin': [FAIL], |
| 607 'test-run-inlining/InlineTwiceDependent': [FAIL], | 601 'test-run-inlining/InlineTwiceDependent': [FAIL], |
| 608 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 602 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
| 609 | 603 |
| 610 # BUG(4751). Flaky with ignition and tsan. | 604 # BUG(4751). Flaky with ignition and tsan. |
| 611 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 605 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
| 612 }], # ignition or ignition_turbofan | 606 }], # ignition or ignition_turbofan |
| 613 | 607 |
| 614 ] | 608 ] |
| OLD | NEW |