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

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

Issue 1264603002: Add test for referring function name for classes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixt typo Created 5 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 | « no previous file | test/cctest/test-func-name-inference.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # BUG(3525). Test crashes flakily. 93 # BUG(3525). Test crashes flakily.
94 'test-debug/RecursiveBreakpoints': [PASS, FLAKY], 94 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
95 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY], 95 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
96 96
97 # Fails sometimes. 97 # Fails sometimes.
98 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY], 98 'test-debug/ProcessDebugMessagesThreaded': [PASS, FLAKY],
99 99
100 # BUG(2340). Preprocessing stack traces is disabled at the moment. 100 # BUG(2340). Preprocessing stack traces is disabled at the moment.
101 'test-heap/PreprocessStackTrace': [FAIL], 101 'test-heap/PreprocessStackTrace': [FAIL],
102 102
103 # BUG(4333). Function name inferrer does not work for ES6 clases.
104 'test-func-name-inference/UpperCaseClass': [FAIL],
105 'test-func-name-inference/LowerCaseClass': [FAIL],
106
103 ############################################################################## 107 ##############################################################################
104 # TurboFan compiler failures. 108 # TurboFan compiler failures.
105 109
106 # Some tests are just too slow to run for now. 110 # Some tests are just too slow to run for now.
107 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS], 111 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_ VARIANTS],
108 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS], 112 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
109 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS], 113 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS],
110 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS], 114 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
111 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS], 115 'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
112 # BUG(3742). 116 # BUG(3742).
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ############################################################################## 434 ##############################################################################
431 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 435 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
432 436
433 # Pass but take too long with the simulator. 437 # Pass but take too long with the simulator.
434 'test-api/Threading1': [PASS, SLOW], 438 'test-api/Threading1': [PASS, SLOW],
435 'test-api/Threading2': [PASS, SLOW], 439 'test-api/Threading2': [PASS, SLOW],
436 'test-api/ExternalArrays': [PASS, SLOW], 440 'test-api/ExternalArrays': [PASS, SLOW],
437 441
438 }], # 'arch == ppc64 and simulator_run == True' 442 }], # 'arch == ppc64 and simulator_run == True'
439 ] 443 ]
OLDNEW
« no previous file with comments | « no previous file | test/cctest/test-func-name-inference.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698