| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], | 158 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], |
| 159 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], | 159 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], |
| 160 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], | 160 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], |
| 161 | 161 |
| 162 # BUG(4751). Flaky with ignition. | 162 # BUG(4751). Flaky with ignition. |
| 163 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], | 163 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION], |
| 164 | 164 |
| 165 # TODO(ignition): Fails due to missing type info when optimizing from bytecode | 165 # TODO(ignition): Fails due to missing type info when optimizing from bytecode |
| 166 # with crankshaft. | 166 # with crankshaft. |
| 167 'test-cpu-profiler/TickLinesOptimized': [PASS, NO_IGNITION], | 167 'test-cpu-profiler/TickLinesOptimized': [PASS, NO_IGNITION], |
| 168 |
| 169 ############################################################################ |
| 170 # Ignition-staging + turbofan |
| 171 |
| 172 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. |
| 173 'virtual/ignition_turbofan/test-run-inlining/InlineLoopGuardedTwice': [FAIL], |
| 174 'virtual/ignition_turbofan/test-run-inlining/InlineSurplusArgumentsDeopt': [FA
IL], |
| 175 'virtual/ignition_turbofan/test-run-inlining/InlineTwice': [FAIL], |
| 176 'virtual/ignition_turbofan/test-run-inlining/InlineSurplusArgumentsObject': [F
AIL], |
| 177 'virtual/ignition_turbofan/test-run-inlining/InlineTwiceDependentDiamond': [FA
IL], |
| 178 'virtual/ignition_turbofan/test-run-inlining/InlineWithArguments': [FAIL], |
| 179 'virtual/ignition_turbofan/test-run-inlining/InlineLoopUnguardedTwice': [FAIL]
, |
| 180 'virtual/ignition_turbofan/test-run-inlining/InlineOmitArgumentsObject': [FAIL
], |
| 181 'virtual/ignition_turbofan/test-run-inlining/InlineLoopUnguardedOnce': [FAIL], |
| 182 'virtual/ignition_turbofan/test-run-inlining/InlineOmitArgumentsDeopt': [FAIL]
, |
| 183 'virtual/ignition_turbofan/test-run-inlining/InlineTwiceDependentDiamondDiffer
ent': [FAIL], |
| 184 'virtual/ignition_turbofan/test-run-inlining/SimpleInliningContext': [FAIL], |
| 185 'virtual/ignition_turbofan/test-run-inlining/InlineMutuallyRecursive': [FAIL], |
| 186 'virtual/ignition_turbofan/test-run-inlining/InlineLoopGuardedEmpty': [FAIL], |
| 187 'virtual/ignition_turbofan/test-run-inlining/InlineLoopGuardedOnce': [FAIL], |
| 188 'virtual/ignition_turbofan/test-run-inlining/InlineOmitArguments': [FAIL], |
| 189 'virtual/ignition_turbofan/test-run-inlining/SimpleInlining': [FAIL], |
| 190 'virtual/ignition_turbofan/test-run-inlining/InlineLoopUnguardedEmpty': [FAIL]
, |
| 191 'virtual/ignition_turbofan/test-run-inlining/InlineNestedBuiltin': [FAIL], |
| 192 'virtual/ignition_turbofan/test-run-inlining/InlineSurplusArguments': [FAIL], |
| 193 'virtual/ignition_turbofan/test-run-inlining/InlineBuiltin': [FAIL], |
| 194 'virtual/ignition_turbofan/test-run-inlining/InlineTwiceDependent': [FAIL], |
| 195 'virtual/ignition_turbofan/test-run-inlining/SimpleInliningContextDeopt': [FAI
L], |
| 196 |
| 197 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
| 198 # on nodes (behind --turbo_source_positions flag). |
| 199 'virtual/ignition_turbofan/test-cpu-profiler/TickLinesOptimized': [FAIL], |
| 200 |
| 201 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
| 202 'virtual/ignition_turbofan/test-heap/TestCodeFlushingPreAged': [FAIL], |
| 203 'virtual/ignition_turbofan/test-heap/TestCodeFlushingIncrementalScavenge': [FA
IL], |
| 204 'virtual/ignition_turbofan/test-heap/TestCodeFlushing': [FAIL], |
| 205 'virtual/ignition_turbofan/test-heap/TestCodeFlushingIncremental': [FAIL], |
| 206 'virtual/ignition_turbofan/test-heap/TestCodeFlushingIncrementalAbort': [PASS,
['mode == debug or dcheck_always_on == True', FAIL]], |
| 207 |
| 208 # TODO(mythria,4780): Related to type feedback support for Array function. |
| 209 'virtual/ignition_turbofan/test-feedback-vector/VectorCallFeedbackForArray': [
FAIL], |
| 210 |
| 211 # TODO(mythria,4780): Related to type feedback support for constructor. |
| 212 'virtual/ignition_turbofan/test-feedback-vector/VectorConstructCounts': [FAIL]
, |
| 213 'virtual/ignition_turbofan/test-heap/WeakFunctionInConstructor': [FAIL], |
| 214 'virtual/ignition_turbofan/test-heap/IncrementalMarkingClearsMonomorphicConstr
uctor': [FAIL], |
| 215 'virtual/ignition_turbofan/test-heap/IncrementalMarkingPreservesMonomorphicCon
structor': [FAIL], |
| 216 |
| 217 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
| 218 'virtual/ignition_turbofan/test-heap/Regress169209': [FAIL], |
| 219 |
| 220 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
| 221 # in interpreter. |
| 222 'virtual/ignition_turbofan/test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 223 |
| 224 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 225 'virtual/ignition_turbofan/test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 226 'virtual/ignition_turbofan/test-cpu-profiler/DeoptUntrackedFunction': [FAIL], |
| 227 |
| 228 # BUG(4680): Ignition doesn't support allocation sites currently. |
| 229 'virtual/ignition_turbofan/test-heap/EnsureAllocationSiteDependentCodesProcess
ed': [FAIL], |
| 230 'virtual/ignition_turbofan/test-heap/OptimizedPretenuringAllocationFolding': [
FAIL], |
| 231 'virtual/ignition_turbofan/test-heap/OptimizedPretenuringdoubleArrayLiterals':
[FAIL], |
| 232 'virtual/ignition_turbofan/test-heap/OptimizedPretenuringNestedDoubleLiterals'
: [FAIL], |
| 233 'virtual/ignition_turbofan/test-heap/OptimizedPretenuringNestedMixedArrayLiter
als': [FAIL], |
| 234 'virtual/ignition_turbofan/test-heap/OptimizedPretenuringNestedObjectLiterals'
: [FAIL], |
| 235 'virtual/ignition_turbofan/test-heap/OptimizedPretenuringObjectArrayLiterals':
[FAIL], |
| 236 |
| 237 # BUG(4751). Flaky with Ignition. |
| 238 'virtual/ignition_turbofan/test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 168 }], # ALWAYS | 239 }], # ALWAYS |
| 169 | 240 |
| 170 ############################################################################## | 241 ############################################################################## |
| 171 ['arch == arm64', { | 242 ['arch == arm64', { |
| 172 | 243 |
| 173 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 244 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 174 | 245 |
| 175 'test-api/Bug618': [PASS], | 246 'test-api/Bug618': [PASS], |
| 176 | 247 |
| 177 # BUG(v8:3385). | 248 # BUG(v8:3385). |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 ############################################################################## | 452 ############################################################################## |
| 382 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 453 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 383 | 454 |
| 384 # Pass but take too long with the simulator. | 455 # Pass but take too long with the simulator. |
| 385 'test-api/Threading1': [PASS, SLOW], | 456 'test-api/Threading1': [PASS, SLOW], |
| 386 'test-api/Threading2': [PASS, SLOW], | 457 'test-api/Threading2': [PASS, SLOW], |
| 387 'test-api/ExternalArrays': [PASS, SLOW], | 458 'test-api/ExternalArrays': [PASS, SLOW], |
| 388 | 459 |
| 389 }], # 'arch == ppc64 and simulator_run == True' | 460 }], # 'arch == ppc64 and simulator_run == True' |
| 390 | 461 |
| 391 ############################################################################## | |
| 392 ['ignition_turbofan', { | |
| 393 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. | |
| 394 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], | |
| 395 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | |
| 396 'test-run-inlining/InlineTwice': [FAIL], | |
| 397 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | |
| 398 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | |
| 399 'test-run-inlining/InlineWithArguments': [FAIL], | |
| 400 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | |
| 401 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], | |
| 402 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], | |
| 403 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], | |
| 404 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], | |
| 405 'test-run-inlining/SimpleInliningContext': [FAIL], | |
| 406 'test-run-inlining/InlineMutuallyRecursive': [FAIL], | |
| 407 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], | |
| 408 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], | |
| 409 'test-run-inlining/InlineOmitArguments': [FAIL], | |
| 410 'test-run-inlining/SimpleInlining': [FAIL], | |
| 411 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | |
| 412 'test-run-inlining/InlineNestedBuiltin': [FAIL], | |
| 413 'test-run-inlining/InlineSurplusArguments': [FAIL], | |
| 414 'test-run-inlining/InlineBuiltin': [FAIL], | |
| 415 'test-run-inlining/InlineTwiceDependent': [FAIL], | |
| 416 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | |
| 417 | |
| 418 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | |
| 419 # on nodes (behind --turbo_source_positions flag). | |
| 420 'test-cpu-profiler/TickLinesOptimized': [FAIL], | |
| 421 | |
| 422 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | |
| 423 'test-heap/TestCodeFlushingPreAged': [FAIL], | |
| 424 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | |
| 425 'test-heap/TestCodeFlushing': [FAIL], | |
| 426 'test-heap/TestCodeFlushingIncremental': [FAIL], | |
| 427 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | |
| 428 | |
| 429 # TODO(mythria,4780): Related to type feedback support for Array function. | |
| 430 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL], | |
| 431 | |
| 432 # TODO(mythria,4780): Related to type feedback support for constructor. | |
| 433 'test-feedback-vector/VectorConstructCounts': [FAIL], | |
| 434 'test-heap/WeakFunctionInConstructor': [FAIL], | |
| 435 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | |
| 436 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | |
| 437 | |
| 438 # TODO(mythria,4680): Lack of code-ageing in interpreter. | |
| 439 'test-heap/Regress169209': [FAIL], | |
| 440 | |
| 441 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | |
| 442 # in interpreter. | |
| 443 'test-heap/CompilationCacheCachingBehavior': [FAIL], | |
| 444 | |
| 445 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | |
| 446 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | |
| 447 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], | |
| 448 | |
| 449 # BUG(4680): Ignition doesn't support allocation sites currently. | |
| 450 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], | |
| 451 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], | |
| 452 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], | |
| 453 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | |
| 454 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | |
| 455 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | |
| 456 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | |
| 457 | |
| 458 # BUG(4751). Flaky with Ignition. | |
| 459 'test-cpu-profiler/JsNativeJsSample': [SKIP], | |
| 460 }], # ignition_turbofan | |
| 461 | |
| 462 ] | 462 ] |
| OLD | NEW |