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

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

Issue 471483002: Disable some deoptimization tests on ARM64 no-snap. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « no previous file | 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
182 # BUG(v8:3385). 187 # BUG(v8:3385).
183 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL], 188 'test-serialize/DeserializeFromSecondSerialization': [PASS, FAIL],
184 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] , 189 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, FAIL] ,
185 190
186 # BUG(v8:2999). 191 # BUG(v8:2999).
187 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL], 192 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
188 193
189 # BUG(v8:3154). 194 # BUG(v8:3154).
190 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 195 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
191 196
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'test-api/Float32Array' : [SKIP], 460 'test-api/Float32Array' : [SKIP],
456 'test-api/Float64Array' : [SKIP], 461 'test-api/Float64Array' : [SKIP],
457 'test-api/Regress2333' : [SKIP], 462 'test-api/Regress2333' : [SKIP],
458 'test-alloc/StressHandles' : [SKIP], 463 'test-alloc/StressHandles' : [SKIP],
459 'test-alloc/StressJS' : [SKIP], 464 'test-alloc/StressJS' : [SKIP],
460 'test-accessors/HandleScopePop' : [SKIP], 465 'test-accessors/HandleScopePop' : [SKIP],
461 'test-accessors/Gc' : [SKIP], 466 'test-accessors/Gc' : [SKIP],
462 467
463 }], # 'arch == nacl_ia32 or arch == nacl_x64' 468 }], # 'arch == nacl_ia32 or arch == nacl_x64'
464 ] 469 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698