| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'regress/regress-99167': [SKIP], | 215 'regress/regress-99167': [SKIP], |
| 216 | 216 |
| 217 # Long running tests. | 217 # Long running tests. |
| 218 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | 218 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], |
| 219 'regress/regress-2185-2': [PASS, TIMEOUT], | 219 'regress/regress-2185-2': [PASS, TIMEOUT], |
| 220 'whitespaces': [PASS, TIMEOUT, SLOW], | 220 'whitespaces': [PASS, TIMEOUT, SLOW], |
| 221 | 221 |
| 222 # BUG(v8:3147). It works on other architectures by accident. | 222 # BUG(v8:3147). It works on other architectures by accident. |
| 223 'regress/regress-conditional-position': [FAIL], | 223 'regress/regress-conditional-position': [FAIL], |
| 224 | 224 |
| 225 # BUG(v8:3457). |
| 226 'deserialize-reference': [PASS, FAIL], |
| 227 |
| 225 # Slow tests. | 228 # Slow tests. |
| 226 'array-concat': [PASS, SLOW], | 229 'array-concat': [PASS, SLOW], |
| 227 'array-constructor': [PASS, SLOW], | 230 'array-constructor': [PASS, SLOW], |
| 228 'array-indexing': [PASS, SLOW], | 231 'array-indexing': [PASS, SLOW], |
| 229 'array-reduce': [PASS, SLOW], | 232 'array-reduce': [PASS, SLOW], |
| 230 'array-sort': [PASS, SLOW], | 233 'array-sort': [PASS, SLOW], |
| 231 'array-splice': [PASS, SLOW], | 234 'array-splice': [PASS, SLOW], |
| 232 'bit-not': [PASS, SLOW], | 235 'bit-not': [PASS, SLOW], |
| 233 'compiler/alloc-number': [PASS, SLOW], | 236 'compiler/alloc-number': [PASS, SLOW], |
| 234 'compiler/osr-assert': [PASS, SLOW], | 237 'compiler/osr-assert': [PASS, SLOW], |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 'never-optimize': [SKIP], | 473 'never-optimize': [SKIP], |
| 471 'regress/regress-2185-2': [SKIP], | 474 'regress/regress-2185-2': [SKIP], |
| 472 'harmony/object-observe': [SKIP], | 475 'harmony/object-observe': [SKIP], |
| 473 'readonly': [SKIP], | 476 'readonly': [SKIP], |
| 474 'array-feedback': [SKIP], | 477 'array-feedback': [SKIP], |
| 475 | 478 |
| 476 # Deopt every n garbage collections collides with deopt every n times. | 479 # Deopt every n garbage collections collides with deopt every n times. |
| 477 'regress/regress-2653': [SKIP], | 480 'regress/regress-2653': [SKIP], |
| 478 }], # 'deopt_fuzzer == True' | 481 }], # 'deopt_fuzzer == True' |
| 479 ] | 482 ] |
| OLD | NEW |