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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], | 147 'test-strings/OneByteArrayJoin': [PASS, ['mode == debug', FAIL]], |
148 | 148 |
149 # BUG(v8:3247). | 149 # BUG(v8:3247). |
150 'test-mark-compact/NoPromotion': [SKIP], | 150 'test-mark-compact/NoPromotion': [SKIP], |
151 | 151 |
152 # BUG(v8:3446). | 152 # BUG(v8:3446). |
153 'test-mark-compact/Promotion': [PASS, FAIL], | 153 'test-mark-compact/Promotion': [PASS, FAIL], |
154 | 154 |
155 # BUG(v8:3434). | 155 # BUG(v8:3434). |
156 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], | 156 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], |
| 157 |
| 158 # BUG(v8:4200). |
| 159 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
157 }], # 'arch == arm64' | 160 }], # 'arch == arm64' |
158 | 161 |
159 ['arch == arm64 and simulator_run == True', { | 162 ['arch == arm64 and simulator_run == True', { |
160 | 163 |
161 # Pass but take too long with the simulator. | 164 # Pass but take too long with the simulator. |
162 'test-api/ExternalArrays': [PASS, TIMEOUT], | 165 'test-api/ExternalArrays': [PASS, TIMEOUT], |
163 'test-api/Threading1': [SKIP], | 166 'test-api/Threading1': [SKIP], |
164 'test-api/Threading2': [SKIP], | 167 'test-api/Threading2': [SKIP], |
165 }], # 'arch == arm64 and simulator_run == True' | 168 }], # 'arch == arm64 and simulator_run == True' |
166 | 169 |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 ############################################################################## | 427 ############################################################################## |
425 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 428 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
426 | 429 |
427 # Pass but take too long with the simulator. | 430 # Pass but take too long with the simulator. |
428 'test-api/Threading1': [PASS, SLOW], | 431 'test-api/Threading1': [PASS, SLOW], |
429 'test-api/Threading2': [PASS, SLOW], | 432 'test-api/Threading2': [PASS, SLOW], |
430 'test-api/ExternalArrays': [PASS, SLOW], | 433 'test-api/ExternalArrays': [PASS, SLOW], |
431 | 434 |
432 }], # 'arch == ppc64 and simulator_run == True' | 435 }], # 'arch == ppc64 and simulator_run == True' |
433 ] | 436 ] |
OLD | NEW |