| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], | 162 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], |
| 163 | 163 |
| 164 # BUG(v8:3247). | 164 # BUG(v8:3247). |
| 165 'test-mark-compact/NoPromotion': [SKIP], | 165 'test-mark-compact/NoPromotion': [SKIP], |
| 166 | 166 |
| 167 # BUG(v8:3446). | 167 # BUG(v8:3446). |
| 168 'test-mark-compact/Promotion': [PASS, FAIL], | 168 'test-mark-compact/Promotion': [PASS, FAIL], |
| 169 | 169 |
| 170 # BUG(v8:3434). | 170 # BUG(v8:3434). |
| 171 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], | 171 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
| 172 |
| 173 # BUG(v8:4795). |
| 174 'test-run-wasm-js/Run_JSSelectAlign_0': [SKIP], |
| 175 'test-run-wasm-js/Run_JSSelectAlign_2': [SKIP], |
| 176 'test-run-wasm-js/Run_JSSelectAlign_4': [SKIP], |
| 177 'test-run-wasm-js/Run_JSSelect_0': [SKIP], |
| 178 'test-run-wasm-js/Run_JSSelect_1': [SKIP], |
| 179 'test-run-wasm-js/Run_JSSelect_2': [SKIP], |
| 180 'test-run-wasm-js/Run_JSSelect_3': [SKIP], |
| 181 'test-run-wasm-js/Run_JSSelect_4': [SKIP], |
| 182 'test-run-wasm-js/Run_JSSelect_5': [SKIP], |
| 183 'test-run-wasm-js/Run_JSSelect_6': [SKIP], |
| 172 }], # 'arch == arm64' | 184 }], # 'arch == arm64' |
| 173 | 185 |
| 174 ['arch == arm64 and simulator_run == True', { | 186 ['arch == arm64 and simulator_run == True', { |
| 175 | 187 |
| 176 # Pass but take too long with the simulator. | 188 # Pass but take too long with the simulator. |
| 177 'test-api/ExternalArrays': [PASS, TIMEOUT], | 189 'test-api/ExternalArrays': [PASS, TIMEOUT], |
| 178 'test-api/Threading1': [SKIP], | 190 'test-api/Threading1': [SKIP], |
| 179 'test-api/Threading2': [SKIP], | 191 'test-api/Threading2': [SKIP], |
| 180 }], # 'arch == arm64 and simulator_run == True' | 192 }], # 'arch == arm64 and simulator_run == True' |
| 181 | 193 |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 569 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 558 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 570 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 559 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 571 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 560 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 572 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 561 'test-run-inlining/InlineTwice': [FAIL], | 573 'test-run-inlining/InlineTwice': [FAIL], |
| 562 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 574 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 563 | 575 |
| 564 }], # ignition == True | 576 }], # ignition == True |
| 565 | 577 |
| 566 ] | 578 ] |
| OLD | NEW |