| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS], | 85 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS], |
| 86 'harmony/empty-for': [PASS, NO_VARIANTS], | 86 'harmony/empty-for': [PASS, NO_VARIANTS], |
| 87 | 87 |
| 88 # TODO(mstarzinger): Needs more investigation. | 88 # TODO(mstarzinger): Needs more investigation. |
| 89 'polymorph-arrays': [PASS, NO_VARIANTS], | 89 'polymorph-arrays': [PASS, NO_VARIANTS], |
| 90 'string-oom-concat': [PASS, NO_VARIANTS], | 90 'string-oom-concat': [PASS, NO_VARIANTS], |
| 91 'unbox-double-arrays': [PASS, NO_VARIANTS], | 91 'unbox-double-arrays': [PASS, NO_VARIANTS], |
| 92 'compiler/osr-warm': [PASS, NO_VARIANTS], | 92 'compiler/osr-warm': [PASS, NO_VARIANTS], |
| 93 'compiler/regress-3136962': [PASS, NO_VARIANTS], | 93 'compiler/regress-3136962': [PASS, NO_VARIANTS], |
| 94 'harmony/proxies-json': [PASS, NO_VARIANTS], | 94 'harmony/proxies-json': [PASS, NO_VARIANTS], |
| 95 'regress/regress-3476': [PASS, NO_VARIANTS], | |
| 96 'regress/regress-760-1': [PASS, NO_VARIANTS], | 95 'regress/regress-760-1': [PASS, NO_VARIANTS], |
| 97 'regress/regress-760-2': [PASS, NO_VARIANTS], | 96 'regress/regress-760-2': [PASS, NO_VARIANTS], |
| 98 'regress/regress-crbug-357052': [PASS, NO_VARIANTS], | 97 'regress/regress-crbug-357052': [PASS, NO_VARIANTS], |
| 99 | 98 |
| 100 # Some tests are over-restrictive about object layout. | 99 # Some tests are over-restrictive about object layout. |
| 101 'array-constructor-feedback': [PASS, NO_VARIANTS], | 100 'array-constructor-feedback': [PASS, NO_VARIANTS], |
| 102 'array-feedback': [PASS, NO_VARIANTS], | 101 'array-feedback': [PASS, NO_VARIANTS], |
| 103 'elements-kind': [PASS, NO_VARIANTS], | 102 'elements-kind': [PASS, NO_VARIANTS], |
| 104 | 103 |
| 105 # Some tests are just too slow to run for now. | 104 # Some tests are just too slow to run for now. |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 'never-optimize': [SKIP], | 565 'never-optimize': [SKIP], |
| 567 'regress/regress-2185-2': [SKIP], | 566 'regress/regress-2185-2': [SKIP], |
| 568 'harmony/object-observe': [SKIP], | 567 'harmony/object-observe': [SKIP], |
| 569 'readonly': [SKIP], | 568 'readonly': [SKIP], |
| 570 'array-feedback': [SKIP], | 569 'array-feedback': [SKIP], |
| 571 | 570 |
| 572 # Deopt every n garbage collections collides with deopt every n times. | 571 # Deopt every n garbage collections collides with deopt every n times. |
| 573 'regress/regress-2653': [SKIP], | 572 'regress/regress-2653': [SKIP], |
| 574 }], # 'deopt_fuzzer == True' | 573 }], # 'deopt_fuzzer == True' |
| 575 ] | 574 ] |
| OLD | NEW |