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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 329 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
330 | 330 |
331 # Pass but take too long with the simulator. | 331 # Pass but take too long with the simulator. |
332 'test-api/Threading1': [PASS, SLOW], | 332 'test-api/Threading1': [PASS, SLOW], |
333 'test-api/Threading2': [PASS, SLOW], | 333 'test-api/Threading2': [PASS, SLOW], |
334 'test-api/ExternalArrays': [PASS, SLOW], | 334 'test-api/ExternalArrays': [PASS, SLOW], |
335 | 335 |
336 }], # 'arch == ppc64 and simulator_run == True' | 336 }], # 'arch == ppc64 and simulator_run == True' |
337 | 337 |
338 ############################################################################## | 338 ############################################################################## |
| 339 ['variant == turbofan', { |
| 340 |
| 341 # TurboFan cpu profiler result is different. |
| 342 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 343 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], |
| 344 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], |
| 345 |
| 346 }], # variant == turbofan |
| 347 |
| 348 ############################################################################## |
339 ['variant == turbofan_opt', { | 349 ['variant == turbofan_opt', { |
340 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 350 # BUG(5193): Flaky. |
341 'test-heap/Regress169209': [FAIL], | 351 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
342 | |
343 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | |
344 # in interpreter. | |
345 'test-heap/CompilationCacheCachingBehavior': [FAIL], | |
346 | |
347 # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes | |
348 # the stack traces within the profilers look different. Needs investigation. | |
349 'test-api/SetFunctionEntryHook': [SKIP], | |
350 'test-cpu-profiler/BoundFunctionCall': [FAIL], | |
351 'test-cpu-profiler/CollectSampleAPI': [FAIL], | |
352 'test-cpu-profiler/FunctionApplySample': [FAIL], | |
353 'test-cpu-profiler/FunctionCallSample': [FAIL], | |
354 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], | |
355 'test-cpu-profiler/JsNativeJsSample': [FAIL], | |
356 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | |
357 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], | |
358 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], | |
359 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], | |
360 'test-profile-generator/LineNumber': [FAIL], | |
361 'test-sampler-api/StackFramesConsistent': [FAIL], | |
362 }], # variant == turbofan_opt | 352 }], # variant == turbofan_opt |
363 | 353 |
364 ############################################################################## | 354 ############################################################################## |
365 ['variant == ignition', { | 355 ['variant == ignition', { |
366 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 356 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
367 'test-heap/TestCodeFlushingPreAged': [FAIL], | 357 'test-heap/TestCodeFlushingPreAged': [FAIL], |
368 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 358 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
369 'test-heap/TestCodeFlushing': [FAIL], | 359 'test-heap/TestCodeFlushing': [FAIL], |
370 'test-heap/TestCodeFlushingIncremental': [FAIL], | 360 'test-heap/TestCodeFlushingIncremental': [FAIL], |
371 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 361 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
(...skipping 28 matching lines...) Expand all Loading... |
400 'test-heap/TestCodeFlushing': [FAIL], | 390 'test-heap/TestCodeFlushing': [FAIL], |
401 'test-heap/TestCodeFlushingIncremental': [FAIL], | 391 'test-heap/TestCodeFlushingIncremental': [FAIL], |
402 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 392 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
403 'test-heap/TestCodeFlushingPreAged': [FAIL], | 393 'test-heap/TestCodeFlushingPreAged': [FAIL], |
404 | 394 |
405 # BUG(5193): Flaky. | 395 # BUG(5193): Flaky. |
406 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 396 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
407 }], # variant == ignition_staging | 397 }], # variant == ignition_staging |
408 | 398 |
409 ############################################################################## | 399 ############################################################################## |
410 ['variant == turbofan or variant == ignition_turbofan', { | 400 ['variant == ignition_turbofan', { |
411 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 401 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
412 'test-heap/TestCodeFlushingPreAged': [FAIL], | 402 'test-heap/TestCodeFlushingPreAged': [FAIL], |
413 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 403 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
414 'test-heap/TestCodeFlushing': [FAIL], | 404 'test-heap/TestCodeFlushing': [FAIL], |
415 'test-heap/TestCodeFlushingIncremental': [FAIL], | 405 'test-heap/TestCodeFlushingIncremental': [FAIL], |
416 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 406 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
417 | 407 |
418 # TODO(mythria,4680): Lack of code-ageing in interpreter. | 408 # TODO(mythria,4680): Lack of code-ageing in interpreter. |
419 'test-heap/Regress169209': [FAIL], | 409 'test-heap/Regress169209': [FAIL], |
420 | 410 |
421 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 411 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
422 # in interpreter. | 412 # in interpreter. |
423 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 413 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
424 | 414 |
425 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 415 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
426 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 416 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
427 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 417 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
428 | 418 |
429 # BUG(4751). Flaky with Ignition. | 419 # BUG(4751). Flaky with Ignition. |
430 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 420 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
431 | 421 |
432 # TurboFan cpu profiler result is different. | 422 # TurboFan cpu profiler result is different. |
433 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | 423 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], |
434 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | 424 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], |
435 | 425 |
436 # BUG(5193): Flaky. | 426 # BUG(5193): Flaky. |
437 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 427 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
438 }], # variant == turbofan or variant == ignition_turbofan | 428 }], # variant == ignition_turbofan |
439 | 429 |
440 ############################################################################## | 430 ############################################################################## |
441 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | 431 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
442 # Ongoing implementation of modules. | 432 # Ongoing implementation of modules. |
443 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 433 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
444 'test-modules/*': [SKIP], | 434 'test-modules/*': [SKIP], |
445 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 435 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
446 | 436 |
447 ############################################################################## | 437 ############################################################################## |
448 ['variant == asm_wasm', { | 438 ['variant == asm_wasm', { |
449 '*': [SKIP], | 439 '*': [SKIP], |
450 }], # variant == asm_wasm | 440 }], # variant == asm_wasm |
451 | 441 |
452 ] | 442 ] |
OLD | NEW |