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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 'regress/regress-2185-2': [PASS, TIMEOUT], | 297 'regress/regress-2185-2': [PASS, TIMEOUT], |
298 'whitespaces': [PASS, TIMEOUT, SLOW], | 298 'whitespaces': [PASS, TIMEOUT, SLOW], |
299 | 299 |
300 # BUG(v8:3147). It works on other architectures by accident. | 300 # BUG(v8:3147). It works on other architectures by accident. |
301 'regress/regress-conditional-position': [FAIL], | 301 'regress/regress-conditional-position': [FAIL], |
302 | 302 |
303 # BUG(v8:3457). | 303 # BUG(v8:3457). |
304 'deserialize-reference': [PASS, FAIL], | 304 'deserialize-reference': [PASS, FAIL], |
305 | 305 |
306 # BUG(v8:3884). | 306 # BUG(v8:3884). |
307 'regress/regress-builtinbust-7.js': [PASS, ['gc_stress == True', SKIP]], | 307 'regress/regress-builtinbust-7': [PASS, ['gc_stress == True', SKIP]], |
308 | 308 |
309 # Slow tests. | 309 # Slow tests. |
310 'array-concat': [PASS, SLOW], | 310 'array-concat': [PASS, SLOW], |
311 'array-constructor': [PASS, SLOW], | 311 'array-constructor': [PASS, SLOW], |
312 'array-indexing': [PASS, SLOW], | 312 'array-indexing': [PASS, SLOW], |
313 'array-reduce': [PASS, SLOW], | 313 'array-reduce': [PASS, SLOW], |
314 'array-sort': [PASS, SLOW], | 314 'array-sort': [PASS, SLOW], |
315 'array-splice': [PASS, SLOW], | 315 'array-splice': [PASS, SLOW], |
316 'bit-not': [PASS, SLOW], | 316 'bit-not': [PASS, SLOW], |
317 'compiler/alloc-number': [PASS, SLOW], | 317 'compiler/alloc-number': [PASS, SLOW], |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'never-optimize': [SKIP], | 590 'never-optimize': [SKIP], |
591 'regress/regress-2185-2': [SKIP], | 591 'regress/regress-2185-2': [SKIP], |
592 'harmony/object-observe': [SKIP], | 592 'harmony/object-observe': [SKIP], |
593 'readonly': [SKIP], | 593 'readonly': [SKIP], |
594 'array-feedback': [SKIP], | 594 'array-feedback': [SKIP], |
595 | 595 |
596 # Deopt every n garbage collections collides with deopt every n times. | 596 # Deopt every n garbage collections collides with deopt every n times. |
597 'regress/regress-2653': [SKIP], | 597 'regress/regress-2653': [SKIP], |
598 }], # 'deopt_fuzzer == True' | 598 }], # 'deopt_fuzzer == True' |
599 ] | 599 ] |
OLD | NEW |