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

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

Issue 2182493003: ARM: Implement UnaligedLoad and UnaligedStore turbofan operators. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « src/compiler/machine-operator.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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'test-serialize/StartupSerializerTwice': [SKIP], 292 'test-serialize/StartupSerializerTwice': [SKIP],
293 'test-serialize/StartupSerializerOnceRunScript': [SKIP], 293 'test-serialize/StartupSerializerOnceRunScript': [SKIP],
294 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], 294 'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
295 295
296 ############################################################################ 296 ############################################################################
297 # Slow tests. 297 # Slow tests.
298 'test-api/Threading1': [PASS, SLOW], 298 'test-api/Threading1': [PASS, SLOW],
299 'test-api/Threading2': [PASS, SLOW], 299 'test-api/Threading2': [PASS, SLOW],
300 'test-api/Threading3': [PASS, SLOW], 300 'test-api/Threading3': [PASS, SLOW],
301 'test-api/Threading4': [PASS, SLOW], 301 'test-api/Threading4': [PASS, SLOW],
302
303 # Implement ARM UnalignedLoad and UnalignedStore operators
304 'test-run-load-store/RunUnalignedLoadStoreUnalignedAccess': [SKIP],
305 }], # 'arch == arm' 302 }], # 'arch == arm'
306 303
307 ############################################################################## 304 ##############################################################################
308 ['arch == mipsel or arch == mips', { 305 ['arch == mipsel or arch == mips', {
309 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], 306 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
310 307
311 # TODO(mips-team): Improve code-size on large RegExp's. 308 # TODO(mips-team): Improve code-size on large RegExp's.
312 'test-heap/TestSizeOfRegExpCode': [SKIP], 309 'test-heap/TestSizeOfRegExpCode': [SKIP],
313 310
314 # BUG(1075): Unresolved crashes on MIPS also. 311 # BUG(1075): Unresolved crashes on MIPS also.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], 481 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL],
485 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], 482 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL],
486 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], 483 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL],
487 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], 484 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL],
488 485
489 # BUG(4751). Flaky with Ignition. 486 # BUG(4751). Flaky with Ignition.
490 'test-cpu-profiler/JsNativeJsSample': [SKIP], 487 'test-cpu-profiler/JsNativeJsSample': [SKIP],
491 }], # ignition or ignition_turbofan 488 }], # ignition or ignition_turbofan
492 489
493 ] 490 ]
OLDNEW
« no previous file with comments | « src/compiler/machine-operator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698