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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_opt', { | 339 ['variant == turbofan_opt', { |
340 # TODO(mythria,4680): Lack of code-ageing in interpreter. | |
341 'test-heap/Regress169209': [FAIL], | |
342 | |
343 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 340 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
344 # in interpreter. | 341 # in interpreter. |
345 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 342 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
346 | 343 |
347 # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes | 344 # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes |
348 # the stack traces within the profilers look different. Needs investigation. | 345 # the stack traces within the profilers look different. Needs investigation. |
349 'test-api/SetFunctionEntryHook': [SKIP], | 346 'test-api/SetFunctionEntryHook': [SKIP], |
350 'test-cpu-profiler/BoundFunctionCall': [FAIL], | 347 'test-cpu-profiler/BoundFunctionCall': [FAIL], |
351 'test-cpu-profiler/CollectSampleAPI': [FAIL], | 348 'test-cpu-profiler/CollectSampleAPI': [FAIL], |
352 'test-cpu-profiler/FunctionApplySample': [FAIL], | 349 'test-cpu-profiler/FunctionApplySample': [FAIL], |
353 'test-cpu-profiler/FunctionCallSample': [FAIL], | 350 'test-cpu-profiler/FunctionCallSample': [FAIL], |
354 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], | 351 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], |
355 'test-cpu-profiler/JsNativeJsSample': [FAIL], | 352 'test-cpu-profiler/JsNativeJsSample': [FAIL], |
356 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | 353 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], |
357 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], | 354 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], |
358 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], | 355 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], |
359 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], | 356 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], |
360 'test-profile-generator/LineNumber': [FAIL], | 357 'test-profile-generator/LineNumber': [FAIL], |
361 'test-sampler-api/StackFramesConsistent': [FAIL], | 358 'test-sampler-api/StackFramesConsistent': [FAIL], |
362 }], # variant == turbofan_opt | 359 }], # variant == turbofan_opt |
363 | 360 |
364 ############################################################################## | 361 ############################################################################## |
365 ['variant == ignition', { | 362 ['variant == ignition', { |
366 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | |
367 'test-heap/TestCodeFlushingPreAged': [FAIL], | |
368 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | |
369 'test-heap/TestCodeFlushing': [FAIL], | |
370 'test-heap/TestCodeFlushingIncremental': [FAIL], | |
371 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | |
372 | |
373 # TODO(mythria,4680): Lack of code-ageing in interpreter. | |
374 'test-heap/Regress169209': [FAIL], | |
375 | |
376 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 363 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
377 # in interpreter. | 364 # in interpreter. |
378 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 365 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
379 | 366 |
380 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | |
381 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | |
382 | |
383 # BUG(4751). Flaky with ignition. | |
384 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL], | |
385 | |
386 # TODO(ignition): Fails due to missing type info when optimizing from bytecode | |
387 # with crankshaft. | |
388 'test-cpu-profiler/TickLinesOptimized': [SKIP], | |
389 | |
390 # BUG(5193): Flaky. | 367 # BUG(5193): Flaky. |
391 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 368 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
392 }], # variant == ignition | 369 }], # variant == ignition |
393 | 370 |
394 ############################################################################## | 371 ############################################################################## |
395 ['variant == ignition_staging', { | 372 ['variant == ignition_staging', { |
396 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 373 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
397 'test-cpu-profiler/TickLinesOptimized': [SKIP], | 374 'test-cpu-profiler/TickLinesOptimized': [SKIP], |
398 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 375 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
399 'test-heap/Regress169209': [FAIL], | |
400 'test-heap/TestCodeFlushing': [FAIL], | |
401 'test-heap/TestCodeFlushingIncremental': [FAIL], | |
402 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | |
403 'test-heap/TestCodeFlushingPreAged': [FAIL], | |
404 | 376 |
405 # BUG(5193): Flaky. | 377 # BUG(5193): Flaky. |
406 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 378 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
407 }], # variant == ignition_staging | 379 }], # variant == ignition_staging |
408 | 380 |
409 ############################################################################## | 381 ############################################################################## |
410 ['variant == turbofan or variant == ignition_turbofan', { | 382 ['variant == turbofan or variant == ignition_turbofan', { |
411 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | |
412 'test-heap/TestCodeFlushingPreAged': [FAIL], | |
413 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | |
414 'test-heap/TestCodeFlushing': [FAIL], | |
415 'test-heap/TestCodeFlushingIncremental': [FAIL], | |
416 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | |
417 | |
418 # TODO(mythria,4680): Lack of code-ageing in interpreter. | |
419 'test-heap/Regress169209': [FAIL], | |
420 | |
421 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache | 383 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache |
422 # in interpreter. | 384 # in interpreter. |
423 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 385 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
424 | 386 |
425 # BUG(4680): Missing type feedback makes optimistic optimizations fail. | 387 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
426 'test-cpu-profiler/CollectDeoptEvents': [FAIL], | 388 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
427 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], | 389 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP], |
428 | 390 |
429 # BUG(4751). Flaky with Ignition. | 391 # BUG(4751). Flaky with Ignition. |
430 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 392 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
(...skipping 12 matching lines...) Expand all Loading... |
443 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 405 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
444 'test-modules/*': [SKIP], | 406 'test-modules/*': [SKIP], |
445 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 407 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
446 | 408 |
447 ############################################################################## | 409 ############################################################################## |
448 ['variant == asm_wasm', { | 410 ['variant == asm_wasm', { |
449 '*': [SKIP], | 411 '*': [SKIP], |
450 }], # variant == asm_wasm | 412 }], # variant == asm_wasm |
451 | 413 |
452 ] | 414 ] |
OLD | NEW |