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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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! | 75 # TODO(mstarzinger): Optimizing top-level code revealed some issues. Fix! |
76 'bitops-info': [PASS, NO_VARIANTS], # fails on ARM hardware. | |
77 'md5': [PASS, NO_VARIANTS], # fails on ARM hardware. | |
78 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. | 76 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky. |
79 'debug-step': [PASS, NO_VARIANTS], # windows only. | 77 'debug-step': [PASS, NO_VARIANTS], # windows only. |
80 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 78 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
81 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 79 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
82 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | 80 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
83 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | 81 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
84 | 82 |
85 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 83 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
86 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 84 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
87 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 85 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 ############################################################################## | 829 ############################################################################## |
832 ['gcov_coverage', { | 830 ['gcov_coverage', { |
833 # Tests taking too long. | 831 # Tests taking too long. |
834 'array-functions-prototype-misc': [SKIP], | 832 'array-functions-prototype-misc': [SKIP], |
835 | 833 |
836 # Stack overflow. | 834 # Stack overflow. |
837 'big-array-literal': [SKIP], | 835 'big-array-literal': [SKIP], |
838 }], # 'gcov_coverage' | 836 }], # 'gcov_coverage' |
839 | 837 |
840 ] | 838 ] |
OLD | NEW |