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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'elements-kind': [PASS, NO_VARIANTS], | 69 'elements-kind': [PASS, NO_VARIANTS], |
70 | 70 |
71 # Some tests are just too slow to run for now. | 71 # Some tests are just too slow to run for now. |
72 'bit-not': [PASS, NO_VARIANTS], | 72 'bit-not': [PASS, NO_VARIANTS], |
73 'json2': [PASS, NO_VARIANTS], | 73 'json2': [PASS, NO_VARIANTS], |
74 'packed-elements': [PASS, NO_VARIANTS], | 74 'packed-elements': [PASS, NO_VARIANTS], |
75 'unbox-double-arrays': [PASS, NO_VARIANTS], | 75 'unbox-double-arrays': [PASS, NO_VARIANTS], |
76 'whitespaces': [PASS, NO_VARIANTS], | 76 'whitespaces': [PASS, NO_VARIANTS], |
77 'compiler/osr-assert': [PASS, NO_VARIANTS], | 77 'compiler/osr-assert': [PASS, NO_VARIANTS], |
78 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 78 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
| 79 'regress/regress-2612': [PASS, NO_VARIANTS], |
79 | 80 |
80 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 81 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
81 # not work, but we expect it to not crash. | 82 # not work, but we expect it to not crash. |
82 'debug-step-turbofan': [PASS, FAIL], | 83 'debug-step-turbofan': [PASS, FAIL], |
83 | 84 |
84 # Support for %GetFrameDetails is missing and requires checkpoints. | 85 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
85 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], | 86 'asm/embenchen/lua_binarytrees': [SKIP], |
86 'debug-evaluate-const': [PASS, NO_VARIANTS], | 87 'es6/symbols': [PASS, NO_VARIANTS], |
87 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], | 88 'es7/object-observe-debug-event': [PASS, NO_VARIANTS], |
88 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], | 89 'harmony/classes': [PASS, NO_VARIANTS], |
89 'debug-evaluate-locals': [PASS, NO_VARIANTS], | 90 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. |
90 'debug-evaluate-with-context': [PASS, NO_VARIANTS], | |
91 'debug-liveedit-double-call': [PASS, NO_VARIANTS], | |
92 'debug-liveedit-restart-frame': [PASS, NO_VARIANTS], | |
93 'debug-return-value': [PASS, NO_VARIANTS], | |
94 'debug-set-variable-value': [PASS, NO_VARIANTS], | |
95 'debug-step-stub-callfunction': [PASS, NO_VARIANTS], | |
96 'debug-stepin-accessor': [PASS, NO_VARIANTS], | |
97 'debug-stepin-builtin': [PASS, NO_VARIANTS], | |
98 'debug-stepin-constructor': [PASS, NO_VARIANTS], | |
99 'debug-stepin-function-call': [PASS, NO_VARIANTS], | |
100 'debug-stepnext-do-while': [PASS, NO_VARIANTS], | |
101 'debug-stepout-recursive-function': [PASS, NO_VARIANTS], | |
102 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], | |
103 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], | |
104 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], | |
105 'debug-stepout-scope-part7': [PASS, NO_VARIANTS], | |
106 'debug-stepout-to-builtin': [PASS, NO_VARIANTS], | |
107 'es6/debug-promises/throw-in-constructor': [PASS, NO_VARIANTS], | |
108 'es6/debug-promises/reject-in-constructor': [PASS, NO_VARIANTS], | |
109 'es6/debug-promises/throw-with-undefined-reject': [PASS, NO_VARIANTS], | |
110 'es6/debug-promises/throw-with-throw-in-reject': [PASS, NO_VARIANTS], | |
111 'es6/debug-promises/reject-with-throw-in-reject': [PASS, NO_VARIANTS], | |
112 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS], | |
113 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], | |
114 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], | |
115 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANT
S], | |
116 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | |
117 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], | |
118 'regress/regress-1081309': [PASS, NO_VARIANTS], | |
119 'regress/regress-269': [PASS, NO_VARIANTS], | |
120 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 91 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
121 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], | |
122 | 92 |
123 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. | 93 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. |
124 'harmony/object-literals-super': [PASS, NO_VARIANTS], | 94 'harmony/object-literals-super': [PASS, NO_VARIANTS], |
125 | 95 |
126 ############################################################################## | 96 ############################################################################## |
127 # Too slow in debug mode with --stress-opt mode. | 97 # Too slow in debug mode with --stress-opt mode. |
128 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 98 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
129 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 99 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
130 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 100 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
131 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 101 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 'never-optimize': [SKIP], | 547 'never-optimize': [SKIP], |
578 'regress/regress-2185-2': [SKIP], | 548 'regress/regress-2185-2': [SKIP], |
579 'harmony/object-observe': [SKIP], | 549 'harmony/object-observe': [SKIP], |
580 'readonly': [SKIP], | 550 'readonly': [SKIP], |
581 'array-feedback': [SKIP], | 551 'array-feedback': [SKIP], |
582 | 552 |
583 # Deopt every n garbage collections collides with deopt every n times. | 553 # Deopt every n garbage collections collides with deopt every n times. |
584 'regress/regress-2653': [SKIP], | 554 'regress/regress-2653': [SKIP], |
585 }], # 'deopt_fuzzer == True' | 555 }], # 'deopt_fuzzer == True' |
586 ] | 556 ] |
OLD | NEW |