Commit Graph

1274 Commits

Author SHA1 Message Date
jmesserly@google.com 9b3f9ca37d add test status entry for 15737
https://code.google.com/p/dart/issues/detail?id=15737

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31300 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-19 21:05:26 +00:00
jmesserly@google.com 20b120eba2 Fix for dart2js mirrors caching with custom elements
Custom elements code is from https://github.com/dart-lang/CustomElements/pull/4

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31296 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-19 19:55:57 +00:00
jacobr@google.com 2000b1c6c0 Update comment to mention Blink bug
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31201 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-17 18:41:02 +00:00
kustermann@google.com 6cd0c83ed0 Fix status file update for firefox
Review URL: https://codereview.chromium.org//114603005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31159 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-16 13:00:50 +00:00
kustermann@google.com 50a06fdb9c Mark html/messageevent_test+html/serialized_script_value_test as failing after upgrade to FF26
Review URL: https://codereview.chromium.org//99353006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31157 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-16 12:38:00 +00:00
jacobr@google.com 25238b3af9 Fix mutation observer test bug dartbug.com/15497
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31143 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-13 19:28:53 +00:00
whesse@google.com 270582e7b9 Update status file for chromeOnAndroid dart2js buildbot.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31069 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-11 16:33:25 +00:00
whesse@google.com 16b44cff72 Add issue 15497 back to status file. Reverts r31033.
BUG=dartbug.com/15497
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31064 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-11 11:50:02 +00:00
jacobr@google.com c403adb098 I cannot repro this bug. Reverting this status file change to verify that the issue actually occurs on a build machine.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31033 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-10 18:29:50 +00:00
kustermann@google.com e898028b18 Attempt to deflake our status files
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31022 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-10 15:37:34 +00:00
ahe@google.com 779fb039d8 Update status files
Review URL: https://codereview.chromium.org//109693002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30975 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-08 12:36:15 +00:00
jmesserly@google.com 3c7bece94a restore 30868 and 30873
the only difference from what you already reviewed is the inclusion of:
https://github.com/dart-lang/CustomElements/pull/2

A shame your pull request from 3 months(!) ago hasn't been accepted

(reverts 30875)

R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30967 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-06 20:51:20 +00:00
ahe@google.com 95c86ebeda Skip tests that are timing out.
Review URL: https://codereview.chromium.org//108593003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30965 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-06 20:45:22 +00:00
blois@google.com 78ec3b44a7 Attempting to de-flake the fileapi_test
Multiple tests were using the same filenames, but were executing in parallel. Could have caused the flakes observed.

BUG=15355
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30942 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-06 11:29:45 +00:00
kustermann@google.com d226ba4ff1 Mark html/native_gc_test as slow on dartium-debug
Review URL: https://codereview.chromium.org//105733007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30891 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-05 12:53:11 +00:00
jmesserly@google.com ed60d44d2d "Reverting 30873"
Review URL: https://codereview.chromium.org//93873003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30878 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-04 23:51:23 +00:00
jmesserly@google.com f4835ed81b document.register basic test is now passing
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30873 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-04 22:08:43 +00:00
jmesserly@google.com d700bba3e4 fix custom elements that extend tags like "section"
Some tags don't have their own HTMLElement subclass (because they lack unique DOM properties), but it should still be possible to extend them.

R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30833 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-03 23:46:43 +00:00
blois@google.com 730ee1d1f8 Removing outdated & flaky async_window_test
Now that timers are in dart:async, no need to test them here.

BUG=8209
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30730 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-27 19:24:23 +00:00
kustermann@google.com f02c55c09a Correctly mark html/fileapi_test/fileEntry as flaky on chrome instead of firefox
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30726 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-27 17:12:18 +00:00
kustermann@google.com 089829e1be Mark html/fileapi_test/fileEntry as flaky on firefox
Review URL: https://codereview.chromium.org//91943002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30721 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-27 15:59:30 +00:00
kustermann@google.com e3d8608ca2 test.py: Sending JSON between test_controller.js <-> browser_controller
Currently test.py will look for FAIL/PASS messages in the DOM to determine if a
test has failed or not. test_controller.js will add these PASS/FAIL messages to
the DOM (in addition to other messages).

This approach has several issues:
- The test itself could create nodes in the DOM containing FAIL/PASS. This means
  that the outcome of a test cannot be reliably determined.
- The test ifself can remove nodes from the DOM (e.g. setting
  document.body.innerHTML). This could result in a situation where the
  stacktraces/... test_controller.js prints to the DOM are lost.
- It is unclear which parts of the DOM we see in test failure messages
  (reported by test.py) come from the test itself and which parts come from
  test_controller.js.

This CL tries to fix this by recording all events that happend with global
variables in test_controller.js and send back a JSON string with information
about
  - debug messages
  - posted messages
  - print() calls of the test
  - DOM
  - errors (from window.onerror, script.onerror ...)

Furthermore this CL fixes unittest to report
unittest-suite-success/unittest-suite-fail instead of unittest-suite-done (which
is broken).

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30407 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-19 12:54:41 +00:00
ricow@google.com 2d0f2e6e9a Mark html/wheelevent_test as failing on chrome
This happened after updating to chrome31, updated issue 12958

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30226 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-13 13:36:47 +00:00
regis@google.com 7b18b7c4ff Second attempt at fixing html test.
I really have no idea what I am doing here, but the test now passes.
Dartium folks, please have a look.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29940 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 21:53:22 +00:00
regis@google.com 6b7d965cce Fix html test status file for analyzer.
Review URL: https://codereview.chromium.org//60983002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29938 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 21:28:46 +00:00
regis@google.com 43d64b38f8 Fix typo in html test.
Review URL: https://codereview.chromium.org//59843006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29936 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 21:08:25 +00:00
kasperl@google.com dfc1d0772a Add missing import of dart:async.
R=johnniwinther@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29911 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 15:23:23 +00:00
johnmccutchan@google.com 460b90f33d Fix typed_arrays_simd_test.dart breakage from Uint32x4 -> Int32x4 rename.
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29856 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 22:41:18 +00:00
kustermann@google.com 59f34542e2 Removed status file entries which refer to non-existent tests
R=fschneider@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29811 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 15:28:44 +00:00
floitsch@google.com 5375bc79ad Remove SendPortSync and ReceivePortSync.
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29778 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-01 23:13:21 +00:00
blois@google.com c49df8bd12 Commenting out template_wrappers test while investigating crashes
TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29714 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 22:53:47 +00:00
blois@google.com 4525b95f8e Adding test for old wrappers causing multiple upgrades
This is the test for https://codereview.chromium.org/54833003/

BUG=
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29704 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 21:16:23 +00:00
ricow@google.com 8ee67b6b9b Suppress failure in html/js_test on IE9
BUG: 14645

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29650 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 07:28:27 +00:00
ricow@google.com 9df3b9df0a Suppress failure in csp mode on new html/custom/js_custom_test
BUG: 14643

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29648 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 07:06:02 +00:00
ricow@google.com 916c9995af Suppress failure in csp mode on new html/custom/js_custom_test
BUG: 14643

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29647 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 07:05:36 +00:00
sra@google.com d5c7a05358 Fix to distingish Document from HtmlDocument on ie9
Review URL: https://codereview.chromium.org//46313005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29643 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 06:10:38 +00:00
justinfagnani@google.com b18fb9f535 Fix js_test on IE9
BUG=
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29638 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 03:48:37 +00:00
vsm@google.com ab1cc61ce9 Revert "Marking js_test as failing on Dartium"
Dartium change has landed now.

R=justinfagnani@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29637 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 03:48:18 +00:00
blois@google.com f9f9a59a41 Marking js_test as failing on Dartium
Appears that the multivm integration is not happening??

Opened bug 14640

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29629 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 02:28:22 +00:00
blois@google.com 39733ff298 Removing window.console.log from js_custom_test
IE does not declare window.console when debugger is not open.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29625 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 01:48:08 +00:00
justinfagnani@google.com 0dce271821 Add Event, HtmlCollection, NodeList and Window to transferrable types
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29623 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 01:43:38 +00:00
blois@google.com d5edc5c73e Disabling template wrapper GC test on dart2js
It's failing on dart2js because of browser differences in template nodes.

TBR
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29618 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 01:01:40 +00:00
blois@google.com 366b2364da Tests for premature GC of custom elements within template contents
BUG=14483
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29612 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-31 00:29:22 +00:00
efortuna@google.com 502c7c29c8 Allow matchingTarget to also include the currentTarget.
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29609 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 23:32:39 +00:00
blois@google.com 02d745044d Adding tests for accessing custom elements from alternate script contexts
BUG=14597
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29591 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 21:46:03 +00:00
justinfagnani@google.com 576d63e440 Remove js_interop_2_test
BUG=
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29589 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 21:31:47 +00:00
justinfagnani@google.com a447c6d443 Remove js_interop_3_test.dart which tests sync ports
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29583 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 20:17:09 +00:00
vsm@google.com 95e272386c Use userAgent instead of webkitStartDart
This modifies our browser package and test scripts to use the
userAgent instead of webkitStartDart (which is gone) to determine if
we have native dart support.

I'm TBR-ing to get rid of a ton of warnings on the Dartium bots (they
are trying to run both native tests (successfully) and compiled-to-js
tests (warning no js file)).

E.g., see HttpServer warnings on this otherwise green run:

http://chromegw.corp.google.com/i/client.dart/builders/dartium-mac-inc-be/builds/634/steps/drt_core_checked_tests/logs/stdio

Siggi: you have comments elsewhere around removing/refactoring when
webkitStartDart is gone.  They are still there.

TBR=sigmund@google.com,ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29515 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 04:08:39 +00:00
justinfagnani@google.com de3c1d78b0 Fix js_test in dart2js checked mode
BUG=
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29511 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 02:21:27 +00:00
vsm@google.com 1f656d1976 Fix status file
TBR=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29509 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 01:40:32 +00:00