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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], | 108 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], |
109 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], | 109 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], |
110 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], | 110 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], |
111 # BUG(3742). | 111 # BUG(3742). |
112 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], | 112 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]], |
113 | 113 |
114 # TODO(mstarzinger): The rewriter is not being called when top-level code is | 114 # TODO(mstarzinger): The rewriter is not being called when top-level code is |
115 # optimized and hence scripts don't "return" the correct value. Fix this. | 115 # optimized and hence scripts don't "return" the correct value. Fix this. |
116 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS], | 116 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS], |
117 | 117 |
118 # TODO(mstarzinger): Crankshaft messes with debugger, investigate and fix! | |
119 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], # in no-snap m
ode. | |
120 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], | |
121 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], | |
122 | |
123 # TurboFan doesn't support allocation sites currently. | 118 # TurboFan doesn't support allocation sites currently. |
124 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS], | 119 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS], |
125 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_VARIANTS], | 120 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, NO_VARIANTS], |
126 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS], | 121 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS], |
127 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_VARIANTS], | 122 'test-heap/OptimizedPretenuringAllocationFolding': [PASS, NO_VARIANTS], |
128 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_VARIANTS], | 123 'test-heap/OptimizedPretenuringdoubleArrayLiterals': [PASS, NO_VARIANTS], |
129 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_VARIANTS], | 124 'test-heap/OptimizedPretenuringDoubleArrayProperties': [PASS, NO_VARIANTS], |
130 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_VARIANTS], | 125 'test-heap/OptimizedPretenuringMixedInObjectProperties': [PASS, NO_VARIANTS], |
131 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS], | 126 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [PASS, NO_VARIANTS], |
132 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS], | 127 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [PASS, NO_VARIANTS], |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 ############################################################################## | 439 ############################################################################## |
445 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 440 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
446 | 441 |
447 # Pass but take too long with the simulator. | 442 # Pass but take too long with the simulator. |
448 'test-api/Threading1': [PASS, SLOW], | 443 'test-api/Threading1': [PASS, SLOW], |
449 'test-api/Threading2': [PASS, SLOW], | 444 'test-api/Threading2': [PASS, SLOW], |
450 'test-api/ExternalArrays': [PASS, SLOW], | 445 'test-api/ExternalArrays': [PASS, SLOW], |
451 | 446 |
452 }], # 'arch == ppc64 and simulator_run == True' | 447 }], # 'arch == ppc64 and simulator_run == True' |
453 ] | 448 ] |
OLD | NEW |