| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 95 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
| 96 | 96 |
| 97 # Test that serialization with unknown external reference fails. | 97 # Test that serialization with unknown external reference fails. |
| 98 'test-serialize/SnapshotCreatorUnknownExternalReferences': [FAIL], | 98 'test-serialize/SnapshotCreatorUnknownExternalReferences': [FAIL], |
| 99 | 99 |
| 100 ############################################################################ | 100 ############################################################################ |
| 101 # Slow tests. | 101 # Slow tests. |
| 102 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 102 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
| 103 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 103 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 104 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], | 104 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], |
| 105 'test-parsing/ObjectRestNegativeTestSlow': [PASS, ['mode == debug', SKIP]], |
| 105 }], # ALWAYS | 106 }], # ALWAYS |
| 106 | 107 |
| 107 ############################################################################## | 108 ############################################################################## |
| 108 ['arch == arm64', { | 109 ['arch == arm64', { |
| 109 | 110 |
| 110 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 111 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 111 | 112 |
| 112 'test-api/Bug618': [PASS], | 113 'test-api/Bug618': [PASS], |
| 113 | 114 |
| 114 # BUG(v8:3385). | 115 # BUG(v8:3385). |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 'test-field-type-tracking/*': [SKIP], | 376 'test-field-type-tracking/*': [SKIP], |
| 376 'test-parsing/*': [SKIP], | 377 'test-parsing/*': [SKIP], |
| 377 'test-page-promotion/*': [SKIP], | 378 'test-page-promotion/*': [SKIP], |
| 378 'test-decls/*': [SKIP], | 379 'test-decls/*': [SKIP], |
| 379 'test-log/*': [SKIP], | 380 'test-log/*': [SKIP], |
| 380 'test-gap-resolver/*': [SKIP], | 381 'test-gap-resolver/*': [SKIP], |
| 381 'test-dtoa/*': [SKIP], | 382 'test-dtoa/*': [SKIP], |
| 382 }], # variant == wasm_traps | 383 }], # variant == wasm_traps |
| 383 | 384 |
| 384 ] | 385 ] |
| OLD | NEW |