Commit Graph

1980 Commits

Author SHA1 Message Date
efortuna@google.com 5fbca19b7d Adding debug statement for IE 11 crash testing.
BUG=
R=blois@google.com

Review URL: https://codereview.chromium.org//217283002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34517 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 19:30:11 +00:00
johnniwinther@google.com cc574e5db6 Add regression test for CL 194523002
BUG=
R=floitsch@google.com

Review URL: https://codereview.chromium.org//214443002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34470 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 13:15:27 +00:00
whesse@google.com 2ce67446a6 Mark more tests as flaky on ie11 browser.
R=ricow@google.com

Review URL: https://codereview.chromium.org//213063003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34467 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 11:44:15 +00:00
whesse@google.com d905982e51 Add ie11 entries to html tests status
R=ricow@google.com

Review URL: https://codereview.chromium.org//212123003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34416 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-26 10:35:27 +00:00
asiva@google.com 10fec567c0 Update status file to skip some tests in debug mode (see issue 17666)
https://code.google.com/p/dart/issues/detail?id=17666

R=vsm@google.com

Review URL: https://codereview.chromium.org//207113003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34217 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 23:55:50 +00:00
jacobr@google.com 1ea29a21d7 Fixes for Chrome 34 merge
BUG=
R=vsm@google.com

Review URL: https://codereview.chromium.org//204033002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34069 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 22:08:44 +00:00
whesse@google.com 62c79adbd0 Add entries for ContentShellOnAndroid runtime to status files.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//203373003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33807 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 14:47:56 +00:00
efortuna@google.com 7205c233b0 Package-ify Dromaeo and browser controller functionality
R=vsm@google.com

Review URL: https://codereview.chromium.org//199003005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33670 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-13 22:43:53 +00:00
kustermann@google.com 7e29f42833 Change tests to use test.py's test_controller.js, cleanup in browser_controller
This change makes all remaining tests use test.py's test_controller.js:
We have our own way of testing using test.py and that might change any time.
It's therefore not wise to rely on functionality in the unittest framework. If
we kept test_controller.js in the unittest package, we'd need to make a breaking
change whenever we change the behavior of test_controller.js. So this file was
forked into tools/testing/dart/test_controller.js.

After this, all our tests will use tools/testing/dart/test_controller.js. It is
therefore no longer necessary for the browser_controller to support the old
mechanism of posting back results. By removing this legacy code, we can ensure,
that the driving page of browser_controller will only react on valid messages
which were ment for it.
Context:
Some tests (e.g. dromaeo) might use postMessage internally, maybe even for
testing that postMessage is working. But the driving window should only react
on valid messages ment for it, ignoring any other messages.

R=blois@google.com, efortuna@google.com, ricow@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//177333004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33365 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-06 10:37:53 +00:00
sigmund@google.com c301bd2af2 Fix status of test that now is passing (custom element test)
BUG=

Review URL: https://codereview.chromium.org//181643005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33108 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-27 03:03:29 +00:00
sra@google.com 242f29d7ad FileReader not supported on ie9
BUG=

Review URL: https://codereview.chromium.org//178253009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33051 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-26 02:54:15 +00:00
sra@google.com 246f07b5c8 Fix for FileReader.readAsArrayBuffer http://dartbug.com/17058
R=blois@google.com

Review URL: https://codereview.chromium.org//180583002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33048 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-26 00:31:05 +00:00
blois@google.com 9aa8ecd98e Flaking touchevent_test/supported
Appears that some of the bots are on a different version of Chrome.

TBR
BUG=

Review URL: https://codereview.chromium.org//179983005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33037 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-25 22:10:03 +00:00
blois@google.com d9bec72e63 Updating touch event test status
Test is passing on some chromes, failing on others. Appears to be version differences.

TBR
BUG=

Review URL: https://codereview.chromium.org//178973003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32993 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-24 23:20:56 +00:00
blois@google.com 042138c3bc With the latest Chrome builds, it's now working (changed with a Chrome update).
TBR
BUG=

Review URL: https://codereview.chromium.org//178133004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32977 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-24 18:54:15 +00:00
floitsch@google.com 8b5f526001 Mark html/touchevent_test as failing.
Review URL: https://codereview.chromium.org//177173003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32955 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-24 08:31:38 +00:00
asiva@google.com 0d85394ea5 Fix status file for passing test.
Review URL: https://codereview.chromium.org//172613003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32798 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-19 16:57:50 +00:00
floitsch@google.com 6a8c440a93 We only updated FF on windows.
Review URL: https://codereview.chromium.org//168753003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32726 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-17 14:46:17 +00:00
floitsch@google.com e2a768e564 Mark html/client_rect_test as failing.
Review URL: https://codereview.chromium.org//169523006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32723 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-17 13:40:00 +00:00
floitsch@google.com 3a58c27f05 Update status file.
Some tests work under drt (but not with chrome).

Review URL: https://codereview.chromium.org//167063003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32704 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-14 16:23:27 +00:00
asiva@google.com 1133cb0a49 Update status file for
html/fileapi_test/fileEntry
html/audiocontext_test/functional

R=vsm@google.com

Review URL: https://codereview.chromium.org//164413002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32670 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-13 20:47:04 +00:00
blois@google.com 22b82a2e29 Updating custom element wrapper test
Behavior has changed since custom elements are no longer being upgraded when in templates.

BUG=16656
R=vsm@google.com

Review URL: https://codereview.chromium.org//151563006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32607 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-12 17:24:11 +00:00
kustermann@google.com 1626736d2c Remove flaky markers from status file for tests that are not flaky.
R=ricow@google.com

Review URL: https://codereview.chromium.org//135243005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32553 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 11:55:55 +00:00
jmesserly@google.com fa333bb97b mark another ie9 test failure
Review URL: https://codereview.chromium.org//159583002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32540 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 03:57:21 +00:00
jmesserly@google.com 4da447a6a4 html/custom/mirrors_test is now passing on Safari
Review URL: https://codereview.chromium.org//147303004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32539 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 03:53:46 +00:00
jmesserly@google.com f734dbf97a fix typo in status file
Review URL: https://codereview.chromium.org//130813007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32538 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 03:23:00 +00:00
jmesserly@google.com 1291675047 mark tests failing on ie9
https://code.google.com/p/dart/issues/detail?id=16717

R=sigmund@google.com

Review URL: https://codereview.chromium.org//145663013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32537 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 02:51:32 +00:00
jmesserly@google.com 7d71bc988d introduce web_components pkg to replace shadow_dom, html_import, custom_element. This new package is 100% compatible with the polyfills used by http://www.polymer-project.org/
Deletes:
  pkg/shadow_dom
  pkg/custom_element (except web_ui stuff)
  pkg/html_import

Adds:
  pkg/web_components, with README.md and build instructions

Changes:
  pkg/html5lib -- deprecate queryAll/query in favor of *Selector
  pkg/polymer -- test fixes & a few small changes to work with new polyfills, mostly in build
  tests/html/custom -- can't load the CE polyfill at runtime, must now be injected statically via an HTML page, similar to the style @blois used for some custom element tests.

R=blois@google.com, sigmund@google.com

Review URL: https://codereview.chromium.org//158083002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32533 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-11 01:15:05 +00:00
vsm@google.com 50b3849366 Fix status on test
Pete's change appears to have fixed this on dartium as well.

TBR=blois@google.com

Review URL: https://codereview.chromium.org//159083003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32514 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 20:02:37 +00:00
vsm@google.com ad353d440b Fixes for 1750 roll
TBR=jacobr@google.com

Review URL: https://codereview.chromium.org//150783005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32477 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 01:38:01 +00:00
kevmoo@google.com b565b6296f pkg/unittest: Run tests in zones
Added a changelog to unittest
Deprecated a number of methods made extraneous by zone change
Fixed related issues in html and html tests

BUG= https://code.google.com/p/dart/issues/detail?id=13277
BUG= https://code.google.com/p/dart/issues/detail?id=16541
R=sigmund@google.com

Review URL: https://codereview.chromium.org//133313004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32400 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-07 01:34:20 +00:00
jmesserly@google.com fdc29a9ed5 regenerate fixed custom_elements polyfill
fixes an issue in the previous package, it was missing MutationObservers which it expects included in the binary generated by Grunt.
This did not happen because the sources are pulled in from a relative path, rather than being included in the repository, and there was unfortunately no error issued.

R=blois@google.com

Review URL: https://codereview.chromium.org//153063003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32263 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-03 21:52:24 +00:00
floitsch@google.com 1a64cb2a18 Mark custom/document_register_type_extensions_test/functional as flaky.
Review URL: https://codereview.chromium.org//153013002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32257 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-03 18:58:05 +00:00
vegorov@google.com 0470bef7e8 Fix html/js test on Dartium.
Don't use identity check on strings, use equality instead.

R=kasperl@google.com
BUG=

Review URL: https://codereview.chromium.org//136953005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32245 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-03 13:51:59 +00:00
vegorov@google.com 0b33ed017c Ensure that dart:js does not attempt to load cached proxies from prototypes.
dart:js caches proxies on the object itself thus it must guard loading cached proxy from the object with a hasOwnProperty check.

R=justinfagnani@google.com
BUG=dart:16199

Review URL: https://codereview.chromium.org//138723006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32244 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-03 13:01:27 +00:00
floitsch@google.com d94eacec20 Mark custom/js_custom_test as flaky
Review URL: https://codereview.chromium.org//147223004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32231 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-01 01:47:06 +00:00
floitsch@google.com 0976357b34 Mark custom_elements_test/mixins as flaky
Review URL: https://codereview.chromium.org//130913015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32230 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-01 01:42:13 +00:00
floitsch@google.com fef58d0df1 Mark more custom tests as flaky.
Review URL: https://codereview.chromium.org//151753002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32213 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-31 20:32:57 +00:00
floitsch@google.com af3527dae8 Mark document_register_basic_test as flaky on IE9.
Review URL: https://codereview.chromium.org//147703004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32204 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-31 17:53:35 +00:00
floitsch@google.com 22b900cd29 Mark html/custom/constructor_calls_created_synchronously_test as flaky.
Review URL: https://codereview.chromium.org//134923008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32201 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-31 17:33:05 +00:00
jmesserly@google.com 77f39712b7 mark flaky ie9 tests
Review URL: https://codereview.chromium.org//151103002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32187 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-31 02:09:10 +00:00
jmesserly@google.com 97d49efbb0 fix custom_elements_test on ie10
Pete warned me about this one test that isn't using the loadPolyfill function, but I forgot to fix it in last change.

by deleting the custom copy, it will pick up the one in utils, and that one correctly loads MutationObserver polyfill

Review URL: https://codereview.chromium.org//133053005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32176 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 21:48:40 +00:00
jmesserly@google.com 0f277224e8 update custom elements and shadow dom
R=blois@google.com

Review URL: https://codereview.chromium.org//140853005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32171 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:56:22 +00:00
ricow@google.com efa7c7ce59 Remove suppression for html/selectelement_test timeout
Removing suppressing since issue 15516 is assumed fixed.

R=ahe@google.com

Review URL: https://codereview.chromium.org//131983002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32069 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-28 14:48:38 +00:00
blois@google.com a6739c2586 Clearing up touchevent test status
Since Chrome 32 has rolled out to all of the bots.

BUG=
R=efortuna@google.com

Review URL: https://codereview.chromium.org//132233021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31936 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-17 23:09:04 +00:00
blois@google.com 192df7e88b Fixing TouchEvent.supported
It was reporting as not being supported because there's no Window.ontouch, but the constructor is now working.

TBR
BUG=

Review URL: https://codereview.chromium.org//141113006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31907 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-17 02:49:43 +00:00
sra@google.com a2914966d7 Fix for Issue 16069
Patch IE's CanvasPixelArray objects to avoid confusion with plain Array objects.

Review URL: https://codereview.chromium.org//138663002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31801 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 21:22:10 +00:00
sra@google.com 801993f392 Fix new test for IE's CanvasPixelArray
Review URL: https://codereview.chromium.org//137303005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31769 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-14 00:08:05 +00:00
sra@google.com be0bd04bc1 Add tests covering cases in issue 16069 - CanvasPixelArray on IE10 has 'Array' as the constructor property.
Review URL: https://codereview.chromium.org//133763009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31767 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-13 23:39:01 +00:00
blois@google.com 91f7e1f152 Updating status file for html/audiobuffersourcenode_test
Had gotten this test passing with http://code.google.com/p/dart/source/detail?r=31754, but status still had it as failing.

TBR
BUG=

Review URL: https://codereview.chromium.org//133703006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31758 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-13 21:13:12 +00:00