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

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

Issue 526953004: Lazy deoptimization for comparisons in Turbofan. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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 | « src/compiler/x64/linkage-x64.cc ('k') | no next file » | 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # Some tests are just too slow to run for now. 97 # Some tests are just too slow to run for now.
98 'test-api/Threading*': [PASS, NO_VARIANTS], 98 'test-api/Threading*': [PASS, NO_VARIANTS],
99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 99 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 100 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 101 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 102 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
103 103
104 # Support for lazy deoptimization is missing.
105 'test-deoptimization/DeoptimizeCompare': [PASS, NO_VARIANTS],
106
107 # Support for breakpoints requires using LoadICs and StoreICs. 104 # Support for breakpoints requires using LoadICs and StoreICs.
108 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS], 105 'test-debug/BreakPointICStore': [PASS, NO_VARIANTS],
109 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS], 106 'test-debug/BreakPointICLoad': [PASS, NO_VARIANTS],
110 'test-debug/BreakPointICCall': [PASS, NO_VARIANTS], 107 'test-debug/BreakPointICCall': [PASS, NO_VARIANTS],
111 'test-debug/BreakPointICCallWithGC': [PASS, NO_VARIANTS], 108 'test-debug/BreakPointICCallWithGC': [PASS, NO_VARIANTS],
112 'test-debug/BreakPointConstructCallWithGC': [PASS, NO_VARIANTS], 109 'test-debug/BreakPointConstructCallWithGC': [PASS, NO_VARIANTS],
113 'test-debug/BreakPointReturn': [PASS, NO_VARIANTS], 110 'test-debug/BreakPointReturn': [PASS, NO_VARIANTS],
114 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS], 111 'test-debug/BreakPointThroughJavaScript': [PASS, NO_VARIANTS],
115 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS], 112 'test-debug/ScriptBreakPointByNameThroughJavaScript': [PASS, NO_VARIANTS],
116 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS], 113 'test-debug/ScriptBreakPointByIdThroughJavaScript': [PASS, NO_VARIANTS],
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'test-api/Float32Array' : [SKIP], 447 'test-api/Float32Array' : [SKIP],
451 'test-api/Float64Array' : [SKIP], 448 'test-api/Float64Array' : [SKIP],
452 'test-api/Regress2333' : [SKIP], 449 'test-api/Regress2333' : [SKIP],
453 'test-alloc/StressHandles' : [SKIP], 450 'test-alloc/StressHandles' : [SKIP],
454 'test-alloc/StressJS' : [SKIP], 451 'test-alloc/StressJS' : [SKIP],
455 'test-accessors/HandleScopePop' : [SKIP], 452 'test-accessors/HandleScopePop' : [SKIP],
456 'test-accessors/Gc' : [SKIP], 453 'test-accessors/Gc' : [SKIP],
457 454
458 }], # 'arch == nacl_ia32 or arch == nacl_x64' 455 }], # 'arch == nacl_ia32 or arch == nacl_x64'
459 ] 456 ]
OLDNEW
« no previous file with comments | « src/compiler/x64/linkage-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698