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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'test-cpu-profiler/FunctionApplySample': [FAIL], | 352 'test-cpu-profiler/FunctionApplySample': [FAIL], |
353 'test-cpu-profiler/FunctionCallSample': [FAIL], | 353 'test-cpu-profiler/FunctionCallSample': [FAIL], |
354 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], | 354 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], |
355 'test-cpu-profiler/JsNativeJsSample': [FAIL], | 355 'test-cpu-profiler/JsNativeJsSample': [FAIL], |
356 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], | 356 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], |
357 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], | 357 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], |
358 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], | 358 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], |
359 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], | 359 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], |
360 'test-profile-generator/LineNumber': [FAIL], | 360 'test-profile-generator/LineNumber': [FAIL], |
361 'test-sampler-api/StackFramesConsistent': [FAIL], | 361 'test-sampler-api/StackFramesConsistent': [FAIL], |
| 362 |
| 363 # BUG(v8:5457) |
| 364 'test-api/SetJitCodeEventHandler ': [PASS, ['no_snap', SKIP]], |
362 }], # variant == turbofan_opt | 365 }], # variant == turbofan_opt |
363 | 366 |
364 ############################################################################## | 367 ############################################################################## |
365 ['variant == ignition', { | 368 ['variant == ignition', { |
366 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 369 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
367 'test-heap/TestCodeFlushingPreAged': [FAIL], | 370 'test-heap/TestCodeFlushingPreAged': [FAIL], |
368 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 371 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
369 'test-heap/TestCodeFlushing': [FAIL], | 372 'test-heap/TestCodeFlushing': [FAIL], |
370 'test-heap/TestCodeFlushingIncremental': [FAIL], | 373 'test-heap/TestCodeFlushingIncremental': [FAIL], |
371 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 374 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 446 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
444 'test-modules/*': [SKIP], | 447 'test-modules/*': [SKIP], |
445 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 448 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
446 | 449 |
447 ############################################################################## | 450 ############################################################################## |
448 ['variant == asm_wasm', { | 451 ['variant == asm_wasm', { |
449 '*': [SKIP], | 452 '*': [SKIP], |
450 }], # variant == asm_wasm | 453 }], # variant == asm_wasm |
451 | 454 |
452 ] | 455 ] |
OLD | NEW |