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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 94 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
95 'debug-evaluate-const': [PASS, NO_VARIANTS], | 95 'debug-evaluate-const': [PASS, NO_VARIANTS], |
96 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 96 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
97 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. | 97 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
98 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | 98 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
99 'debug-set-variable-value': [PASS, NO_VARIANTS], | 99 'debug-set-variable-value': [PASS, NO_VARIANTS], |
100 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | 100 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
101 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | 101 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
102 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | 102 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
103 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], | 103 'es6/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
104 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | |
105 | 104 |
106 ############################################################################## | 105 ############################################################################## |
107 # Too slow in debug mode with --stress-opt mode. | 106 # Too slow in debug mode with --stress-opt mode. |
108 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 107 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
109 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 108 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
110 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 109 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
111 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 110 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
112 | 111 |
113 ############################################################################## | 112 ############################################################################## |
114 # Too slow in debug mode for validation of elements. | 113 # Too slow in debug mode for validation of elements. |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
589 'regress/regress-2653': [SKIP], | 588 'regress/regress-2653': [SKIP], |
590 }], # 'deopt_fuzzer == True' | 589 }], # 'deopt_fuzzer == True' |
591 | 590 |
592 ############################################################################## | 591 ############################################################################## |
593 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 592 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
594 | 593 |
595 # take too long with the simulator. | 594 # take too long with the simulator. |
596 'regress/regress-1132': [SKIP], | 595 'regress/regress-1132': [SKIP], |
597 }], # 'arch == ppc and simulator_run == True' | 596 }], # 'arch == ppc and simulator_run == True' |
598 ] | 597 ] |
OLD | NEW |