| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 110 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
| 111 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 111 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
| 112 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], | 112 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], |
| 113 'test-parsing/ObjectRestNegativeTestSlow': [PASS, ['mode == debug', SKIP]], | 113 'test-parsing/ObjectRestNegativeTestSlow': [PASS, ['mode == debug', SKIP]], |
| 114 }], # ALWAYS | 114 }], # ALWAYS |
| 115 | 115 |
| 116 ############################################################################## | 116 ############################################################################## |
| 117 ['arch == arm64', { | 117 ['arch == arm64', { |
| 118 | 118 |
| 119 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 119 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 120 'test-cpu-profiler/CollectOptimizedToplevelProfile': [PASS, FAIL], | |
| 121 | 120 |
| 122 'test-api/Bug618': [PASS], | 121 'test-api/Bug618': [PASS], |
| 123 | 122 |
| 124 # BUG(v8:3385). | 123 # BUG(v8:3385). |
| 125 'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL], | 124 'test-serialize/StartupSerializerOnceRunScript': [PASS, FAIL], |
| 126 'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL], | 125 'test-serialize/StartupSerializerTwiceRunScript': [PASS, FAIL], |
| 127 | 126 |
| 128 # BUG(v8:3154). | 127 # BUG(v8:3154). |
| 129 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 128 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 130 | 129 |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'test-field-type-tracking/*': [SKIP], | 399 'test-field-type-tracking/*': [SKIP], |
| 401 'test-parsing/*': [SKIP], | 400 'test-parsing/*': [SKIP], |
| 402 'test-page-promotion/*': [SKIP], | 401 'test-page-promotion/*': [SKIP], |
| 403 'test-decls/*': [SKIP], | 402 'test-decls/*': [SKIP], |
| 404 'test-log/*': [SKIP], | 403 'test-log/*': [SKIP], |
| 405 'test-gap-resolver/*': [SKIP], | 404 'test-gap-resolver/*': [SKIP], |
| 406 'test-dtoa/*': [SKIP], | 405 'test-dtoa/*': [SKIP], |
| 407 }], # variant == wasm_traps | 406 }], # variant == wasm_traps |
| 408 | 407 |
| 409 ] | 408 ] |
| OLD | NEW |