| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'test-mark-compact/Promotion': [PASS, FAIL], | 133 'test-mark-compact/Promotion': [PASS, FAIL], |
| 134 | 134 |
| 135 # BUG(v8:3434). | 135 # BUG(v8:3434). |
| 136 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], | 136 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
| 137 }], # 'arch == arm64' | 137 }], # 'arch == arm64' |
| 138 | 138 |
| 139 ['arch == arm64 and simulator_run == True', { | 139 ['arch == arm64 and simulator_run == True', { |
| 140 | 140 |
| 141 # Pass but take too long with the simulator. | 141 # Pass but take too long with the simulator. |
| 142 'test-api/ExternalArrays': [PASS, TIMEOUT], | 142 'test-api/ExternalArrays': [PASS, TIMEOUT], |
| 143 'test-api/Threading*': [PASS, SKIP], |
| 143 }], # 'arch == arm64 and simulator_run == True' | 144 }], # 'arch == arm64 and simulator_run == True' |
| 144 | 145 |
| 145 ['arch == arm64 and mode == debug and simulator_run == True', { | 146 ['arch == arm64 and mode == debug and simulator_run == True', { |
| 146 | 147 |
| 147 # Pass but take too long with the simulator in debug mode. | 148 # Pass but take too long with the simulator in debug mode. |
| 148 'test-api/ExternalDoubleArray': [SKIP], | 149 'test-api/ExternalDoubleArray': [SKIP], |
| 149 'test-api/ExternalFloat32Array': [SKIP], | 150 'test-api/ExternalFloat32Array': [SKIP], |
| 150 'test-api/ExternalFloat64Array': [SKIP], | 151 'test-api/ExternalFloat64Array': [SKIP], |
| 151 'test-api/ExternalFloatArray': [SKIP], | 152 'test-api/ExternalFloatArray': [SKIP], |
| 152 'test-api/Float32Array': [SKIP], | 153 'test-api/Float32Array': [SKIP], |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'test-field-type-tracking/*': [SKIP], | 391 'test-field-type-tracking/*': [SKIP], |
| 391 'test-parsing/*': [SKIP], | 392 'test-parsing/*': [SKIP], |
| 392 'test-page-promotion/*': [SKIP], | 393 'test-page-promotion/*': [SKIP], |
| 393 'test-decls/*': [SKIP], | 394 'test-decls/*': [SKIP], |
| 394 'test-log/*': [SKIP], | 395 'test-log/*': [SKIP], |
| 395 'test-gap-resolver/*': [SKIP], | 396 'test-gap-resolver/*': [SKIP], |
| 396 'test-dtoa/*': [SKIP], | 397 'test-dtoa/*': [SKIP], |
| 397 }], # variant == wasm_traps | 398 }], # variant == wasm_traps |
| 398 | 399 |
| 399 ] | 400 ] |
| OLD | NEW |