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

Unified Diff: test/codegen/expect/language/div_with_power_of_two_test.js

Issue 2128353002: Check in codegen test expectations. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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
Index: test/codegen/expect/language/div_with_power_of_two_test.js
diff --git a/test/codegen/expect/language/div_with_power_of_two_test.js b/test/codegen/expect/language/div_with_power_of_two_test.js
new file mode 100644
index 0000000000000000000000000000000000000000..77961164b315b9923bedaf240e10ea049838022e
--- /dev/null
+++ b/test/codegen/expect/language/div_with_power_of_two_test.js
@@ -0,0 +1,94 @@
+dart_library.library('language/div_with_power_of_two_test', null, /* Imports */[
+ 'dart_sdk',
+ 'expect'
+], function load__div_with_power_of_two_test(exports, dart_sdk, expect) {
+ 'use strict';
+ const core = dart_sdk.core;
+ const _interceptors = dart_sdk._interceptors;
+ const dart = dart_sdk.dart;
+ const dartx = dart_sdk.dartx;
+ const expect$ = expect.expect;
+ const div_with_power_of_two_test = Object.create(null);
+ let JSArrayOfint = () => (JSArrayOfint = dart.constFn(_interceptors.JSArray$(core.int)))();
+ let ListOfint = () => (ListOfint = dart.constFn(core.List$(core.int)))();
+ let JSArrayOfListOfint = () => (JSArrayOfListOfint = dart.constFn(_interceptors.JSArray$(ListOfint())))();
+ let JSArrayOfObject = () => (JSArrayOfObject = dart.constFn(_interceptors.JSArray$(core.Object)))();
+ let ListOfObject = () => (ListOfObject = dart.constFn(core.List$(core.Object)))();
+ let JSArrayOfListOfObject = () => (JSArrayOfListOfObject = dart.constFn(_interceptors.JSArray$(ListOfObject())))();
+ let dynamicTodynamic = () => (dynamicTodynamic = dart.constFn(dart.definiteFunctionType(dart.dynamic, [dart.dynamic])))();
+ let VoidTodynamic = () => (VoidTodynamic = dart.constFn(dart.definiteFunctionType(dart.dynamic, [])))();
+ dart.defineLazy(div_with_power_of_two_test, {
+ get expectedResults() {
+ return JSArrayOfListOfObject().of([JSArrayOfObject().of([div_with_power_of_two_test.divBy1, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, 134217730]), JSArrayOfint().of([-134217730, -134217730]), JSArrayOfint().of([10, 10]), JSArrayOfint().of([-10, -10])])]), JSArrayOfObject().of([div_with_power_of_two_test.divByNeg1, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, -134217730]), JSArrayOfint().of([-134217730, 134217730]), JSArrayOfint().of([10, -10]), JSArrayOfint().of([-10, 10])])]), JSArrayOfObject().of([div_with_power_of_two_test.divBy2, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, 67108865]), JSArrayOfint().of([-134217730, -67108865]), JSArrayOfint().of([10, 5]), JSArrayOfint().of([-10, -5])])]), JSArrayOfObject().of([div_with_power_of_two_test.divByNeg2, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, -67108865]), JSArrayOfint().of([-134217730, 67108865]), JSArrayOfint().of([10, -5]), JSArrayOfint().of([-10, 5])])]), JSArrayOfObject().of([div_with_power_of_two_test.divBy4, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, 33554432]), JSArrayOfint().of([-134217730, -33554432]), JSArrayOfint().of([10, 2]), JSArrayOfint().of([-10, -2])])]), JSArrayOfObject().of([div_with_power_of_two_test.divByNeg4, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, -33554432]), JSArrayOfint().of([-134217730, 33554432]), JSArrayOfint().of([10, -2]), JSArrayOfint().of([-10, 2])])]), JSArrayOfObject().of([div_with_power_of_two_test.divBy134217728, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, 1]), JSArrayOfint().of([-134217730, -1]), JSArrayOfint().of([10, 0]), JSArrayOfint().of([-10, 0])])]), JSArrayOfObject().of([div_with_power_of_two_test.divByNeg134217728, JSArrayOfListOfint().of([JSArrayOfint().of([134217730, -1]), JSArrayOfint().of([-134217730, 1]), JSArrayOfint().of([10, 0]), JSArrayOfint().of([-10, 0])])]), JSArrayOfObject().of([div_with_power_of_two_test.divBy4_, JSArrayOfListOfint().of([JSArrayOfint().of([549755813990, 137438953497]), JSArrayOfint().of([-549755813990, -137438953497]), JSArrayOfint().of([288230925907525632, 72057731476881408]), JSArrayOfint().of([-288230925907525632, -72057731476881408])])]), JSArrayOfObject().of([div_with_power_of_two_test.divByNeg4_, JSArrayOfListOfint().of([JSArrayOfint().of([549755813990, -137438953497]), JSArrayOfint().of([-549755813990, 137438953497]), JSArrayOfint().of([288230925907525632, -72057731476881408]), JSArrayOfint().of([-288230925907525632, 72057731476881408])])]), JSArrayOfObject().of([div_with_power_of_two_test.divBy549755813888, JSArrayOfListOfint().of([JSArrayOfint().of([549755813990, 1]), JSArrayOfint().of([-549755813990, -1]), JSArrayOfint().of([288230925907525632, 524289]), JSArrayOfint().of([-288230925907525632, -524289])])]), JSArrayOfObject().of([div_with_power_of_two_test.divByNeg549755813888, JSArrayOfListOfint().of([JSArrayOfint().of([549755813990, -1]), JSArrayOfint().of([-549755813990, 1]), JSArrayOfint().of([288230925907525632, -524289]), JSArrayOfint().of([-288230925907525632, 524289])])])]);
+ },
+ set expectedResults(_) {}
+ });
+ div_with_power_of_two_test.divBy0 = function(a) {
+ return dart.dsend(a, '~/', 0);
+ };
+ dart.fn(div_with_power_of_two_test.divBy0, dynamicTodynamic());
+ div_with_power_of_two_test.divBy1 = function(a) {
+ return dart.dsend(a, '~/', 1);
+ };
+ dart.fn(div_with_power_of_two_test.divBy1, dynamicTodynamic());
+ div_with_power_of_two_test.divByNeg1 = function(a) {
+ return dart.dsend(a, '~/', -1);
+ };
+ dart.fn(div_with_power_of_two_test.divByNeg1, dynamicTodynamic());
+ div_with_power_of_two_test.divBy2 = function(a) {
+ return dart.dsend(a, '~/', 2);
+ };
+ dart.fn(div_with_power_of_two_test.divBy2, dynamicTodynamic());
+ div_with_power_of_two_test.divByNeg2 = function(a) {
+ return dart.dsend(a, '~/', -2);
+ };
+ dart.fn(div_with_power_of_two_test.divByNeg2, dynamicTodynamic());
+ div_with_power_of_two_test.divBy4 = function(a) {
+ return dart.dsend(a, '~/', 4);
+ };
+ dart.fn(div_with_power_of_two_test.divBy4, dynamicTodynamic());
+ div_with_power_of_two_test.divByNeg4 = function(a) {
+ return dart.dsend(a, '~/', -4);
+ };
+ dart.fn(div_with_power_of_two_test.divByNeg4, dynamicTodynamic());
+ div_with_power_of_two_test.divBy134217728 = function(a) {
+ return dart.dsend(a, '~/', 134217728);
+ };
+ dart.fn(div_with_power_of_two_test.divBy134217728, dynamicTodynamic());
+ div_with_power_of_two_test.divByNeg134217728 = function(a) {
+ return dart.dsend(a, '~/', -134217728);
+ };
+ dart.fn(div_with_power_of_two_test.divByNeg134217728, dynamicTodynamic());
+ div_with_power_of_two_test.divBy4_ = function(a) {
+ return dart.dsend(a, '~/', 4);
+ };
+ dart.fn(div_with_power_of_two_test.divBy4_, dynamicTodynamic());
+ div_with_power_of_two_test.divByNeg4_ = function(a) {
+ return dart.dsend(a, '~/', -4);
+ };
+ dart.fn(div_with_power_of_two_test.divByNeg4_, dynamicTodynamic());
+ div_with_power_of_two_test.divBy549755813888 = function(a) {
+ return dart.dsend(a, '~/', 549755813888);
+ };
+ dart.fn(div_with_power_of_two_test.divBy549755813888, dynamicTodynamic());
+ div_with_power_of_two_test.divByNeg549755813888 = function(a) {
+ return dart.dsend(a, '~/', -549755813888);
+ };
+ dart.fn(div_with_power_of_two_test.divByNeg549755813888, dynamicTodynamic());
+ div_with_power_of_two_test.main = function() {
+ for (let i = 0; i < 20; i++) {
+ for (let e of div_with_power_of_two_test.expectedResults) {
+ let f = core.Function._check(e[dartx.get](0));
+ let values = core.List._check(e[dartx.get](1));
+ for (let v of values) {
+ let arg = core.int._check(dart.dindex(v, 0));
+ let res = core.int._check(dart.dindex(v, 1));
+ expect$.Expect.equals(res, dart.dcall(f, arg));
+ }
+ }
+ }
+ };
+ dart.fn(div_with_power_of_two_test.main, VoidTodynamic());
+ // Exports:
+ exports.div_with_power_of_two_test = div_with_power_of_two_test;
+});
« no previous file with comments | « test/codegen/expect/language/div_with_power_of_two2_test.js ('k') | test/codegen/expect/language/do_while2_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698