| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 82 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 83 'es7/object-observe': [PASS, NO_VARIANTS], | 83 'es7/object-observe': [PASS, NO_VARIANTS], |
| 84 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 84 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
| 85 | 85 |
| 86 # Support for breakpoints requires special relocation info for DebugBreak. | 86 # Support for breakpoints requires special relocation info for DebugBreak. |
| 87 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], | 87 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], |
| 88 'debug-step-2': [PASS, NO_VARIANTS], | 88 'debug-step-2': [PASS, NO_VARIANTS], |
| 89 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], | 89 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], |
| 90 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], | 90 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], |
| 91 | 91 |
| 92 # Code serializer does not work correctly. | |
| 93 'deserialize-reference': [PASS, NO_VARIANTS], | |
| 94 | |
| 95 # Support for %GetFrameDetails is missing and requires checkpoints. | 92 # Support for %GetFrameDetails is missing and requires checkpoints. |
| 96 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], | 93 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], |
| 97 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 94 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| 98 'debug-evaluate-const': [PASS, NO_VARIANTS], | 95 'debug-evaluate-const': [PASS, NO_VARIANTS], |
| 99 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | 96 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
| 100 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | 97 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
| 101 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 98 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
| 102 'debug-evaluate-with-context': [PASS, NO_VARIANTS], | 99 'debug-evaluate-with-context': [PASS, NO_VARIANTS], |
| 103 'debug-evaluate-with': [PASS, NO_VARIANTS], | 100 'debug-evaluate-with': [PASS, NO_VARIANTS], |
| 104 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 101 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'never-optimize': [SKIP], | 590 'never-optimize': [SKIP], |
| 594 'regress/regress-2185-2': [SKIP], | 591 'regress/regress-2185-2': [SKIP], |
| 595 'harmony/object-observe': [SKIP], | 592 'harmony/object-observe': [SKIP], |
| 596 'readonly': [SKIP], | 593 'readonly': [SKIP], |
| 597 'array-feedback': [SKIP], | 594 'array-feedback': [SKIP], |
| 598 | 595 |
| 599 # Deopt every n garbage collections collides with deopt every n times. | 596 # Deopt every n garbage collections collides with deopt every n times. |
| 600 'regress/regress-2653': [SKIP], | 597 'regress/regress-2653': [SKIP], |
| 601 }], # 'deopt_fuzzer == True' | 598 }], # 'deopt_fuzzer == True' |
| 602 ] | 599 ] |
| OLD | NEW |