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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 96 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
97 # BUG(3742). | 97 # BUG(3742). |
98 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 98 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
99 | 99 |
100 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects | 100 # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects |
101 # via deoptimization data (Crankshaft also does this, but lack proper test | 101 # via deoptimization data (Crankshaft also does this, but lack proper test |
102 # coverage). | 102 # coverage). |
103 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS], | 103 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS], |
104 | 104 |
105 # TurboFan cpu profiler result is different. | 105 # TurboFan cpu profiler result is different. |
106 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS], | |
107 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS], | 106 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS], |
108 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS], | 107 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS], |
109 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_VARIANTS], | |
110 | 108 |
111 ############################################################################ | 109 ############################################################################ |
112 # Slow tests. | 110 # Slow tests. |
113 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], | 111 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], |
114 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], | 112 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], |
115 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], | 113 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], |
116 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], | 114 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], |
117 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], | 115 'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]], |
118 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], | 116 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], |
119 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], | 117 'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode =
= debug', SKIP]], |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 # code. | 152 # code. |
155 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION], | 153 'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION], |
156 | 154 |
157 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | 155 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
158 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], | 156 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], |
159 | 157 |
160 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. | 158 # BUG(rmcilroy,4680): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. |
161 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], | 159 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO
_IGNITION], |
162 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], | 160 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION
], |
163 | 161 |
| 162 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 163 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_IGNITION], |
| 164 'test-cpu-profiler/DeoptUntrackedFunction': [PASS, NO_IGNITION], |
| 165 |
164 # BUG(4680): Ignition doesn't support allocation sites currently. | 166 # BUG(4680): Ignition doesn't support allocation sites currently. |
165 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION], | 167 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_IGNITION], |
166 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], | 168 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_IGNITION], |
167 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], | 169 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_IGNITION], |
168 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_IGNITION], | 170 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_IGNITION], |
169 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_IGNITION], | 171 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_IGNITION], |
170 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], | 172 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_IGNITION], |
171 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], | 173 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_IGNITION], |
172 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], | 174 'test-heap/OptimizedPretenuringNestedObjectLiterals': [PASS, NO_IGNITION], |
173 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], | 175 'test-heap/OptimizedPretenuringObjectArrayLiterals': [PASS, NO_IGNITION], |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 430 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
429 | 431 |
430 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken | 432 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken |
431 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r | 433 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage
r |
432 # code. | 434 # code. |
433 'test-api/TurboAsmDisablesNeuter': [FAIL], | 435 'test-api/TurboAsmDisablesNeuter': [FAIL], |
434 | 436 |
435 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); | 437 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); |
436 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], | 438 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], |
437 | 439 |
| 440 # BUG(4680): Missing type feedback makes optimistic optimizations fail. |
| 441 'test-cpu-profiler/CollectDeoptEvents': [FAIL], |
| 442 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL], |
| 443 |
438 # BUG(4680): Ignition doesn't support allocation sites currently. | 444 # BUG(4680): Ignition doesn't support allocation sites currently. |
439 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], | 445 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [FAIL], |
440 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], | 446 'test-heap/OptimizedPretenuringAllocationFolding': [FAIL], |
441 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], | 447 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [FAIL], |
442 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL], | 448 'test-heap/OptimizedPretenuringDoubleArrayProperties': [FAIL], |
443 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL], | 449 'test-heap/OptimizedPretenuringMixedInObjectProperties': [FAIL], |
444 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 450 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
445 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 451 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
446 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 452 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
447 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 453 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
448 | 454 |
449 # BUG(4751). Flaky with Ignition. | 455 # BUG(4751). Flaky with Ignition. |
450 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 456 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
451 }], # ignition or ignition_turbofan | 457 }], # ignition or ignition_turbofan |
452 | 458 |
453 ] | 459 ] |
OLD | NEW |