Chromium Code Reviews| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 129 'array-literal-feedback': [SKIP], | 129 'array-literal-feedback': [SKIP], |
| 130 'd8-performance-now': [SKIP], | 130 'd8-performance-now': [SKIP], |
| 131 'elements-kind': [SKIP], | 131 'elements-kind': [SKIP], |
| 132 'fast-prototype': [SKIP], | 132 'fast-prototype': [SKIP], |
| 133 'opt-elements-kind': [SKIP], | 133 'opt-elements-kind': [SKIP], |
| 134 'osr-elements-kind': [SKIP], | 134 'osr-elements-kind': [SKIP], |
| 135 'regress/regress-165637': [SKIP], | 135 'regress/regress-165637': [SKIP], |
| 136 'regress/regress-2249': [SKIP], | 136 'regress/regress-2249': [SKIP], |
| 137 }], # 'gc_stress == True' | 137 }], # 'gc_stress == True' |
| 138 | 138 |
| 139 | |
| 140 ############################################################################## | |
| 141 | |
| 142 ['gc_stress == True', { | |
|
Michael Achenbach
2014/03/10 12:37:28
I wouldn't start a duplicate configuration list. J
| |
| 143 # Tests failing GC stress - possible bugs. | |
| 144 | |
| 145 # BUG(v8:3208) | |
| 146 'string-case': [FLAKY], | |
|
Michael Achenbach
2014/03/10 12:37:28
Please define as [PASS, FLAKY] (I know, there is n
| |
| 147 }], # 'gc_stress == True' | |
| 148 | |
| 149 | |
| 139 ############################################################################## | 150 ############################################################################## |
| 140 ['arch == a64', { | 151 ['arch == a64', { |
| 141 | 152 |
| 142 # Requires bigger stack size in the Genesis and if stack size is increased, | 153 # Requires bigger stack size in the Genesis and if stack size is increased, |
| 143 # the test requires too much time to run. However, the problem test covers | 154 # the test requires too much time to run. However, the problem test covers |
| 144 # should be platform-independent. | 155 # should be platform-independent. |
| 145 'regress/regress-1132': [SKIP], | 156 'regress/regress-1132': [SKIP], |
| 146 | 157 |
| 147 # Pass but take too long to run. Skip. | 158 # Pass but take too long to run. Skip. |
| 148 # Some similar tests (with fewer iterations) may be included in a64-js tests. | 159 # Some similar tests (with fewer iterations) may be included in a64-js tests. |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 373 'never-optimize': [SKIP], | 384 'never-optimize': [SKIP], |
| 374 'regress/regress-2185-2': [SKIP], | 385 'regress/regress-2185-2': [SKIP], |
| 375 'harmony/object-observe': [SKIP], | 386 'harmony/object-observe': [SKIP], |
| 376 'readonly': [SKIP], | 387 'readonly': [SKIP], |
| 377 'array-feedback': [SKIP], | 388 'array-feedback': [SKIP], |
| 378 | 389 |
| 379 # Deopt every n garbage collections collides with deopt every n times. | 390 # Deopt every n garbage collections collides with deopt every n times. |
| 380 'regress/regress-2653': [SKIP], | 391 'regress/regress-2653': [SKIP], |
| 381 }], # 'deopt_fuzzer == True' | 392 }], # 'deopt_fuzzer == True' |
| 382 ] | 393 ] |
| OLD | NEW |