Commit Graph

775 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
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
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 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
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
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
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
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 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
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
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
jmesserly@google.com dbf38a397b more fixes for firefox 25
I think what happened is Windows bots auto-updated but others didn't

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29506 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 01:22:37 +00:00
jmesserly@google.com 953e22c8b8 fix status files for FF/IE/Safari
* Firefox seems to have gotten audiocontext (in 25? was released today)
* globals_test is passing with latest TemplateBinding

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29503 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 00:41:42 +00:00
vsm@google.com 1cef9f61aa Dartium support for Uri.base (dart-side)
BUG=13581
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29479 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-29 19:06:24 +00:00
ngeoffray@google.com 06ebcd86d7 Update status file.
Review URL: https://codereview.chromium.org//46583003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29437 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-29 11:45:09 +00:00
kustermann@google.com 07b13ab921 Mark swarm/test/swarm_test websql_test/functional as flaky on dart2js-safari
TBR=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29381 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-28 18:13:16 +00:00
kustermann@google.com 6759009f9b Mark html/dromaeo_smoke_test as flaky
TBR=ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29376 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-28 17:45:55 +00:00
kustermann@google.com 94ebff2225 Bugfix in test.dart, adding of specialized test outcomes for analyzer
This CL will:
 - fix a bug in the legacy AnalyzerCommandOutputImpl class (in certain cases
   we did not report that the analyzer was missing a warning).
 - make the outcome of running the analyzer on a test be one of:
   * CompileTimeError
   * MissingCompileTimeError
   * StaticWarning
   * MissingStaticWarning
 - Make status file updates using the new Expectation markers
 - Remove support for '@static-clean':
     Previously running the analyer on a test could either result in
     'Pass' or in 'Fail'. The '@static-clean' annotation has been used
     as a (poor) mechanism to distinguish between errors and warnings.
     Having the 4 markers mentioned above means we can remove '@static-clean'
 - Remove 100 lines of rotted legacy code in our testing scripts.
 - Make a status file entry for every test that has analyzer errors or warnings

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29350 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-28 10:39:38 +00:00
ricow@google.com 4dd11acb74 Remove suppressions for tests failing because of differences between installed versions of Safari on the bots.
BUG: 14506

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29343 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-28 06:50:34 +00:00
vsm@google.com cb362d30f3 More general Safari status fix.
These 3 tests are passing on one Safari bot but failing on the other.  I suspect a version difference.

TBR=blois@google.com,efortuna@google.com,ricow@google.com

BUG=14506

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29332 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-27 19:40:52 +00:00
vsm@google.com ede0ba4c05 Fix status for wheelevent_test on Safari
Another newly passing test.

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29329 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-27 19:03:31 +00:00
vsm@google.com 7effd4891f Fix status for passing safari tests
These tests started passing on some unrelated VM cl.  Did the Safari
version on the bots get updated recently?

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29328 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-27 18:10:19 +00:00
asiva@google.com 3253eb3b84 Update status files to account for 14400 being fixed.
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29215 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-24 21:51:53 +00:00
asiva@google.com 0824f81fbb Fix dartium test status.
Review URL: https://codereview.chromium.org//40853002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29187 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-24 17:35:27 +00:00
justinfagnani@google.com a61f6f2ff0 Mark js_test as failing for IE10
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29141 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-24 01:28:02 +00:00
justinfagnani@google.com 47d5450a02 Remove fail status for html/js_test and IE
BUG=
R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29132 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-23 22:37:11 +00:00
jmesserly@google.com 1661b31233 attempt to get safari/ie green
audiocontext_test is failing for reasons I don't understand (browser update?)
node_validator_test needs to skip TemplateElement if not supported

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29101 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-23 17:27:42 +00:00
blois@google.com 15e086338d Revert "Revert "Removing some deprecated members""
Take-two of https://code.google.com/p/dart/source/detail?r=29022

The issue with the original was that addEventListener was changed to private, but this caused the IDB classes which override it to not override it any longer. This was breaking C++ multiple inheritance type casts. Fix is to make addEventListener public.

BUG=
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29051 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-23 00:44:10 +00:00