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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 # TODO(mstarzinger): An arguments object materialized in the prologue can't | 60 # TODO(mstarzinger): An arguments object materialized in the prologue can't |
61 # be accessed indirectly. Either we drop that requirement or wait for support | 61 # be accessed indirectly. Either we drop that requirement or wait for support |
62 # from the deoptimizer to do that. | 62 # from the deoptimizer to do that. |
63 'arguments-indirect': [PASS, NO_VARIANTS], | 63 'arguments-indirect': [PASS, NO_VARIANTS], |
64 | 64 |
65 # TODO(verwaest): Some tests are over-restrictive about object layout. | 65 # TODO(verwaest): Some tests are over-restrictive about object layout. |
66 'array-constructor-feedback': [PASS, NO_VARIANTS], | 66 'array-constructor-feedback': [PASS, NO_VARIANTS], |
67 'array-feedback': [PASS, NO_VARIANTS], | 67 'array-feedback': [PASS, NO_VARIANTS], |
68 'compare-known-objects-slow': [PASS, NO_VARIANTS], | 68 'compare-known-objects-slow': [PASS, NO_VARIANTS], |
69 'elements-kind': [PASS, NO_VARIANTS], | 69 'elements-kind': [PASS, NO_VARIANTS], |
| 70 'opt-elements-kind': [PASS, NO_VARIANTS], |
70 | 71 |
71 # Some tests are just too slow to run for now. | 72 # Some tests are just too slow to run for now. |
| 73 'big-object-literal': [PASS, NO_VARIANTS], |
72 'bit-not': [PASS, NO_VARIANTS], | 74 'bit-not': [PASS, NO_VARIANTS], |
73 'json2': [PASS, NO_VARIANTS], | 75 'json2': [PASS, NO_VARIANTS], |
74 'packed-elements': [PASS, NO_VARIANTS], | 76 'packed-elements': [PASS, NO_VARIANTS], |
75 'unbox-double-arrays': [PASS, NO_VARIANTS], | 77 'unbox-double-arrays': [PASS, NO_VARIANTS], |
76 'whitespaces': [PASS, NO_VARIANTS], | 78 'whitespaces': [PASS, NO_VARIANTS], |
77 'compiler/osr-assert': [PASS, NO_VARIANTS], | 79 'compiler/osr-assert': [PASS, NO_VARIANTS], |
78 'regress/regress-2185-2': [PASS, NO_VARIANTS], | 80 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
79 'regress/regress-2612': [PASS, NO_VARIANTS], | 81 'regress/regress-2612': [PASS, NO_VARIANTS], |
80 | 82 |
81 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does | 83 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does |
82 # not work, but we expect it to not crash. | 84 # not work, but we expect it to not crash. |
83 'debug-step-turbofan': [PASS, FAIL], | 85 'debug-step-turbofan': [PASS, FAIL], |
84 | 86 |
| 87 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 88 'debug-evaluate-const': [PASS, NO_VARIANTS], |
| 89 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
| 90 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. |
| 91 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
| 92 'debug-step-stub-callfunction': [PASS, NO_VARIANTS], |
| 93 'debug-set-variable-value': [PASS, NO_VARIANTS], |
| 94 'debug-stepin-accessor': [PASS, NO_VARIANTS], |
| 95 'debug-stepin-builtin': [PASS, NO_VARIANTS], |
| 96 'debug-stepin-constructor': [PASS, NO_VARIANTS], |
| 97 'debug-stepin-function-call': [PASS, NO_VARIANTS], |
| 98 'debug-stepnext-do-while': [PASS, NO_VARIANTS], |
| 99 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
| 100 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
| 101 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
| 102 'es6/debug-stepin-microtasks': [PASS, NO_VARIANTS], |
| 103 'es6/debug-stepnext-for': [PASS, NO_VARIANTS], |
| 104 'harmony/debug-evaluate-blockscopes': [PASS, NO_VARIANTS], |
| 105 |
85 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. | 106 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. |
86 'asm/embenchen/lua_binarytrees': [SKIP], | 107 'asm/embenchen/lua_binarytrees': [SKIP], |
87 'es6/symbols': [PASS, NO_VARIANTS], | 108 'es6/symbols': [PASS, NO_VARIANTS], |
88 'es7/object-observe-debug-event': [PASS, NO_VARIANTS], | 109 'es7/object-observe-debug-event': [PASS, NO_VARIANTS], |
89 'harmony/classes': [PASS, NO_VARIANTS], | 110 'harmony/classes': [PASS, NO_VARIANTS], |
90 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. | 111 'regress/regress-354433': [PASS, NO_VARIANTS], # only on ARM simulator. |
91 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 112 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
92 | 113 |
| 114 # TODO(dslomov): Implement super calls. |
| 115 'harmony/super': [PASS, NO_VARIANTS], |
| 116 |
93 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. | 117 # TODO(arv): TurboFan does not yet add [[HomeObject]] as needed. |
94 'harmony/object-literals-super': [PASS, NO_VARIANTS], | 118 'harmony/object-literals-super': [PASS, NO_VARIANTS], |
95 | 119 |
96 ############################################################################## | 120 ############################################################################## |
97 # Too slow in debug mode with --stress-opt mode. | 121 # Too slow in debug mode with --stress-opt mode. |
98 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 122 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
99 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 123 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
100 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 124 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
101 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 125 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
102 | 126 |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'never-optimize': [SKIP], | 575 'never-optimize': [SKIP], |
552 'regress/regress-2185-2': [SKIP], | 576 'regress/regress-2185-2': [SKIP], |
553 'harmony/object-observe': [SKIP], | 577 'harmony/object-observe': [SKIP], |
554 'readonly': [SKIP], | 578 'readonly': [SKIP], |
555 'array-feedback': [SKIP], | 579 'array-feedback': [SKIP], |
556 | 580 |
557 # Deopt every n garbage collections collides with deopt every n times. | 581 # Deopt every n garbage collections collides with deopt every n times. |
558 'regress/regress-2653': [SKIP], | 582 'regress/regress-2653': [SKIP], |
559 }], # 'deopt_fuzzer == True' | 583 }], # 'deopt_fuzzer == True' |
560 ] | 584 ] |
OLD | NEW |