Commit Graph

1101 Commits

Author SHA1 Message Date
ricow@google.com 1d61244f5c Also mark worker_api_test as Skip
This is flaking now

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27373 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-11 10:59:08 +00:00
ricow@google.com 04eaac5e0f Mark notifications_test/supported as flaky on safari
This fails on 10.8, but pass on 10.7.

Filed issue 13210

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27368 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-11 08:25:08 +00:00
ricow@google.com 6671a88835 Mark html/work_test and html/worker_api_test as skip
These tests are leaving stuff that makes the other test fail.

I filed issue 13221 to track this.

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27367 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-11 08:19:01 +00:00
ricow@google.com 89571068ff Update IE10 status
A bunch of indexdb tests no longer fails. Expand previous suppression for ie9 to also cover ie10

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27328 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 11:01:50 +00:00
ricow@google.com 7548e85fcd Update status files for a few html tests.
Update suppression to not include command line running of html/custom/document_register_basic_test

Update IE9 to suppress failure on html/custom/document_register_type_extensions_test/construction, updated issue 13193.

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27323 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-10 07:45:46 +00:00
blois@google.com fbc6cd91aa Updating Dartium status and IE9 status
Dartium tests started passing because changes for polyfill triggered expected behavior for Dartium, even though the bug is still active.

Updated tests for some IE9 expectations, but still failing and needs further investigation.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27321 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-09 23:34:38 +00:00
blois@google.com b904bf81ba Revert "Revert "Tag extensions""
Original CL is the first patch, changes follow. Includes fixes for Chrome test failures and Firefox type check issues.

BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27313 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-09 22:03:43 +00:00
sra@google.com b5e50f8de4 Revert "Revert "Fix casts and type assertions on mixins used in native classes.""
Fix typo

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27274 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-07 00:53:14 +00:00
sra@google.com b32607aa83 Revert "Fix casts and type assertions on mixins used in native classes."
Review URL: https://codereview.chromium.org//23493026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27273 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-07 00:47:00 +00:00
sra@google.com e749bcf929 Fix casts and type assertions on mixins used in native classes.
The tests are more complex with mixins and subtypes of native types.

We must avoid calling getCheckedModeHelper and friends during resolution because the type queries required to identify the static helper function might access unresolved types.

R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27272 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-07 00:35:26 +00:00
blois@google.com f591a77619 Updating html.status for XHR JSON test
Fails on a couple platforms which don't support responseType = 'json'.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27219 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-05 22:33:10 +00:00
blois@google.com dbf675d60d Adding conversion support for JSON XHR requests.
This has been a half-supported feature for Chrome for a while, but popular elsewhere. Appears that recent Dartium behavior broke, so adding a test, but still need to fix Dartium.

BUG=13069
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27215 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-05 22:02:22 +00:00
blois@google.com 871fbc9189 Fixing Element.shadowRoot to work with webkitShadowRoot
Chrome 31 changed it to shadowRoot, need to support the prefixed version as well.

BUG=13061
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27203 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-05 17:47:37 +00:00
blois@google.com aef9834916 Revert "Updating html/indexeddb_4_test status"
This reverts commit 27154. Change should be integrated into Dartium now.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27161 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 22:36:41 +00:00
blois@google.com 1af1f0c0c9 Updating html/indexeddb_4_test status
Still failing on Dartium

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27154 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 21:53:41 +00:00
blois@google.com 7d74b216e1 Test changes accompanying Dartium indexed DB fixes
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27144 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 20:06:53 +00:00
ricow@google.com cab866f270 After reenabling html/isolate_test it is still timing out on IE
Filed issue 13027

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27127 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 13:36:51 +00:00
ricow@google.com 0f0bc2f56f Remove reference to bug from status file that is no longer valid
Review URL: https://codereview.chromium.org//23526013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27125 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 13:33:37 +00:00
ricow@google.com 9676d9e144 Remove dart2js skips that have bogus reasons for skipping.
Issue 4016 seems invalid/assume stalled (but is still open)

The suppression for non IE browsers seems bogus as well.

R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27113 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 11:33:39 +00:00
ricow@google.com fec7c081b7 Remove flaky markers on a bunch of html tests on IE9 to see if they still flake.
I will close 9437 later if they don't

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27110 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 11:03:05 +00:00
blois@google.com de32b0e4af Fixing CSSStyleDeclaration test
Was broken from blink roll, just a toString change on CSS.

BUG=
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27087 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 01:08:51 +00:00
blois@google.com e6c392c7e6 Skipping indexed_db tests as still not passing.
TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27086 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-04 00:54:49 +00:00
blois@google.com e0b7d07337 Fixing Indexed DB from latest Blink roll
Primarily changes to support syntax from:
https://codereview.chromium.org//23788007
https://codereview.chromium.org//23523008

BUG=12948
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27084 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-03 23:35:41 +00:00
ahe@google.com 87a1865685 Update status for html/wheelevent_test
Review URL: https://codereview.chromium.org//23602020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26969 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 08:52:43 +00:00
jmesserly@google.com 92de3b7444 skip flaky xhr_cross_origin_test on ie9
Review URL: https://codereview.chromium.org//23480023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26965 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 01:23:38 +00:00
jacobr@google.com 013e3bb062 Dart binding changes to along with Blink merge 155942-156717
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26948 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 21:24:02 +00:00
blois@google.com 6570db562c Revert "Basic functionality is working with JS native support and polyfill, still some issues with dart2js typechecking."
This reverts commit r26935. Failing in FF checked on type extension and IE9 on synchronous constructor upgrading, need to investigate.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26938 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 19:37:23 +00:00
blois@google.com 5607d75eca Basic functionality is working with JS native support and polyfill, still some issues with dart2js typechecking.
BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26935 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 19:08:19 +00:00
karlklose@google.com 1ae283f5a9 Update test expectation.
Review URL: https://codereview.chromium.org//23828002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26929 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 17:19:23 +00:00
efortuna@google.com 47dcd084f3 Removing more dom_ methods (dom_getAttribute and dom_setAttribute.).
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26928 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 17:18:40 +00:00
alanknight@google.com 48e3ab671c Marked canvasrenderingcontext2d_test/drawImage_video_element_dataUrl flaky due to data url issue 11834
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26926 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 16:38:54 +00:00
kustermann@google.com 4d7311f14b Remove Timeout entries in status files for ie9/ie10
After reducing the load on our IE builders, we hopefully no longer see these
random timeouts.

R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26912 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 13:39:05 +00:00
jmesserly@google.com e4925a6970 mark html/xhr_cross_origin_test/functional flaky on ie9 (timeout)
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26901 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 02:46:00 +00:00
blois@google.com 205058d856 Adding an easy way to allow inline style attributes through sanitization
BUG=
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26899 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 01:05:30 +00:00
blois@google.com 78487899af Attempting to fix IE9 XHR cross domain flakiness.
Appears to be related to http://social.msdn.microsoft.com/Forums/ie/en-US/30ef3add-767c-4436-b8a9-f1ca19b4812e/ie9-rtm-xdomainrequest-issued-requests-may-abort-if-all-event-handlers-not-specified

BUG=
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26875 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-29 16:30:16 +00:00
ricow@google.com 6913d9ad62 Mark html/callbacks_test as flaky timing out on IE10
Filed issue 12896

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26866 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-29 12:25:50 +00:00
ricow@google.com 0547f19293 Mark html/audioelement_test as flaky timing out on ie10
Filed 12894

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26860 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-29 11:50:58 +00:00
ricow@google.com 4e15401094 Mark a bunch of indexeddb tests as failing on IE10.
Filed issue 12893

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26859 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-29 11:43:08 +00:00
blois@google.com c47eae035f Fixing createFragment on IE9 Table elements
Basically IE9 does not support innerHTML on table elements, so need to go one level up and wrap everything in a <table> tag.

Another issue is that IE9 does not support creating body elements or the matches call when the element is not in the document, updated the test to account for these.

BUG=12830
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26806 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 18:03:12 +00:00
floitsch@google.com 8d44bbd6f9 Mark xhr_cross_origin_test/functional as flaky on IE9.
Review URL: https://codereview.chromium.org//23458006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26790 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 14:12:57 +00:00
floitsch@google.com 74da0c7286 Remove usage of dart:json.
R=jmesserly@google.com, lrn@google.com, nweiz@google.com, rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26789 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 14:05:11 +00:00
blois@google.com 38047d896e Fixing custom/created_callback test for Safe HTML
TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26762 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 02:49:47 +00:00
blois@google.com 42b7e14b5e Further fixes from Safe HTML integration
The table construction tests are failing on IE9 because innerHTML isn't supported on IE9

The png_layout test (only run on Dartium) is failing because inline styles are not supported by default.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26761 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 02:12:06 +00:00
blois@google.com 93c361dd36 This is an updated version of https://codereview.chromium.org/16374007/
Original submission is the first patch, fixes are the second.

There were two issues with the original-
  - Issue with URI sanitization where relative URIs on IE were being dropped.
  - Analyzer issue on missing members for CustomElement.

BUG=
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26757 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-28 01:03:01 +00:00
blois@google.com a85f2a8d4c Changing onCreated callback to created.
Brings it in-line with the browser's createdCallback and Polymer's created. Avoid conflict with event names.

Dartium changes are https://codereview.chromium.org/23494005

BUG=
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26754 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 23:51:42 +00:00
blois@google.com 7c393eb095 Adding support for cross-origin requests on IE9.
BUG=12728
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26752 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 23:27:59 +00:00
blois@google.com d48e7a0ded Fixing datalistelement test on Safari.
It's not supported on Safari, but this test wasn't actually exercising it so no failures.

BUG=12797
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26748 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 22:33:56 +00:00
ahe@google.com 49dc9c3330 Omission from https://codereview.chromium.org/23595002/.
Review URL: https://codereview.chromium.org//23566003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26731 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 17:44:09 +00:00
ahe@google.com 37a5567eb8 Triage Safari bug 7414.
BUG=http://dartbug.com/7414
R=floitsch@google.com, kustermann@google.com, srdjan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26726 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 17:17:35 +00:00
blois@google.com 24e9f22c90 Revert "First rev of Safe DOM"
This reverts commit 26681.

Some IE issues with URL validation that I need to investigate further.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26682 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 02:18:48 +00:00