| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'regress/regress-284': [PASS, NO_VARIANTS], | 86 'regress/regress-284': [PASS, NO_VARIANTS], |
| 87 'regress/string-set-char-deopt': [PASS, NO_VARIANTS], | 87 'regress/string-set-char-deopt': [PASS, NO_VARIANTS], |
| 88 'tools/profviz': [PASS, NO_VARIANTS], | 88 'tools/profviz': [PASS, NO_VARIANTS], |
| 89 | 89 |
| 90 # Support for breakpoints requires special relocation info for DebugBreak. | 90 # Support for breakpoints requires special relocation info for DebugBreak. |
| 91 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], | 91 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], |
| 92 'debug-step-2': [PASS, NO_VARIANTS], | 92 'debug-step-2': [PASS, NO_VARIANTS], |
| 93 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], | 93 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], |
| 94 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], | 94 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], |
| 95 | 95 |
| 96 # Code serializer does not work correctly. |
| 97 'deserialize-reference': [PASS, NO_VARIANTS], |
| 98 |
| 96 # Support for %GetFrameDetails is missing and requires checkpoints. | 99 # Support for %GetFrameDetails is missing and requires checkpoints. |
| 97 'debug-backtrace-text': [PASS, NO_VARIANTS], | 100 'debug-backtrace-text': [PASS, NO_VARIANTS], |
| 98 'debug-break-inline': [PASS, NO_VARIANTS], | 101 'debug-break-inline': [PASS, NO_VARIANTS], |
| 99 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], | 102 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], |
| 100 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 103 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| 101 'debug-evaluate-const': [PASS, NO_VARIANTS], | 104 'debug-evaluate-const': [PASS, NO_VARIANTS], |
| 102 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | 105 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
| 103 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | 106 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
| 104 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 107 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
| 105 'debug-evaluate-with-context': [PASS, NO_VARIANTS], | 108 'debug-evaluate-with-context': [PASS, NO_VARIANTS], |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'never-optimize': [SKIP], | 599 'never-optimize': [SKIP], |
| 597 'regress/regress-2185-2': [SKIP], | 600 'regress/regress-2185-2': [SKIP], |
| 598 'harmony/object-observe': [SKIP], | 601 'harmony/object-observe': [SKIP], |
| 599 'readonly': [SKIP], | 602 'readonly': [SKIP], |
| 600 'array-feedback': [SKIP], | 603 'array-feedback': [SKIP], |
| 601 | 604 |
| 602 # Deopt every n garbage collections collides with deopt every n times. | 605 # Deopt every n garbage collections collides with deopt every n times. |
| 603 'regress/regress-2653': [SKIP], | 606 'regress/regress-2653': [SKIP], |
| 604 }], # 'deopt_fuzzer == True' | 607 }], # 'deopt_fuzzer == True' |
| 605 ] | 608 ] |
| OLD | NEW |