Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: test/cctest/cctest.status

Issue 552303003: Enable typed pipeline for TurboFan. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Include 'webkit' test suite. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/benchmarks/testcfg.py ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 # TODO(dcarney): C calls are broken all over the place. 92 # TODO(dcarney): C calls are broken all over the place.
93 'test-run-machops/RunCall*': [SKIP], 93 'test-run-machops/RunCall*': [SKIP],
94 'test-run-machops/RunLoadImmIndex': [SKIP], 94 'test-run-machops/RunLoadImmIndex': [SKIP],
95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], 95 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP],
96 96
97 # TODO(sigurds): The schedule is borked with multiple inlinees. 97 # TODO(sigurds): The schedule is borked with multiple inlinees.
98 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], 98 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
99 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], 99 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
100 100
101 # TODO(mstarzinger): Causes crash in generated code, needs investigation.
102 'test-api/FixedUint8Array': [PASS, NO_VARIANTS],
103 'test-api/FixedUint8ClampedArray': [PASS, NO_VARIANTS],
104 'test-api/FixedInt8Array': [PASS, NO_VARIANTS],
105 'test-api/FixedUint16Array': [PASS, NO_VARIANTS],
106 'test-api/FixedInt16Array': [PASS, NO_VARIANTS],
107 'test-api/FixedUint32Array': [PASS, NO_VARIANTS],
108 'test-api/FixedInt32Array': [PASS, NO_VARIANTS],
109 'test-api/FixedFloat32Array': [PASS, NO_VARIANTS],
110 'test-api/FixedFloat64Array': [PASS, NO_VARIANTS],
111 'test-api/ExternalInt8Array': [PASS, NO_VARIANTS],
112 'test-api/ExternalUint8Array': [PASS, NO_VARIANTS],
113 'test-api/ExternalUint8ClampedArray': [PASS, NO_VARIANTS],
114 'test-api/ExternalInt16Array': [PASS, NO_VARIANTS],
115 'test-api/ExternalUint32Array': [PASS, NO_VARIANTS],
116 'test-api/ExternalUint16Array': [PASS, NO_VARIANTS],
117 'test-api/ExternalInt32Array': [PASS, NO_VARIANTS],
118 'test-api/ExternalFloat32Array': [PASS, NO_VARIANTS],
119 'test-api/ExternalArrays': [PASS, NO_VARIANTS],
120 'test-api/ExternalFloat64Array': [PASS, NO_VARIANTS],
121 'test-api/Uint8Array': [PASS, NO_VARIANTS],
122 'test-api/Int8Array': [PASS, NO_VARIANTS],
123 'test-api/Uint16Array': [PASS, NO_VARIANTS],
124 'test-api/Int16Array': [PASS, NO_VARIANTS],
125 'test-api/Uint32Array': [PASS, NO_VARIANTS],
126 'test-api/Int32Array': [PASS, NO_VARIANTS],
127 'test-api/Float64Array': [PASS, NO_VARIANTS],
128 'test-api/Float32Array': [PASS, NO_VARIANTS],
129 'test-api/Uint8ClampedArray': [PASS, NO_VARIANTS],
130
101 # Some tests are just too slow to run for now. 131 # Some tests are just too slow to run for now.
102 'test-api/Threading*': [PASS, NO_VARIANTS], 132 'test-api/Threading*': [PASS, NO_VARIANTS],
103 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 133 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
104 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 134 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
105 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 135 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
106 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 136 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
107 137
108 # Support for breakpoints requires using LoadICs and StoreICs. 138 # Support for breakpoints requires using LoadICs and StoreICs.
109 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], 139 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS],
110 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], 140 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS],
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'test-api/Float32Array' : [SKIP], 496 'test-api/Float32Array' : [SKIP],
467 'test-api/Float64Array' : [SKIP], 497 'test-api/Float64Array' : [SKIP],
468 'test-api/Regress2333' : [SKIP], 498 'test-api/Regress2333' : [SKIP],
469 'test-alloc/StressHandles' : [SKIP], 499 'test-alloc/StressHandles' : [SKIP],
470 'test-alloc/StressJS' : [SKIP], 500 'test-alloc/StressJS' : [SKIP],
471 'test-accessors/HandleScopePop' : [SKIP], 501 'test-accessors/HandleScopePop' : [SKIP],
472 'test-accessors/Gc' : [SKIP], 502 'test-accessors/Gc' : [SKIP],
473 503
474 }], # 'arch == nacl_ia32 or arch == nacl_x64' 504 }], # 'arch == nacl_ia32 or arch == nacl_x64'
475 ] 505 ]
OLDNEW
« no previous file with comments | « test/benchmarks/testcfg.py ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698