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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 362 |
363 # BUG(v8:5457) | 363 # BUG(v8:5457) |
364 'test-api/SetJitCodeEventHandler ': [PASS, ['no_snap', SKIP]], | 364 'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]], |
365 }], # variant == turbofan_opt | 365 }], # variant == turbofan_opt |
366 | 366 |
367 ############################################################################## | 367 ############################################################################## |
368 ['variant == ignition', { | 368 ['variant == ignition', { |
369 # 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(). |
370 'test-heap/TestCodeFlushingPreAged': [FAIL], | 370 'test-heap/TestCodeFlushingPreAged': [FAIL], |
371 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 371 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
372 'test-heap/TestCodeFlushing': [FAIL], | 372 'test-heap/TestCodeFlushing': [FAIL], |
373 'test-heap/TestCodeFlushingIncremental': [FAIL], | 373 'test-heap/TestCodeFlushingIncremental': [FAIL], |
374 '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... |
446 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 446 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
447 'test-modules/*': [SKIP], | 447 'test-modules/*': [SKIP], |
448 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan | 448 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
449 | 449 |
450 ############################################################################## | 450 ############################################################################## |
451 ['variant == asm_wasm', { | 451 ['variant == asm_wasm', { |
452 '*': [SKIP], | 452 '*': [SKIP], |
453 }], # variant == asm_wasm | 453 }], # variant == asm_wasm |
454 | 454 |
455 ] | 455 ] |
OLD | NEW |