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

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

Issue 2720713003: Adjust some tests to prepare enabling Ignition+TurboFan (Closed)
Patch Set: Turn off flag in this CL. Created 3 years, 9 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/inspector/debugger/get-possible-breakpoints-master.js » ('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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'test-mark-compact/Promotion': [PASS, FAIL], 133 'test-mark-compact/Promotion': [PASS, FAIL],
134 134
135 # BUG(v8:3434). 135 # BUG(v8:3434).
136 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP], 136 ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP],
137 }], # 'arch == arm64' 137 }], # 'arch == arm64'
138 138
139 ['arch == arm64 and simulator_run == True', { 139 ['arch == arm64 and simulator_run == True', {
140 140
141 # Pass but take too long with the simulator. 141 # Pass but take too long with the simulator.
142 'test-api/ExternalArrays': [PASS, TIMEOUT], 142 'test-api/ExternalArrays': [PASS, TIMEOUT],
143 'test-api/Threading*': [PASS, SKIP],
143 }], # 'arch == arm64 and simulator_run == True' 144 }], # 'arch == arm64 and simulator_run == True'
144 145
145 ['arch == arm64 and mode == debug and simulator_run == True', { 146 ['arch == arm64 and mode == debug and simulator_run == True', {
146 147
147 # Pass but take too long with the simulator in debug mode. 148 # Pass but take too long with the simulator in debug mode.
148 'test-api/ExternalDoubleArray': [SKIP], 149 'test-api/ExternalDoubleArray': [SKIP],
149 'test-api/ExternalFloat32Array': [SKIP], 150 'test-api/ExternalFloat32Array': [SKIP],
150 'test-api/ExternalFloat64Array': [SKIP], 151 'test-api/ExternalFloat64Array': [SKIP],
151 'test-api/ExternalFloatArray': [SKIP], 152 'test-api/ExternalFloatArray': [SKIP],
152 'test-api/Float32Array': [SKIP], 153 'test-api/Float32Array': [SKIP],
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'test-field-type-tracking/*': [SKIP], 391 'test-field-type-tracking/*': [SKIP],
391 'test-parsing/*': [SKIP], 392 'test-parsing/*': [SKIP],
392 'test-page-promotion/*': [SKIP], 393 'test-page-promotion/*': [SKIP],
393 'test-decls/*': [SKIP], 394 'test-decls/*': [SKIP],
394 'test-log/*': [SKIP], 395 'test-log/*': [SKIP],
395 'test-gap-resolver/*': [SKIP], 396 'test-gap-resolver/*': [SKIP],
396 'test-dtoa/*': [SKIP], 397 'test-dtoa/*': [SKIP],
397 }], # variant == wasm_traps 398 }], # variant == wasm_traps
398 399
399 ] 400 ]
OLDNEW
« no previous file with comments | « no previous file | test/inspector/debugger/get-possible-breakpoints-master.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698