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

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

Issue 862963002: Add missing FrameState to JSTypedLoweringTester. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-runtime-todo
Patch Set: Drop bogus TODO. Created 5 years, 11 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
« no previous file with comments | « no previous file | test/cctest/compiler/test-js-typed-lowering.cc » ('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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS], 94 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS],
95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS], 95 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS],
96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS], 96 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS],
97 97
98 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much. 98 # TODO(jarin): Some tests don't like --turbo-deoptimzation very much.
99 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS], 99 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS],
100 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS], 100 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS],
101 'test-api/Regress93759': [PASS, NO_VARIANTS], 101 'test-api/Regress93759': [PASS, NO_VARIANTS],
102 'test-debug/DebugBreakOnExceptionInObserveCallback': [PASS, NO_VARIANTS], 102 'test-debug/DebugBreakOnExceptionInObserveCallback': [PASS, NO_VARIANTS],
103 'test-object-observe/DeliveryCallbackThrows': [PASS, NO_VARIANTS], 103 'test-object-observe/DeliveryCallbackThrows': [PASS, NO_VARIANTS],
104 'test-js-typed-lowering/JSToNumberOfNumberOrOtherPrimitive': [PASS, NO_VARIANT S],
105 104
106 # TODO(titzer): Triggers bug in late control reduction. 105 # TODO(titzer): Triggers bug in late control reduction.
107 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], 106 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP],
108 107
109 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue. 108 # TODO(jochen): Reenable after we removed the CHECK() from the marking queue.
110 'test-mark-compact/MarkingDeque': [SKIP], 109 'test-mark-compact/MarkingDeque': [SKIP],
111 110
112 ############################################################################ 111 ############################################################################
113 # Slow tests. 112 # Slow tests.
114 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 113 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'test-api/Float32Array' : [SKIP], 400 'test-api/Float32Array' : [SKIP],
402 'test-api/Float64Array' : [SKIP], 401 'test-api/Float64Array' : [SKIP],
403 'test-api/Regress2333' : [SKIP], 402 'test-api/Regress2333' : [SKIP],
404 'test-alloc/StressHandles' : [SKIP], 403 'test-alloc/StressHandles' : [SKIP],
405 'test-alloc/StressJS' : [SKIP], 404 'test-alloc/StressJS' : [SKIP],
406 'test-accessors/HandleScopePop' : [SKIP], 405 'test-accessors/HandleScopePop' : [SKIP],
407 'test-accessors/Gc' : [SKIP], 406 'test-accessors/Gc' : [SKIP],
408 407
409 }], # 'arch == nacl_ia32 or arch == nacl_x64' 408 }], # 'arch == nacl_ia32 or arch == nacl_x64'
410 ] 409 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/compiler/test-js-typed-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698