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

Unified Diff: sky/tests/js/classes-expected.txt

Issue 742183002: Enable ES6 classes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« sky/engine/bindings/core/v8/V8Initializer.cpp ('K') | « sky/tests/js/classes.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/js/classes-expected.txt
diff --git a/sky/tests/js/classes-expected.txt b/sky/tests/js/classes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..348fbc3cb68b9af0986abf7519cb8a2d5b7ade98
--- /dev/null
+++ b/sky/tests/js/classes-expected.txt
@@ -0,0 +1,14 @@
+Running 10 tests
+ok 1 ES6 classes should create instances
+ok 2 ES6 classes should create subclasses
+ok 3 ES6 classes should create anonymous classes
+ok 4 ES6 classes should put methods on the prototype
+ok 5 ES6 classes should call methods with |this|
+ok 6 ES6 classes should let toMethod rebind super
+ok 7 ES6 classes should support super() constructor calls
+ok 8 ES6 classes should automatically call super() in default constructor
+ok 9 ES6 classes should call super.method()
+ok 10 ES6 classes should support getters and setters
+10 tests
+10 pass
+0 fail
« sky/engine/bindings/core/v8/V8Initializer.cpp ('K') | « sky/tests/js/classes.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698