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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 # Skip long running test in debug and allow it to timeout in release mode. | 45 # Skip long running test in debug and allow it to timeout in release mode. |
46 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], | 46 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]], |
47 | 47 |
48 # This test non-deterministically runs out of memory on Windows ia32. | 48 # This test non-deterministically runs out of memory on Windows ia32. |
49 'regress/regress-crbug-160010': [SKIP], | 49 'regress/regress-crbug-160010': [SKIP], |
50 | 50 |
51 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 51 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
52 'regress/regress-2653': [SKIP], | 52 'regress/regress-2653': [SKIP], |
53 | 53 |
54 ############################################################################## | 54 ############################################################################## |
| 55 # TurboFan compiler failures. |
| 56 |
| 57 # TODO(mstarzinger): An arguments object materialized in the prologue can't |
| 58 # be accessed indirectly. Either we drop that requirement or wait for support |
| 59 # from the deoptimizer to do that. |
| 60 'arguments-indirect': [PASS, NO_VARIANTS], |
| 61 |
| 62 # TODO(mstarzinger): Sometimes the try-catch blacklist fails. |
| 63 'debug-references': [PASS, NO_VARIANTS], |
| 64 'regress/regress-263': [PASS, NO_VARIANTS], |
| 65 |
| 66 # Some tests are over-restrictive about object layout. |
| 67 'array-constructor-feedback': [PASS, NO_VARIANTS], |
| 68 'array-feedback': [PASS, NO_VARIANTS], |
| 69 'fast-non-keyed': [PASS, NO_VARIANTS], |
| 70 'track-fields': [PASS, NO_VARIANTS], |
| 71 |
| 72 # Some tests are just too slow to run for now. |
| 73 'array-store-and-grow': [PASS, NO_VARIANTS], |
| 74 'big-object-literal': [PASS, NO_VARIANTS], |
| 75 'bit-not': [PASS, NO_VARIANTS], |
| 76 'elements-kind': [PASS, NO_VARIANTS], |
| 77 'elements-transition': [PASS, NO_VARIANTS], |
| 78 'json2': [PASS, NO_VARIANTS], |
| 79 'packed-elements': [PASS, NO_VARIANTS], |
| 80 'unbox-double-arrays': [PASS, NO_VARIANTS], |
| 81 'whitespaces': [PASS, NO_VARIANTS], |
| 82 'compiler/optimized-for-in': [PASS, NO_VARIANTS], |
| 83 'compiler/osr-assert': [PASS, NO_VARIANTS], |
| 84 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 85 'es7/object-observe': [PASS, NO_VARIANTS], |
| 86 'regress/regress-1167': [PASS, NO_VARIANTS], |
| 87 'regress/regress-201': [PASS, NO_VARIANTS], |
| 88 'regress/regress-2185-2': [PASS, NO_VARIANTS], |
| 89 'regress/regress-284': [PASS, NO_VARIANTS], |
| 90 'regress/regress-91008': [PASS, NO_VARIANTS], |
| 91 'regress/string-set-char-deopt': [PASS, NO_VARIANTS], |
| 92 'tools/profviz': [PASS, NO_VARIANTS], |
| 93 |
| 94 # Support for breakpoints requires special relocation info for DebugBreak. |
| 95 'debug-clearbreakpointgroup': [PASS, NO_VARIANTS], |
| 96 'debug-step-2': [PASS, NO_VARIANTS], |
| 97 'regress/regress-debug-deopt-while-recompile': [PASS, NO_VARIANTS], |
| 98 'regress/regress-opt-after-debug-deopt': [PASS, NO_VARIANTS], |
| 99 |
| 100 # Support for %GetFrameDetails is missing and requires checkpoints. |
| 101 'debug-backtrace-text': [PASS, NO_VARIANTS], |
| 102 'debug-break-inline': [PASS, NO_VARIANTS], |
| 103 'debug-evaluate-arguments': [PASS, NO_VARIANTS], |
| 104 'debug-evaluate-bool-constructor': [PASS, NO_VARIANTS], |
| 105 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
| 106 'debug-evaluate-const': [PASS, NO_VARIANTS], |
| 107 'debug-evaluate-locals-optimized-double': [PASS, NO_VARIANTS], |
| 108 'debug-evaluate-locals-optimized': [PASS, NO_VARIANTS], |
| 109 'debug-evaluate-locals': [PASS, NO_VARIANTS], |
| 110 'debug-evaluate-with-context': [PASS, NO_VARIANTS], |
| 111 'debug-evaluate-with': [PASS, NO_VARIANTS], |
| 112 'debug-liveedit-double-call': [PASS, NO_VARIANTS], |
| 113 'debug-liveedit-restart-frame': [PASS, NO_VARIANTS], |
| 114 'debug-receiver': [PASS, NO_VARIANTS], |
| 115 'debug-return-value': [PASS, NO_VARIANTS], |
| 116 'debug-scopes': [PASS, NO_VARIANTS], |
| 117 'debug-set-variable-value': [PASS, NO_VARIANTS], |
| 118 'debug-step-stub-callfunction': [PASS, NO_VARIANTS], |
| 119 'debug-stepin-accessor': [PASS, NO_VARIANTS], |
| 120 'debug-stepin-builtin': [PASS, NO_VARIANTS], |
| 121 'debug-stepin-constructor': [PASS, NO_VARIANTS], |
| 122 'debug-stepin-function-call': [PASS, NO_VARIANTS], |
| 123 'debug-stepnext-do-while': [PASS, NO_VARIANTS], |
| 124 'debug-stepout-recursive-function': [PASS, NO_VARIANTS], |
| 125 'debug-stepout-scope-part1': [PASS, NO_VARIANTS], |
| 126 'debug-stepout-scope-part2': [PASS, NO_VARIANTS], |
| 127 'debug-stepout-scope-part3': [PASS, NO_VARIANTS], |
| 128 'debug-stepout-scope-part7': [PASS, NO_VARIANTS], |
| 129 'debug-stepout-to-builtin': [PASS, NO_VARIANTS], |
| 130 'es6/debug-promises-throw-in-constructor': [PASS, NO_VARIANTS], |
| 131 'es6/debug-promises-throw-in-reject': [PASS, NO_VARIANTS], |
| 132 'es6/debug-promises-uncaught-all': [PASS, NO_VARIANTS], |
| 133 'es6/debug-promises-uncaught-uncaught': [PASS, NO_VARIANTS], |
| 134 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], |
| 135 'harmony/generators-debug-scopes': [PASS, NO_VARIANTS], |
| 136 'regress/regress-1081309': [PASS, NO_VARIANTS], |
| 137 'regress/regress-1170187': [PASS, NO_VARIANTS], |
| 138 'regress/regress-119609': [PASS, NO_VARIANTS], |
| 139 'regress/regress-131994': [PASS, NO_VARIANTS], |
| 140 'regress/regress-269': [PASS, NO_VARIANTS], |
| 141 'regress/regress-325676': [PASS, NO_VARIANTS], |
| 142 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], |
| 143 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], |
| 144 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], |
| 145 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
| 146 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS], |
| 147 |
| 148 # Support for ES6 generators is missing. |
| 149 'regress-3225': [PASS, NO_VARIANTS], |
| 150 'harmony/generators-debug-liveedit': [PASS, NO_VARIANTS], |
| 151 'harmony/generators-iteration': [PASS, NO_VARIANTS], |
| 152 'harmony/generators-parsing': [PASS, NO_VARIANTS], |
| 153 'harmony/generators-poisoned-properties': [PASS, NO_VARIANTS], |
| 154 'harmony/generators-relocation': [PASS, NO_VARIANTS], |
| 155 'harmony/regress/regress-2681': [PASS, NO_VARIANTS], |
| 156 'harmony/regress/regress-2691': [PASS, NO_VARIANTS], |
| 157 'harmony/regress/regress-3280': [PASS, NO_VARIANTS], |
| 158 |
| 159 # Support for ES6 for-of iteration is missing. |
| 160 'harmony/array-iterator': [PASS, NO_VARIANTS], |
| 161 'harmony/iteration-semantics': [PASS, NO_VARIANTS], |
| 162 'harmony/string-iterator': [PASS, NO_VARIANTS], |
| 163 'harmony/typed-array-iterator': [PASS, NO_VARIANTS], |
| 164 |
| 165 ############################################################################## |
55 # Too slow in debug mode with --stress-opt mode. | 166 # Too slow in debug mode with --stress-opt mode. |
56 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 167 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
57 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 168 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
58 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 169 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
59 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 170 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
60 | 171 |
61 ############################################################################## | 172 ############################################################################## |
62 # Too slow in debug mode for GC stress mode. | 173 # Too slow in debug mode for GC stress mode. |
63 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 174 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
64 | 175 |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 'never-optimize': [SKIP], | 591 'never-optimize': [SKIP], |
481 'regress/regress-2185-2': [SKIP], | 592 'regress/regress-2185-2': [SKIP], |
482 'harmony/object-observe': [SKIP], | 593 'harmony/object-observe': [SKIP], |
483 'readonly': [SKIP], | 594 'readonly': [SKIP], |
484 'array-feedback': [SKIP], | 595 'array-feedback': [SKIP], |
485 | 596 |
486 # Deopt every n garbage collections collides with deopt every n times. | 597 # Deopt every n garbage collections collides with deopt every n times. |
487 'regress/regress-2653': [SKIP], | 598 'regress/regress-2653': [SKIP], |
488 }], # 'deopt_fuzzer == True' | 599 }], # 'deopt_fuzzer == True' |
489 ] | 600 ] |
OLD | NEW |