| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'debug-references': [PASS, NO_VARIANTS], | 63 'debug-references': [PASS, NO_VARIANTS], |
| 64 'regress/regress-263': [PASS, NO_VARIANTS], | 64 'regress/regress-263': [PASS, NO_VARIANTS], |
| 65 | 65 |
| 66 # Some tests are over-restrictive about object layout. | 66 # Some tests are over-restrictive about object layout. |
| 67 'array-constructor-feedback': [PASS, NO_VARIANTS], | 67 'array-constructor-feedback': [PASS, NO_VARIANTS], |
| 68 'array-feedback': [PASS, NO_VARIANTS], | 68 'array-feedback': [PASS, NO_VARIANTS], |
| 69 'fast-non-keyed': [PASS, NO_VARIANTS], | 69 'fast-non-keyed': [PASS, NO_VARIANTS], |
| 70 'track-fields': [PASS, NO_VARIANTS], | 70 'track-fields': [PASS, NO_VARIANTS], |
| 71 | 71 |
| 72 # Some tests are just too slow to run for now. | 72 # Some tests are just too slow to run for now. |
| 73 'array-store-and-grow': [PASS, NO_VARIANTS], | |
| 74 'big-object-literal': [PASS, NO_VARIANTS], | 73 'big-object-literal': [PASS, NO_VARIANTS], |
| 75 'bit-not': [PASS, NO_VARIANTS], | 74 'bit-not': [PASS, NO_VARIANTS], |
| 76 'elements-kind': [PASS, NO_VARIANTS], | |
| 77 'elements-transition': [PASS, NO_VARIANTS], | |
| 78 'json2': [PASS, NO_VARIANTS], | 75 'json2': [PASS, NO_VARIANTS], |
| 79 'packed-elements': [PASS, NO_VARIANTS], | 76 'packed-elements': [PASS, NO_VARIANTS], |
| 80 'unbox-double-arrays': [PASS, NO_VARIANTS], | 77 'unbox-double-arrays': [PASS, NO_VARIANTS], |
| 81 'whitespaces': [PASS, NO_VARIANTS], | 78 'whitespaces': [PASS, NO_VARIANTS], |
| 82 'compiler/optimized-for-in': [PASS, NO_VARIANTS], | 79 'compiler/optimized-for-in': [PASS, NO_VARIANTS], |
| 83 'compiler/osr-assert': [PASS, NO_VARIANTS], | 80 'compiler/osr-assert': [PASS, NO_VARIANTS], |
| 84 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 81 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 85 'es7/object-observe': [PASS, NO_VARIANTS], | 82 'es7/object-observe': [PASS, NO_VARIANTS], |
| 86 'regress/regress-1167': [PASS, NO_VARIANTS], | |
| 87 'regress/regress-201': [PASS, NO_VARIANTS], | |
| 88 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 83 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
| 89 'regress/regress-284': [PASS, NO_VARIANTS], | 84 'regress/regress-284': [PASS, NO_VARIANTS], |
| 90 'regress/regress-91008': [PASS, NO_VARIANTS], | |
| 91 'regress/string-set-char-deopt': [PASS, NO_VARIANTS], | 85 'regress/string-set-char-deopt': [PASS, NO_VARIANTS], |
| 92 'tools/profviz': [PASS, NO_VARIANTS], | 86 'tools/profviz': [PASS, NO_VARIANTS], |
| 93 | 87 |
| 94 # Support for breakpoints requires special relocation info for DebugBreak. | 88 # Support for breakpoints requires special relocation info for DebugBreak. |
| 95 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], | 89 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], |
| 96 'debug-step-2': [PASS, NO_VARIANTS], | 90 'debug-step-2': [PASS, NO_VARIANTS], |
| 97 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], | 91 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], |
| 98 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], | 92 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], |
| 99 | 93 |
| 100 # Support for %GetFrameDetails is missing and requires checkpoints. | 94 # Support for %GetFrameDetails is missing and requires checkpoints. |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 'never-optimize': [SKIP], | 585 'never-optimize': [SKIP], |
| 592 'regress/regress-2185-2': [SKIP], | 586 'regress/regress-2185-2': [SKIP], |
| 593 'harmony/object-observe': [SKIP], | 587 'harmony/object-observe': [SKIP], |
| 594 'readonly': [SKIP], | 588 'readonly': [SKIP], |
| 595 'array-feedback': [SKIP], | 589 'array-feedback': [SKIP], |
| 596 | 590 |
| 597 # Deopt every n garbage collections collides with deopt every n times. | 591 # Deopt every n garbage collections collides with deopt every n times. |
| 598 'regress/regress-2653': [SKIP], | 592 'regress/regress-2653': [SKIP], |
| 599 }], # 'deopt_fuzzer == True' | 593 }], # 'deopt_fuzzer == True' |
| 600 ] | 594 ] |
| OLD | NEW |