OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 293 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
294 'regress/regress-2185-2': [PASS, TIMEOUT], | 294 'regress/regress-2185-2': [PASS, TIMEOUT], |
295 'whitespaces': [PASS, TIMEOUT, SLOW], | 295 'whitespaces': [PASS, TIMEOUT, SLOW], |
296 | 296 |
297 # BUG(v8:3147). It works on other architectures by accident. | 297 # BUG(v8:3147). It works on other architectures by accident. |
298 'regress/regress-conditional-position': [FAIL], | 298 'regress/regress-conditional-position': [FAIL], |
299 | 299 |
300 # BUG(v8:3457). | 300 # BUG(v8:3457). |
301 'deserialize-reference': [PASS, FAIL], | 301 'deserialize-reference': [PASS, FAIL], |
302 | 302 |
| 303 # BUG(v8:4016) |
| 304 'regress/regress-crbug-467047': [SKIP], |
| 305 |
303 # Slow tests. | 306 # Slow tests. |
304 'array-concat': [PASS, SLOW], | 307 'array-concat': [PASS, SLOW], |
305 'array-constructor': [PASS, SLOW], | 308 'array-constructor': [PASS, SLOW], |
306 'array-indexing': [PASS, SLOW], | 309 'array-indexing': [PASS, SLOW], |
307 'array-reduce': [PASS, SLOW], | 310 'array-reduce': [PASS, SLOW], |
308 'array-sort': [PASS, SLOW], | 311 'array-sort': [PASS, SLOW], |
309 'array-splice': [PASS, SLOW], | 312 'array-splice': [PASS, SLOW], |
310 'bit-not': [PASS, SLOW], | 313 'bit-not': [PASS, SLOW], |
311 'compiler/alloc-number': [PASS, SLOW], | 314 'compiler/alloc-number': [PASS, SLOW], |
312 'compiler/osr-assert': [PASS, SLOW], | 315 'compiler/osr-assert': [PASS, SLOW], |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 'regress/regress-2653': [SKIP], | 597 'regress/regress-2653': [SKIP], |
595 }], # 'deopt_fuzzer == True' | 598 }], # 'deopt_fuzzer == True' |
596 | 599 |
597 ############################################################################## | 600 ############################################################################## |
598 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 601 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
599 | 602 |
600 # take too long with the simulator. | 603 # take too long with the simulator. |
601 'regress/regress-1132': [SKIP], | 604 'regress/regress-1132': [SKIP], |
602 }], # 'arch == ppc and simulator_run == True' | 605 }], # 'arch == ppc and simulator_run == True' |
603 ] | 606 ] |
OLD | NEW |