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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/cctest/test-func-name-inference.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index dc712a3c55b8fdfefcb868b5613b9229d7ba0508..65c3d7dcf1f9a12fd49724525f1c57a7c0a318e1 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -100,6 +100,10 @@
# BUG(2340). Preprocessing stack traces is disabled at the moment.
'test-heap/PreprocessStackTrace': [FAIL],
+ # BUG(4333). Function name inferrer does not work for ES6 clases.
+ 'test-func-name-inference/UpperCaseClass': [FAIL],
+ 'test-func-name-inference/LowerCaseClass': [FAIL],
+
##############################################################################
# TurboFan compiler failures.
« 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