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

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

Issue 471523002: Remove a brittle assertion from Turbofan lazy deoptimization handling. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove redundant method Created 6 years, 4 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/code-generator-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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 172 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
173 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 173 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
174 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 174 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
175 }], # ALWAYS 175 }], # ALWAYS
176 176
177 ############################################################################## 177 ##############################################################################
178 ['arch == arm64', { 178 ['arch == arm64', {
179 179
180 'test-api/Bug618': [PASS], 180 'test-api/Bug618': [PASS],
181 181
182 # TODO(turbofan): Deoptimization support buggy with snapshot=off.
183 'test-run-deopt/*': [PASS, ['no_snap == True', NO_VARIANTS]],
184 'test-deoptimization/*': [PASS, ['no_snap == True', NO_VARIANTS]],
185 'test-scheduler/BuildScheduleTrivialLazyDeoptCall': [PASS, ['no_snap == True', NO_VARIANTS]],
186
187 # BUG(v8:3385). 182 # BUG(v8:3385).
188 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], 183 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL],
189 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] , 184 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] ,
190 185
191 # BUG(v8:2999). 186 # BUG(v8:2999).
192 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 187 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
193 188
194 # BUG(v8:3154). 189 # BUG(v8:3154).
195 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 190 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
196 191
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'test-api/Float32Array' : [SKIP], 455 'test-api/Float32Array' : [SKIP],
461 'test-api/Float64Array' : [SKIP], 456 'test-api/Float64Array' : [SKIP],
462 'test-api/Regress2333' : [SKIP], 457 'test-api/Regress2333' : [SKIP],
463 'test-alloc/StressHandles' : [SKIP], 458 'test-alloc/StressHandles' : [SKIP],
464 'test-alloc/StressJS' : [SKIP], 459 'test-alloc/StressJS' : [SKIP],
465 'test-accessors/HandleScopePop' : [SKIP], 460 'test-accessors/HandleScopePop' : [SKIP],
466 'test-accessors/Gc' : [SKIP], 461 'test-accessors/Gc' : [SKIP],
467 462
468 }], # 'arch == nacl_ia32 or arch == nacl_x64' 463 }], # 'arch == nacl_ia32 or arch == nacl_x64'
469 ] 464 ]
OLDNEW
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698