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

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

Issue 1410633006: [turbofan] Implement the call protocol properly for direct calls. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments. Created 5 years, 1 month 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/x87/macro-assembler-x87.h ('k') | test/unittests/compiler/instruction-selector-unittest.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 15 matching lines...) Expand all
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 [ 28 [
29 [ALWAYS, { 29 [ALWAYS, {
30 # All tests prefixed with 'Bug' are expected to fail. 30 # All tests prefixed with 'Bug' are expected to fail.
31 'test-api/Bug*': [FAIL], 31 'test-api/Bug*': [FAIL],
32 'test-serialize/Bug*': [FAIL], 32 'test-serialize/Bug*': [FAIL],
33 33
34 ############################################################################## 34 ##############################################################################
35 35
36 # TODO(danno): These tests fail because the incoming descriptor for JavaScript
37 # calls has nothing to do with the interface descriptors of some code stubs,
38 # and they cannot be used interchangably.
39 'test-run-stubs/RunOptimizedMathFloorStub': [SKIP],
40 'test-run-stubs/RunStringAddTFStub': [SKIP],
41
36 # BUG(382): Weird test. Can't guarantee that it never times out. 42 # BUG(382): Weird test. Can't guarantee that it never times out.
37 'test-api/ApplyInterruption': [PASS, TIMEOUT], 43 'test-api/ApplyInterruption': [PASS, TIMEOUT],
38 44
39 # These tests always fail. They are here to test test.py. If 45 # These tests always fail. They are here to test test.py. If
40 # they don't fail then test.py has failed. 46 # they don't fail then test.py has failed.
41 'test-serialize/TestThatAlwaysFails': [FAIL], 47 'test-serialize/TestThatAlwaysFails': [FAIL],
42 'test-serialize/DependentTestThatAlwaysFails': [FAIL], 48 'test-serialize/DependentTestThatAlwaysFails': [FAIL],
43 'test-api/SealHandleScope': [FAIL], 49 'test-api/SealHandleScope': [FAIL],
44 50
45 # This test always fails. It tests that LiveEdit causes abort when turned off . 51 # This test always fails. It tests that LiveEdit causes abort when turned off .
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 ############################################################################## 449 ##############################################################################
444 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 450 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
445 451
446 # Pass but take too long with the simulator. 452 # Pass but take too long with the simulator.
447 'test-api/Threading1': [PASS, SLOW], 453 'test-api/Threading1': [PASS, SLOW],
448 'test-api/Threading2': [PASS, SLOW], 454 'test-api/Threading2': [PASS, SLOW],
449 'test-api/ExternalArrays': [PASS, SLOW], 455 'test-api/ExternalArrays': [PASS, SLOW],
450 456
451 }], # 'arch == ppc64 and simulator_run == True' 457 }], # 'arch == ppc64 and simulator_run == True'
452 ] 458 ]
OLDNEW
« no previous file with comments | « src/x87/macro-assembler-x87.h ('k') | test/unittests/compiler/instruction-selector-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698