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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'unicode-test': [PASS, NO_VARIANTS], | 65 'unicode-test': [PASS, NO_VARIANTS], |
66 'whitespaces': [PASS, NO_VARIANTS], | 66 'whitespaces': [PASS, NO_VARIANTS], |
67 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS], | 67 'ignition/regress-599001-verifyheap': [PASS, NO_VARIANTS], |
68 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], | 68 'es6/string-fromcodepoint': [PASS, NO_VARIANTS], |
69 'regress/regress-2612': [PASS, NO_VARIANTS], | 69 'regress/regress-2612': [PASS, NO_VARIANTS], |
70 | 70 |
71 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 71 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
72 # not work, but we expect it to not crash. | 72 # not work, but we expect it to not crash. |
73 'debug-step-turbofan': [PASS, FAIL], | 73 'debug-step-turbofan': [PASS, FAIL], |
74 | 74 |
75 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! | |
76 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. | |
77 'debug-step': [PASS, NO_VARIANTS], # windows only. | |
78 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. | |
79 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. | |
80 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | |
81 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | |
82 | |
83 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 75 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
84 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 76 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
85 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 77 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
86 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], | 78 'debug-evaluate-locals-capturing': [PASS, NO_VARIANTS], |
87 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | 79 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
88 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | 80 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
89 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. | 81 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. |
90 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 82 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
91 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 83 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
92 'debug-set-variable-value': [PASS, NO_VARIANTS], | 84 'debug-set-variable-value': [PASS, NO_VARIANTS], |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 ############################################################################## | 766 ############################################################################## |
775 ['gcov_coverage', { | 767 ['gcov_coverage', { |
776 # Tests taking too long. | 768 # Tests taking too long. |
777 'array-functions-prototype-misc': [SKIP], | 769 'array-functions-prototype-misc': [SKIP], |
778 | 770 |
779 # Stack overflow. | 771 # Stack overflow. |
780 'big-array-literal': [SKIP], | 772 'big-array-literal': [SKIP], |
781 }], # 'gcov_coverage' | 773 }], # 'gcov_coverage' |
782 | 774 |
783 ] | 775 ] |
OLD | NEW |