Chromium Code Reviews| 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 502 | 502 |
| 503 }], # 'arch == ppc64 and simulator_run == True' | 503 }], # 'arch == ppc64 and simulator_run == True' |
| 504 | 504 |
| 505 ['ignition == True', { | 505 ['ignition == True', { |
| 506 'test-api/*' : [SKIP], | 506 'test-api/*' : [SKIP], |
| 507 'test-cpu-profiler/*' : [SKIP], | 507 'test-cpu-profiler/*' : [SKIP], |
| 508 'test-debug/*' : [SKIP], | 508 'test-debug/*' : [SKIP], |
| 509 'test-func-name-inference/*' : [SKIP], | 509 'test-func-name-inference/*' : [SKIP], |
| 510 'test-inobject-slack-tracking/*' : [SKIP], | 510 'test-inobject-slack-tracking/*' : [SKIP], |
| 511 | 511 |
| 512 # TODO(mstarzinger,4674): Message object is not properly cleared. | |
| 513 'test-heap/MessageObjectLeak': [FAIL], | |
| 514 | |
| 515 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. | 512 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. |
| 516 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL], | 513 'test-run-deopt/DeoptExceptionHandlerCatch': [PASS, FAIL], |
|
rmcilroy
2016/02/01 20:57:14
Is this now flaky or does it fail only on some con
Michael Starzinger
2016/02/02 09:41:43
Not flaky but firing a DCHECK, i.e. PASS in releas
| |
| 517 | |
| 518 # TODO(mstarzinger,4674): Bug in control flow modeling. Investigate and fix. | |
| 519 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL], | |
| 520 | 514 |
| 521 # TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type. | 515 # TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type. |
| 522 'test-serialize/SerializeInternalReference': [FAIL], | 516 'test-serialize/SerializeInternalReference': [FAIL], |
| 523 | 517 |
| 524 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. | 518 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. |
| 525 'test-serialize/SerializeToplevelIsolates': [FAIL], | 519 'test-serialize/SerializeToplevelIsolates': [FAIL], |
| 526 | 520 |
| 527 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], | 521 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], |
| 528 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], | 522 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], |
| 529 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], | 523 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 595 ['ignition == True and arch == arm64', { | 589 ['ignition == True and arch == arm64', { |
| 596 'test-decls/CrossScriptReferencesHarmony': [SKIP], | 590 'test-decls/CrossScriptReferencesHarmony': [SKIP], |
| 597 'test-js-arm64-variables/lookup_slots': [SKIP], | 591 'test-js-arm64-variables/lookup_slots': [SKIP], |
| 598 'test-serialize/SerializeInternalReference': [SKIP], | 592 'test-serialize/SerializeInternalReference': [SKIP], |
| 599 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], | 593 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], |
| 600 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], | 594 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], |
| 601 'test-heap/Regress538257': [SKIP], | 595 'test-heap/Regress538257': [SKIP], |
| 602 }], # ignition == True and arch == arm64 | 596 }], # ignition == True and arch == arm64 |
| 603 | 597 |
| 604 ] | 598 ] |
| OLD | NEW |