Chromium Code Reviews| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 295 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 295 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
| 296 'regress/regress-2185-2': [PASS, TIMEOUT], | 296 'regress/regress-2185-2': [PASS, TIMEOUT], |
| 297 'whitespaces': [PASS, TIMEOUT, SLOW], | 297 'whitespaces': [PASS, TIMEOUT, SLOW], |
| 298 | 298 |
| 299 # BUG(v8:3147). It works on other architectures by accident. | 299 # BUG(v8:3147). It works on other architectures by accident. |
| 300 'regress/regress-conditional-position': [FAIL], | 300 'regress/regress-conditional-position': [FAIL], |
| 301 | 301 |
| 302 # BUG(v8:3457). | 302 # BUG(v8:3457). |
| 303 'deserialize-reference': [PASS, FAIL], | 303 'deserialize-reference': [PASS, FAIL], |
| 304 | 304 |
| 305 # BUG(v8:3884). | |
| 306 'regress/regress-builtinbust-7.js': [PASS, ['gc_stress == True', SKIP]], | |
|
Michael Achenbach
2015/02/11 17:10:03
meh - I didn't look close enough. There shouldn't
| |
| 307 | |
| 305 # Slow tests. | 308 # Slow tests. |
| 306 'array-concat': [PASS, SLOW], | 309 'array-concat': [PASS, SLOW], |
| 307 'array-constructor': [PASS, SLOW], | 310 'array-constructor': [PASS, SLOW], |
| 308 'array-indexing': [PASS, SLOW], | 311 'array-indexing': [PASS, SLOW], |
| 309 'array-reduce': [PASS, SLOW], | 312 'array-reduce': [PASS, SLOW], |
| 310 'array-sort': [PASS, SLOW], | 313 'array-sort': [PASS, SLOW], |
| 311 'array-splice': [PASS, SLOW], | 314 'array-splice': [PASS, SLOW], |
| 312 'bit-not': [PASS, SLOW], | 315 'bit-not': [PASS, SLOW], |
| 313 'compiler/alloc-number': [PASS, SLOW], | 316 'compiler/alloc-number': [PASS, SLOW], |
| 314 'compiler/osr-assert': [PASS, SLOW], | 317 'compiler/osr-assert': [PASS, SLOW], |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 586 'never-optimize': [SKIP], | 589 'never-optimize': [SKIP], |
| 587 'regress/regress-2185-2': [SKIP], | 590 'regress/regress-2185-2': [SKIP], |
| 588 'harmony/object-observe': [SKIP], | 591 'harmony/object-observe': [SKIP], |
| 589 'readonly': [SKIP], | 592 'readonly': [SKIP], |
| 590 'array-feedback': [SKIP], | 593 'array-feedback': [SKIP], |
| 591 | 594 |
| 592 # Deopt every n garbage collections collides with deopt every n times. | 595 # Deopt every n garbage collections collides with deopt every n times. |
| 593 'regress/regress-2653': [SKIP], | 596 'regress/regress-2653': [SKIP], |
| 594 }], # 'deopt_fuzzer == True' | 597 }], # 'deopt_fuzzer == True' |
| 595 ] | 598 ] |
| OLD | NEW |