Commit Graph

1980 Commits

Author SHA1 Message Date
Alan Knight 44d82ebc43 Fix Chrome 47 test suppressions and invalid @DontInline directive
BUG=

Review URL: https://codereview.chromium.org/1509323003 .
2015-12-09 10:32:26 -08:00
Alan Knight 7f9dcb66a5 One more suppression and fix incorrect test names in previous CL
BUG=

Review URL: https://codereview.chromium.org/1508963002 .
2015-12-07 15:14:52 -08:00
Alan Knight e4f1784690 Update more Chrome 47 test statuses
BUG=

Review URL: https://codereview.chromium.org/1509703003 .
2015-12-07 14:05:35 -08:00
Alan Knight 39e69b1898 Suppress tests around issue 25155 (object tags in Chrome 47)
BUG=

Review URL: https://codereview.chromium.org/1507013002 .
2015-12-07 12:39:37 -08:00
Sigmund Cherem b837d63d47 Require jsInteropObject type to be resolved before we use it in native behaviors
This fixes a failing interop test in the bots.

R=sra@google.com

Review URL: https://codereview.chromium.org/1484273002 .
2015-11-30 17:37:02 -08:00
Sigmund Cherem 3fa0cae192 Alternative fix for the js-interop crash.
R=sra@google.com

Review URL: https://codereview.chromium.org/1457383003 .
2015-11-30 16:46:14 -08:00
Todd Turnidge bd2b840be0 Revert my recent changes to the Dartium test status files.
We have restored blocking isolate spawning under a flag.

--------

Revert "Update test status files.  Issue #24990."

This reverts commit 05bf1d6bb6.

Revert "Skip isolate spawning tests on Dartium."

This reverts commit c6c6f121ed.

BUG=

Review URL: https://codereview.chromium.org/1472783004 .
2015-11-23 15:15:55 -08:00
Todd Turnidge 05bf1d6bb6 Update test status files. Issue #24990.
BUG=
R=asiva@google.com

Review URL: https://codereview.chromium.org/1454143005 .
2015-11-19 12:42:58 -08:00
Alan Knight 42b9d7b702 Serialize the data argument to History's state-related APIs.
BUG=

Review URL: https://codereview.chromium.org/1414903007 .
2015-11-05 16:23:44 -08:00
William Hesse abcb3a4d4d Update status for Firefox 42.
BUG=https://github.com/dart-lang/sdk/issues/24838
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/1415473006 .
2015-11-05 16:14:46 +01:00
Jacob Richman 6bfbb93d72 Make Dartium JS interop implementation more robust in the presence of JS paths that touch dart:html types. Note that the dart2js implementation was already robust in the presence of dart:html types.
BUG=
R=alanknight@google.com

Review URL: https://codereview.chromium.org/1415463019 .
2015-11-04 15:47:46 -08:00
Jacob Richman 1e3fb098d5 TBR. Only the method test group fails. Updated the test expectations file to reflect that.
BUG=

Review URL: https://codereview.chromium.org/1405953006 .
2015-11-04 10:56:30 -08:00
Jacob Richman 1ea74a407b TBR: fix status file for html.status. Only expect test to fail when it is actually run (which requires a browser).
BUG=

Review URL: https://codereview.chromium.org/1423623007 .
2015-11-04 09:40:40 -08:00
Jacob Richman e0f8e96dae Fix status file given new js_typed_interop test that cannot pass in dart2js checked mode without risky changes.
BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org/1410923006 .
2015-11-03 20:08:19 -08:00
Jacob Richman 12e94fc1d9 Make function type checks for types returned by typed JS interop pass for functions with <=10 arguments.
BUG=
R=leafp@google.com

Review URL: https://codereview.chromium.org/1428093005 .
2015-11-03 17:58:22 -08:00
Stephen Adams 7f546e9e0c js_function_getter_trust_types_test should not run in --checked mode
TBR=jacobr@google.com

Review URL: https://codereview.chromium.org/1417713004 .
2015-11-02 16:27:12 -08:00
Jacob Richman 6566e91f04 Fix dartium bug handling object literal constructors with zero arguments.
BUG=
R=alanknight@google.com

Review URL: https://codereview.chromium.org/1431513004 .
2015-11-02 14:13:51 -08:00
Jacob Richman d0f456a910 Fix behavior when typed JS interop getters are called as functions.
BUG=
R=sigmund@google.com, sra@google.com

Review URL: https://codereview.chromium.org/1431523002 .
2015-10-30 16:07:04 -07:00
Jacob Richman e0d2263bb3 Add @anonymous annotation and restrict object literal constructors to only anonymous classes. This frees up defining factory constructors that do not correspond to object literals on JS interop classes.
BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org/1409033005 .
2015-10-29 19:18:19 -07:00
Jacob Richman ff200c11fa Fix bug in allowInteropCaptureThis that caused JavaScript objects to accidentally be wrapped.
Remove spurious call to _convertToJS

BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org/1412193009 .
2015-10-21 11:12:08 -07:00
Jacob Richman f9551da8e3 Make is and as checks handle JavaScriptFunction correctly.
BUG=
R=sigmund@google.com, sra@google.com

Review URL: https://codereview.chromium.org/1416803002 .
2015-10-19 17:58:11 -07:00
Jacob Richman be1fcb9441 Switch Js to JS
BUG=
R=sigmund@google.com

Review URL: https://codereview.chromium.org/1410403003 .
2015-10-19 17:32:10 -07:00
Alan Knight a9362610ee Hide internal methods like wrap_jso from the dart:html public interface
Issue https://github.com/dart-lang/sdk/issues/24602

R=terry@google.com

Review URL: https://codereview.chromium.org/1409743003 .
2015-10-19 11:28:53 -07:00
William Hesse 6a816f2dc1 Update status for failing tests
BUG=https://github.com/dart-lang/sdk/issues/24608
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1410803002 .
2015-10-16 14:00:48 +02:00
William Hesse b459efe087 Update status files for Chrome 46
BUG=
TBR=sgjesse@google.com

Review URL: https://codereview.chromium.org/1407923002 .
2015-10-15 22:42:58 +02:00
Terry L. Lucas e562934def More tests now pass and fixed custom elements to only work in default html and svg namespace
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1392063003 .
2015-10-14 11:44:01 -07:00
Terry L. Lucas 4653701a76 Fixed native element extension, custom events, _VMUpgrader, and data binding.
Enabled tests that exercise this areas.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1391143006 .
2015-10-14 10:03:56 -07:00
William Hesse d04dbcd688 Update status for failing Dartium tests.
TBR=terry@google.com
BUG=https://github.com/dart-lang/sdk/issues/24585
BUG=https://github.com/dart-lang/sdk/issues/24584

Review URL: https://codereview.chromium.org/1407713002 .
2015-10-14 14:02:23 +02:00
Alan Knight def9b86310 StorageQuota should not be exposed. Remove tests
BUG=

Review URL: https://codereview.chromium.org/1393103003 .
2015-10-13 16:45:06 -07:00
Jacob Richman 58547f5508 Fix JavaScript property ordering issue that was breaking js_array_test on FireFox
BUG=

Review URL: https://codereview.chromium.org/1408453003 .
2015-10-13 16:23:23 -07:00
Alan Knight 8ab9253879 Unsuppress/fix most indexeddb tests on Dartium
BUG=

Review URL: https://codereview.chromium.org/1405443003 .
2015-10-13 15:32:02 -07:00
Jacob Richman fe431b9730 Fix analyzer warning in mirrors_js_typed_interop_test.
BUG=

Review URL: https://codereview.chromium.org/1402873004 .
2015-10-13 14:00:37 -07:00
Jacob Richman cd2752431e Support user generated custom native JS classes.
BUG=
R=jmesserly@google.com, sra@google.com

Review URL: https://codereview.chromium.org//1318043005 .
2015-10-13 13:15:28 -07:00
Alan Knight 8005f2000a Unsuppress Windows tests from Issue 24546
BUG=

Review URL: https://codereview.chromium.org/1391193005 .
2015-10-13 08:59:18 -07:00
Alan Knight f799386f88 Change test name so it's easier to suppress
BUG=

Review URL: https://codereview.chromium.org/1404513002 .
2015-10-12 13:31:44 -07:00
Terry L. Lucas 5e8a506677 Extension support
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1401063003 .
2015-10-12 10:09:42 -07:00
Terry L. Lucas 6227b207e6 Fixed to allow only HtmlElement in registerElement
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1403683002 .
2015-10-11 20:53:50 -07:00
Terry L. Lucas b6503c7f74 Added for registerElement checking
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1401703002 .
2015-10-11 18:57:59 -07:00
Terry L. Lucas 2353f3ce4d Another one now passes
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org/1397303002 .
2015-10-11 13:44:50 -07:00
Alan Knight 3bc11d2157 Supress failing tests on Windows Dartium
BUG=

Review URL: https://codereview.chromium.org/1395723005 .
2015-10-09 16:09:17 -07:00
Alan Knight 62e5eed314 Unsuppress speech recognition test
BUG=

Review URL: https://codereview.chromium.org/1403543002 .
2015-10-09 11:31:48 -07:00
Jacob Richman 8d793ca758 Dartium typed js interop work dart repo side of the change. Also tries to get
BUG=

Review URL: https://codereview.chromium.org/1391353002 .
2015-10-07 11:44:50 -07:00
Alan Knight 9ad57e7aa3 Fix Crypto.getRandomValues to modify its argument, fix tests
BUG=

Review URL: https://codereview.chromium.org/1387273002 .
2015-10-07 09:11:14 -07:00
William Hesse ebf4fb6ef0 Update status for failing Dartium DOM custom tag extension tests.
BUG=https://github.com/dart-lang/sdk/issues/24516
R=karlklose@google.com

Review URL: https://codereview.chromium.org/1388233003 .
2015-10-07 15:48:50 +02:00
William Hesse 7be53f25fd Update status for failing html/js_test/transferrables on IE
BUG=https://github.com/dart-lang/sdk/issues/14246
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/1378113003 .
2015-10-05 13:51:34 +02:00
Alan Knight 110b579b8a wrap_jso should wrap JsArray as well, not always call wrap on its contents
BUG=

Committed: https://github.com/dart-lang/sdk/commit/f0e52e4e9175c10739645b6a1f72d551f6b9fd06

Review URL: https://codereview.chromium.org/1383903002 .
2015-10-02 12:48:06 -07:00
William Hesse db579deef1 Update status for passing html/js_test on IE.
BUG=https://github.com/dart-lang/sdk/issues/14246
R=kustermann@google.com

Review URL: https://codereview.chromium.org/1379363002 .
2015-10-02 15:38:46 +02:00
Alan Knight da7d6379cc Revert "wrap_jso should wrap JsArray as well, not always call wrap on its contents"
This reverts commit f0e52e4e91.

BUG=

Review URL: https://codereview.chromium.org/1378183003 .
2015-10-01 17:51:51 -07:00
Alan Knight a48424b2de Don't run wrapping_collections_test on dart2js
BUG=

Review URL: https://codereview.chromium.org/1383933002 .
2015-10-01 17:47:48 -07:00
Alan Knight f0e52e4e91 wrap_jso should wrap JsArray as well, not always call wrap on its contents
BUG=

Review URL: https://codereview.chromium.org/1383903002 .
2015-10-01 16:22:17 -07:00