Commit Graph

146 Commits

Author SHA1 Message Date
ngeoffray@google.com 9571909fa6 Update status for flaky test js_interop_1_test.
Review URL: https://chromiumcodereview.appspot.com//10860061

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11018 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 08:25:54 +00:00
antonm@google.com ecdf663c72 Remove suppression as the problem has been fixed.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10829423

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10964 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-20 14:06:33 +00:00
antonm@google.com ec48ba6065 Suppress a test.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10834406

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10960 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-20 13:40:21 +00:00
antonm@google.com 39dacd1f90 Fix fileapi_test.dart.
Now options are named options, not flags.

R=podivilov@chromium.org,sra@google.com

Review URL: https://chromiumcodereview.appspot.com//10824374

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10958 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-20 13:35:34 +00:00
antonm@google.com 214cd4b8c6 Suppress a test.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10831390

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10955 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-20 13:25:35 +00:00
johnniwinther@google.com 6846d4f2da Revert inadvertent change to html.status
Review URL: https://chromiumcodereview.appspot.com//10831368

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10892 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 12:30:00 +00:00
johnniwinther@google.com 2cb3a17be4 Revert html.status change
Review URL: https://chromiumcodereview.appspot.com//10834391

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10885 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 11:46:35 +00:00
johnniwinther@google.com ac5a4808d8 Skeleton typedef type implementation
Review URL: https://chromiumcodereview.appspot.com//10832136

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10880 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 11:15:44 +00:00
johnniwinther@google.com 704121bc94 Drt Windows status updated
Review URL: https://chromiumcodereview.appspot.com//10825341

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10873 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 08:41:06 +00:00
sra@google.com d31e5df37d Fix for Issue 3039.
Review URL: https://chromiumcodereview.appspot.com//10825393

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10853 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 18:38:06 +00:00
vsm@google.com 9d6bf700a4 Fix js-interop status on FF
BUG=efortuna@google.com

Review URL: https://chromiumcodereview.appspot.com//10854190

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10851 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 18:21:26 +00:00
vsm@google.com dc965d1e7d Fix js_interop status on IE
TBR=antonm

Review URL: https://chromiumcodereview.appspot.com//10829358

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10845 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 17:22:59 +00:00
sra@google.com 60191319c5 Mark datalistelement_test as failing on IE - HTMLDataListElement is not implemented.
Review URL: https://chromiumcodereview.appspot.com//10836280

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10787 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 03:02:07 +00:00
antonm@google.com cade18f6e2 Disable the test completely.
TBR=vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10828327

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10756 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-15 17:41:13 +00:00
antonm@google.com 672b745772 Suppress the test.
TBR=vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10823345

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10754 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-15 17:38:19 +00:00
vsm@google.com 3c936d3489 Update status for IE
TBR=sra

Review URL: https://chromiumcodereview.appspot.com//10823330

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10686 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-14 22:45:37 +00:00
vsm@google.com 8aea752058 Don't auto-send credentials on XHR.get
I've introduced an alternative XHR.getWithCredentials to make this an
explicit opt-in.

BUG=4481

Review URL: https://chromiumcodereview.appspot.com//10831314

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10683 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-14 22:10:59 +00:00
efortuna@google.com 1d14fb856e Un-enable Opera.
Review URL: https://chromiumcodereview.appspot.com//10826255

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10543 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 23:36:51 +00:00
efortuna@google.com 5072b18d98 Enable Opera testing (!!!).
Review URL: https://chromiumcodereview.appspot.com//10832239

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10513 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 16:50:34 +00:00
antonm@google.com 946ae9f792 Support typed arrays constructor templates.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10834271

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10501 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 12:55:21 +00:00
antonm@google.com f6f19697af Better temporary suppressions.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10828251

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10494 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 11:58:52 +00:00
antonm@google.com 6c71e314ab Temporary suppression.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10827276

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10492 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 11:50:57 +00:00
vsm@google.com 74aaac772a Implement spawnDomFunction
Removed the spawnDomIsolate in favor of spawnDomFunction.  The signature of this function matches spawnFunction.

Review URL: https://chromiumcodereview.appspot.com//10837088

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10474 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 00:05:46 +00:00
efortuna@google.com a9748e673e Revert 10268-10269.
TBR=sra
Review URL: https://chromiumcodereview.appspot.com//10831167

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10270 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-04 01:00:47 +00:00
efortuna@google.com 07bf9e61a6 mac => macos in the status file
TBR=sra
Review URL: https://chromiumcodereview.appspot.com//10837113

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10269 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-04 00:56:43 +00:00
efortuna@google.com 9d7efb9557 Quick fix for indexeddb_2_test. Please see bug 4331 for follow up.
TBR=sra
Review URL: https://chromiumcodereview.appspot.com//10825195

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10268 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-04 00:35:47 +00:00
antonm@google.com 19b2518dbe Back out suppressions for now fixed regression.
TBR=turnidge@google.com

Review URL: https://chromiumcodereview.appspot.com//10834150

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10218 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-03 09:37:20 +00:00
efortuna@google.com 048082953b Get chrome bots green (fix status of indexeddb_3 test). See Bug #4331.
Review URL: https://chromiumcodereview.appspot.com//10829150

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10198 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-02 21:06:02 +00:00
antonm@google.com 755e86d6d2 Add suppressions.
TBR=turnidge@google.com

Review URL: https://chromiumcodereview.appspot.com//10837071

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10164 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-02 13:20:12 +00:00
smok@google.com 8d11774914 Fix some html tests status that now pass on win-ff but still fail on
linux-ff because apparently linux-ff buildbot runs ff13

failues in logs:
http://build.chromium.org/p/client.dart/builders/web-ff-win7/builds/3994/steps/failures%20%282012-07-30%2003%3A07%3A50.568%29/logs/stdio

Review URL: https://chromiumcodereview.appspot.com//10824080

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10009 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-30 12:01:51 +00:00
asiva@google.com 91ca1bfcdd Update status for html/htmloptionscollection_test
Review URL: https://chromiumcodereview.appspot.com//10832041

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9960 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-26 19:30:42 +00:00
asiva@google.com 8fb115a5c3 Skip htmloptions tests (investigating failure).
TBR=srdjan.
Review URL: https://chromiumcodereview.appspot.com//10828020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9907 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-25 20:54:56 +00:00
dgrove@google.com 569ff67250 as of r9862, indexeddb_3_test is passing on drt.
TBR=sra
Review URL: https://chromiumcodereview.appspot.com//10796122

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9867 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-24 22:02:12 +00:00
vsm@google.com b8f94d0b59 Fix status
TBR=jacobr@google.com

Review URL: https://chromiumcodereview.appspot.com//10810066

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9841 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-24 06:33:00 +00:00
vsm@google.com ff7ee386e2 Provide noSuchMethod hook for UnknownElement
The test passes on dartium, fails on dart2js.  The latter appears to be a dart2js bug related to noSuchMethod.  Still need to update the html.status file.

TEST=unknownelement_test.dart

Review URL: https://chromiumcodereview.appspot.com//10817019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9839 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-24 06:06:43 +00:00
antonm@google.com d5ca3ce15d Remove suppression for mutationobserver_test.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10806066

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9816 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-23 15:58:09 +00:00
antonm@google.com 8516662ff1 Remove suppression for typed_arrays_arraybuffer_test.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10818004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9808 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-23 13:43:00 +00:00
antonm@google.com 4ff2b45f00 Remove suppression for blob_constructor_test.
TBR=podivilov@chromium.org

Review URL: https://chromiumcodereview.appspot.com//10815053

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9807 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-23 13:35:46 +00:00
sra@google.com 625fec86a1 Fix html.status
Bots appear to have FireFox 13, test will pass on FireFox 14.

Review URL: https://chromiumcodereview.appspot.com//10802029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9753 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-19 03:06:59 +00:00
sra@google.com 7b24c8ac90 Add MutationObserver constructor
Add custom MutationObserver.observe method

The observe method supports configuration by dictionary and optional arguments:

observer.observe(node, {'subtree': true});
observer.observe(node, subtree: true);

If both are given, they are merged.

Review URL: https://chromiumcodereview.appspot.com//10696209

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9752 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-19 02:16:09 +00:00
sra@google.com c6d7a98104 ArrayBuffer constructor
Dartium custom constructor still needs to be written.

Review URL: https://chromiumcodereview.appspot.com//10780029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9718 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-17 19:58:24 +00:00
podivilov@google.com d816c0104e Remove native_gc_test from html.status (issue 2538 is fixed).
R=antonm@google.com

Review URL: https://chromiumcodereview.appspot.com//10736029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9546 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-11 10:20:19 +00:00
vsm@google.com 9c4f5eda7f Added Dartium support for JS to Dart PortSync calls
I addressed your test comments from the last cl - sorry for missing the last time.

Review URL: https://chromiumcodereview.appspot.com//10702110

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9431 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-06 09:33:34 +00:00
vsm@google.com 6b9e8a0ea1 Fix status on JS interop tests for FF
TBR=kasperl

Review URL: https://chromiumcodereview.appspot.com//10696123

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9430 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-06 09:09:44 +00:00
vsm@google.com d14ba572e8 Add support for JS->Dart and Dart->dart via *PortSync.
Review URL: https://chromiumcodereview.appspot.com//10695111

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9427 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-06 08:09:58 +00:00
kasperl@google.com 2b34a9613d Update skip list for IE.
R=efortuna@google.com
BUG=http://dartbug.com/4016
TEST=

Review URL: https://chromiumcodereview.appspot.com//10704107

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9424 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-06 07:30:36 +00:00
vsm@google.com d46aa0663a Mark interop tests as failing on ff/win only
TEST=js_interop_2_test

Review URL: https://chromiumcodereview.appspot.com//10695097

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9399 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-04 11:53:11 +00:00
vsm@google.com ee6d14b911 Fix status for new interop tests on IE, FF
TBR'ing to green the bots.

TBR=kasperl

Review URL: https://chromiumcodereview.appspot.com//10696112

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9397 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-04 11:33:35 +00:00
kasperl@google.com 647a077cbb Make the new JS interop test pass on Dartium.
Review URL: https://chromiumcodereview.appspot.com//10700102

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9392 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-04 10:30:21 +00:00
vsm@google.com bd6989db8f Mark js_interop_1_test as failing on IE
TBR=kasperl

Review URL: https://chromiumcodereview.appspot.com//10694081

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9388 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-04 09:10:33 +00:00