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

Unified Diff: test/webkit/class-syntax-scoping-expected.txt

Issue 1109783003: Import JSC class tests (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: git rebase Created 5 years, 8 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 | « test/webkit/class-syntax-scoping.js ('k') | test/webkit/class-syntax-semicolon.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/class-syntax-scoping-expected.txt
diff --git a/test/webkit/fast/js/Promise-static-resolve-expected.txt b/test/webkit/class-syntax-scoping-expected.txt
similarity index 64%
copy from test/webkit/fast/js/Promise-static-resolve-expected.txt
copy to test/webkit/class-syntax-scoping-expected.txt
index 40c267e69dff8f71cd65b3c8230cf141e3a44e76..1a8dd35f206ee8b88b5fe37f0bc584a10e0d85eb 100644
--- a/test/webkit/fast/js/Promise-static-resolve-expected.txt
+++ b/test/webkit/class-syntax-scoping-expected.txt
@@ -1,9 +1,9 @@
-Test Promise.resolve
+Tests for scoping of variables in ES6 class syntax
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS result is undefined
-PASS result is "hello"
+
+PASS test() is "PASS"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « test/webkit/class-syntax-scoping.js ('k') | test/webkit/class-syntax-semicolon.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698