| 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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  645   'test-run-inlining/InlineTwice': [FAIL], |  645   'test-run-inlining/InlineTwice': [FAIL], | 
|  646   'test-decls/Regress425510': [FAIL], |  646   'test-decls/Regress425510': [FAIL], | 
|  647  |  647  | 
|  648   # TODO(rmcilroy,4680): Fail on some bot configurations. |  648   # TODO(rmcilroy,4680): Fail on some bot configurations. | 
|  649   'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |  649   'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 
|  650   'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |  650   'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 
|  651   'test-cpu-profiler/SourceLocation': [PASS, FAIL], |  651   'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 
|  652   'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], |  652   'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], | 
|  653   'test-serialize/SerializeInternalReference': [PASS, FAIL], |  653   'test-serialize/SerializeInternalReference': [PASS, FAIL], | 
|  654  |  654  | 
 |  655   # TODO(rmcilroy,4680): Test crashes. | 
 |  656   'test-serialize/PerIsolateSnapshotBlobs': [SKIP], | 
 |  657   'test-serialize/PerIsolateSnapshotBlobsWithLocker': [SKIP], | 
 |  658   'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [SKIP], | 
 |  659   'test-serialize/SnapshotBlobsStackOverflow': [SKIP], | 
 |  660   'test-decls/CrossScriptReferencesHarmony': [SKIP], | 
 |  661  | 
|  655   # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in |  662   # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in | 
|  656   # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. |  663   # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. | 
|  657   'test-func-name-inference/GlobalProperty': [SKIP], |  664   'test-func-name-inference/GlobalProperty': [SKIP], | 
|  658   'test-func-name-inference/GlobalVar': [SKIP], |  665   'test-func-name-inference/GlobalVar': [SKIP], | 
|  659   'test-func-name-inference/InConstructor': [SKIP], |  666   'test-func-name-inference/InConstructor': [SKIP], | 
|  660   'test-func-name-inference/Static': [SKIP], |  667   'test-func-name-inference/Static': [SKIP], | 
|  661   'test-func-name-inference/LocalVar': [SKIP], |  668   'test-func-name-inference/LocalVar': [SKIP], | 
|  662   'test-func-name-inference/Factory': [SKIP], |  669   'test-func-name-inference/Factory': [SKIP], | 
|  663   'test-func-name-inference/MultipleFuncsConditional': [SKIP], |  670   'test-func-name-inference/MultipleFuncsConditional': [SKIP], | 
|  664   'test-func-name-inference/AsParameter': [SKIP], |  671   'test-func-name-inference/AsParameter': [SKIP], | 
| (...skipping 22 matching lines...) Expand all  Loading... | 
|  687   'test-run-jsexceptions/CatchBreak': [PASS, FAIL], |  694   'test-run-jsexceptions/CatchBreak': [PASS, FAIL], | 
|  688   'test-run-jsexceptions/CatchCall': [PASS, FAIL], |  695   'test-run-jsexceptions/CatchCall': [PASS, FAIL], | 
|  689   'test-run-jsexceptions/DeoptCatch': [PASS, FAIL], |  696   'test-run-jsexceptions/DeoptCatch': [PASS, FAIL], | 
|  690   'test-api/CallAsFunction': [PASS, FAIL], |  697   'test-api/CallAsFunction': [PASS, FAIL], | 
|  691   'test-api/ConstructorForObject': [PASS, FAIL], |  698   'test-api/ConstructorForObject': [PASS, FAIL], | 
|  692   'test-api/Regress528': [PASS, FAIL], |  699   'test-api/Regress528': [PASS, FAIL], | 
|  693 }], |  700 }], | 
|  694  |  701  | 
|  695 ['ignition == True and arch == x64', { |  702 ['ignition == True and arch == x64', { | 
|  696   # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
     terpreter entry |  703   # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
     terpreter entry | 
|  697   'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['
     mode == debug', FAIL]], |  | 
|  698   'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F
     AIL]], |  | 
|  699   'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], |  | 
|  700   'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], |  | 
|  701   'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], |  704   'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], | 
|  702  |  705  | 
|  703   # TODO(rmcilroy,4680): Test assert errors. |  706   # TODO(rmcilroy,4680): Test assert errors. | 
|  704   'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |  707   'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 
|  705   'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
     , FAIL]], |  708   'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
     , FAIL]], | 
|  706 }], |  709 }], | 
|  707  |  710  | 
|  708 ['ignition == True and arch == arm64', { |  711 ['ignition == True and arch == arm64', { | 
|  709   # TODO(rmcilroy,4680): Arm64 specific crashes. |  712   # TODO(rmcilroy,4680): Arm64 specific crashes. | 
|  710   'test-api/ExternalWrap': [SKIP], |  713   'test-api/ExternalWrap': [SKIP], | 
|  711   'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |  714   'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 
|  712  |  715  | 
|  713   # TODO(rmcilroy,4680): Arm64 flakes. |  716   # TODO(rmcilroy,4680): Arm64 flakes. | 
|  714   'test-serialize/SerializeInternalReference': [PASS, FAIL], |  717   'test-serialize/SerializeInternalReference': [PASS, FAIL], | 
|  715   'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |  718   'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 
|  716   'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |  719   'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 
|  717   'test-heap/Regress538257': [PASS, FAIL], |  720   'test-heap/Regress538257': [PASS, FAIL], | 
|  718   'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |  721   'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 
|  719   'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |  722   'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 
|  720   'test-lockers/IsolateNestedLocking': [PASS, FAIL], |  723   'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 
|  721 }],  # ignition == True and arch == arm64 |  724 }],  # ignition == True and arch == arm64 | 
|  722  |  725  | 
|  723 ] |  726 ] | 
| OLD | NEW |