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 790123002: [turbofan] Fix cycles introduced by pushing ToNumbers into phis. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Created 6 years 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 | « src/types.h ('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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS], 107 'test-debug/DebugBreakInline': [PASS, NO_VARIANTS],
108 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS], 108 'test-debug/BreakMessageWhenMessageHandlerIsReset': [PASS, NO_VARIANTS],
109 'test-debug/DebugBreak': [PASS, NO_VARIANTS], 109 'test-debug/DebugBreak': [PASS, NO_VARIANTS],
110 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS], 110 'test-debug/DebugBreakFunctionApply': [PASS, NO_VARIANTS],
111 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS], 111 'test-debug/DebugBreakStackInspection': [PASS, NO_VARIANTS],
112 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS], 112 'test-debug/DeoptimizeDuringDebugBreak': [PASS, NO_VARIANTS],
113 'test-debug/DisableBreak': [PASS, NO_VARIANTS], 113 'test-debug/DisableBreak': [PASS, NO_VARIANTS],
114 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS], 114 'test-debug/NoDebugBreakInAfterCompileMessageHandler': [PASS, NO_VARIANTS],
115 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS], 115 'test-debug/RegExpDebugBreak': [PASS, NO_VARIANTS],
116 116
117 # TODO(mstarzinger): Investigate these failures.
118 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP],
119 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP],
120
121 # TODO(titzer): Triggers bug in late control reduction. 117 # TODO(titzer): Triggers bug in late control reduction.
122 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP], 118 'test-run-inlining/InlineLoopGuardedEmpty': [SKIP],
123 119
124 ############################################################################ 120 ############################################################################
125 # Slow tests. 121 # Slow tests.
126 'test-api/Threading1': [PASS, ['mode == debug', SLOW]], 122 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
127 'test-api/Threading2': [PASS, ['mode == debug', SLOW]], 123 'test-api/Threading2': [PASS, ['mode == debug', SLOW]],
128 'test-api/Threading3': [PASS, ['mode == debug', SLOW]], 124 'test-api/Threading3': [PASS, ['mode == debug', SLOW]],
129 'test-api/Threading4': [PASS, ['mode == debug', SLOW]], 125 'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
130 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]], 126 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'test-api/Float32Array' : [SKIP], 416 'test-api/Float32Array' : [SKIP],
421 'test-api/Float64Array' : [SKIP], 417 'test-api/Float64Array' : [SKIP],
422 'test-api/Regress2333' : [SKIP], 418 'test-api/Regress2333' : [SKIP],
423 'test-alloc/StressHandles' : [SKIP], 419 'test-alloc/StressHandles' : [SKIP],
424 'test-alloc/StressJS' : [SKIP], 420 'test-alloc/StressJS' : [SKIP],
425 'test-accessors/HandleScopePop' : [SKIP], 421 'test-accessors/HandleScopePop' : [SKIP],
426 'test-accessors/Gc' : [SKIP], 422 'test-accessors/Gc' : [SKIP],
427 423
428 }], # 'arch == nacl_ia32 or arch == nacl_x64' 424 }], # 'arch == nacl_ia32 or arch == nacl_x64'
429 ] 425 ]
OLDNEW
« no previous file with comments | « src/types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698