rmacnak@google.com
ca66485439
Stop skipping fontface_loaded_test now that we've rolled to M39.
...
BUG=http://dartbug.com/21359
R=vsm@google.com
Review URL: https://codereview.chromium.org//920043004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43770 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-13 17:11:08 +00:00
sra@google.com
58613e8885
Revert "dart2js: Refactoring, documentation, and a few bugfixes in Namer class."
...
I'm reverting this CL because it leaves so many bots red.
You should be able to create a branhc, revert this CL, upload, fix the problem, upload again and get a code review of the fixes without the reviewer needing to review the whole CL, just the delta.
These tests fail (many browser bots are red since they run the same test):
python tools/test.py -mrelease -cdart2js -rff --use-sdk --write-debug-log --write-test-outcome-log --clear_browser_cache --dart2js-batch -t60 html/custom_element_method_clash_test
python tools/test.py -mrelease -rdrt --use-sdk --write-debug-log --write-test-outcome-log --clear_browser_cache --checked -t240 try/web/incremental_compilation_update_test
TBR=asgerf@google.com
Review URL: https://codereview.chromium.org//917083003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43739 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-12 20:33:28 +00:00
asgerf@google.com
abc37952d4
dart2js: Refactoring, documentation, and a few bugfixes in Namer class.
...
See long doc comment in namer.dart.
BUG=
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43588
Reverted: https://code.google.com/p/dart/source/detail?r=43590
Review URL: https://codereview.chromium.org//891673003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43724 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-12 13:43:25 +00:00
terry@google.com
3cf46e485e
Re-enabled test for both enum value.
...
Reviewers=asiva@google.com
R=asiva@google.com
Review URL: https://codereview.chromium.org//906363003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43612 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-09 21:13:04 +00:00
whesse@google.com
96766cf720
Skip browser audio test that crashes Chrome stable.
...
Fixed in Chrome beta - remove skip when 41 is promoted to stable.
BUG=dartbug.com/22327
R=ricow@google.com
Review URL: https://codereview.chromium.org//911633002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43601 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-09 17:01:10 +00:00
asgerf@google.com
f72a18378b
Revert "dart2js: Refactoring, documentation, and a few bugfixes in Namer class."
...
This reverts commit r43588.
BUG=
Review URL: https://codereview.chromium.org//906273002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43590 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-09 11:58:07 +00:00
asgerf@google.com
c767597da3
dart2js: Refactoring, documentation, and a few bugfixes in Namer class.
...
See long doc comment in namer.dart.
BUG=
R=floitsch@google.com
Review URL: https://codereview.chromium.org//891673003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43588 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-09 11:31:10 +00:00
asiva@google.com
c18f3f7167
Fix status to reflect crash in test when running in debug mode.
...
R=rmacnak@google.com
Review URL: https://codereview.chromium.org//906723002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43581 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-07 01:27:43 +00:00
sra@google.com
904433bd7c
Revert "Annotate dart:html constructor expressions with precise non-nullable types."
...
Need to fix some html/element_types_test cases.
TBR=alanknight@google.com
Review URL: https://codereview.chromium.org//904663005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43579 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-07 00:35:32 +00:00
sra@google.com
f74e57786d
Annotate dart:html constructor expressions with precise non-nullable types.
...
This addresses issue http://dartbug.com/22264
R=alanknight@google.com
Review URL: https://codereview.chromium.org//896723009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43578 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-06 23:24:19 +00:00
brianwilkerson@google.com
5bb008c2ce
(TBR) Fix the build
...
Review URL: https://codereview.chromium.org//893683004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43577 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-06 23:13:10 +00:00
jacobr@google.com
60bae5bb5d
Cleanup method signatures that were incorrect due to a lack of understanding about how Dart generics work.
...
BUG=
R=alanknight@google.com , terry@google.com
Review URL: https://codereview.chromium.org//896293003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43562 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-06 19:15:49 +00:00
ricow@google.com
b744bed3db
Make suppression for css tests also cover drt which is now m39
...
R=alanknight@google.com
BUG=
Review URL: https://codereview.chromium.org//878833003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43482 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 18:42:25 +00:00
terry@google.com
06cb8e021d
These test will now pass with subpixel fix for scrollX, scrollY
...
Re-gen'd SDK with new Window.idl (double scrollX, scrollY, pageXOffset and pageYOffset).
Reviewers=vsm@google.com ,asiva@google.com
R=asiva@google.com
Review URL: https://codereview.chromium.org//864663003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43480 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 18:06:20 +00:00
terry@google.com
e8cef2910e
Re-gen SDK files and enable audio test onAudioProcess exists again
...
TBR=vsm@google.com ,asiva@google.com
Review URL: https://codereview.chromium.org//898973002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43474 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 15:54:13 +00:00
whesse@google.com
52c3767356
Update Dartium status for roll to Chromium 39.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//894343003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43462 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-04 11:32:57 +00:00
whesse@google.com
4a8aa42ac0
Update status for flaky tests.
...
BUG=
Review URL: https://codereview.chromium.org//892203007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43401 260f80e4-7a28-3924-810f-c04153c831b5
2015-02-03 15:28:57 +00:00
alanknight@google.com
4079734a44
Suppress test on IE
...
BUG=
Review URL: https://codereview.chromium.org//888953003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43344 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-30 20:39:15 +00:00
alanknight@google.com
b59c1f55c9
Move test to a separate group and suppress on Dartium
...
BUG=
R=sra@google.com
Review URL: https://codereview.chromium.org//893653002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43343 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-30 19:06:18 +00:00
alanknight@google.com
78e00035f1
Check for null prototype in isJavaScriptSimpleObject
...
BUG=
R=floitsch@google.com , sra@google.com
Review URL: https://codereview.chromium.org//886673002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43340 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-30 17:42:10 +00:00
alanknight@google.com
2e82c35cd6
Re-enable audiobuffersourcenode_test on Chrome/Dartium
...
BUG=
R=terry@google.com
Review URL: https://codereview.chromium.org//880363003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43304 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-29 17:50:51 +00:00
whesse@google.com
6acfd85522
Update status files for co19 flaky ie tests.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//877343002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43238 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-28 13:09:57 +00:00
whesse@google.com
edba5754a1
Update co19 status for IE 11 on Windows 8.
...
BUG=
Review URL: https://codereview.chromium.org//879953003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43188 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-27 15:44:10 +00:00
whesse@google.com
b1c60157f2
Update co19 status for IE.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//876683003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43173 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-27 09:44:33 +00:00
alanknight@google.com
604106c107
Add webkitAudioPannerNode as an optional name
...
BUG=
R=terry@google.com
Review URL: https://codereview.chromium.org//873803002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43149 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-26 20:27:23 +00:00
whesse@google.com
e522e2bbf1
Update co19 status files for IE.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//879563003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43140 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-26 16:08:51 +00:00
alanknight@google.com
8a5429c0a0
Add some dart:html issues to their matching test suppressions
...
BUG=
R=whesse@google.com
Review URL: https://codereview.chromium.org//863073002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43074 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-22 17:43:36 +00:00
whesse@google.com
206cef9ae3
Update status files for co19 failures.
...
BUG=
Review URL: https://codereview.chromium.org//833173008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42998 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-19 18:04:41 +00:00
whesse@google.com
67a09576b0
Update status for co19 tests on safari
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//863443004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42994 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-19 15:06:10 +00:00
whesse@google.com
3eb56d552f
Update status files for co19 on safari
...
BUG=
Review URL: https://codereview.chromium.org//851603004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42960 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-16 16:29:04 +00:00
whesse@google.com
247ff772d6
Update status files, replace "dartbug.com" with "Issue ".
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//845793004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42900 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-15 10:27:11 +00:00
whesse@google.com
ca69477f4e
Update co19 status and timing-out tests.
...
BUG=dartbug.com/22050
R=ricow@google.com
Review URL: https://codereview.chromium.org//851683002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42803 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-13 12:24:30 +00:00
sigurdm@google.com
7e44bb36ad
Make line in status-file look consistent.
...
BUG=
R=whesse@google.com
Review URL: https://codereview.chromium.org//831383004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42681 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-08 09:46:58 +00:00
sigurdm@google.com
5b74b86220
Mark test as timing out on IE
...
BUG=
Review URL: https://codereview.chromium.org//844533002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42662 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-07 14:33:51 +00:00
sigurdm@google.com
0df0c89ae6
Fix deferred loading with multiple apps on same page.
...
Even though two apps don't have to load a file twice, they still both have to initialize it.
Still missing this support for the new emitter.
BUG=
R=floitsch@google.com
Review URL: https://codereview.chromium.org//837903002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42660 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-07 14:05:51 +00:00
sigurdm@google.com
e0c84f022f
Mark failing csp tests as failing in browser only.
...
BUG=
R=floitsch@google.com , zarah@google.com
Review URL: https://codereview.chromium.org//810233006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42628 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-06 12:32:49 +00:00
ricow@google.com
42fd7a1600
Fix flaky suppression for element_test on safari
...
Review URL: https://codereview.chromium.org//808343002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42449 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-18 06:33:51 +00:00
ricow@google.com
7db1972bbb
Mark html/element_tests that are specifically flaky on safari as such
...
We already have issue 21434 tracking the safari flake
R=floitsch@google.com
Review URL: https://codereview.chromium.org//809613007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42425 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-17 09:57:45 +00:00
jakemac@google.com
8fde04e0ba
mark public package dependencies test as failing since web_components isn 't yet published
...
R=sigmund@google.com
Review URL: https://codereview.chromium.org//778923004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42118 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-04 21:24:10 +00:00
whesse@google.com
7254f7b649
Update status for Firefox 34.
...
BUG=dartbug.com/21787, dartbug.com/21526
R=ricow@google.com
Review URL: https://codereview.chromium.org//752173007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42107 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-04 15:17:59 +00:00
vsm@google.com
e04af71146
Workaround for canPlayType in Dartium
...
BUG=http://dartbug.com/21702
R=leafp@google.com
Review URL: https://codereview.chromium.org//758123003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41967 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-25 20:12:05 +00:00
whesse@google.com
0cda682b96
Update status for html and lib tests.
...
BUG=dartbug.com/21710
R=ricow@google.com
Review URL: https://codereview.chromium.org//754403002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41954 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-25 14:41:42 +00:00
whesse@google.com
12845acbf3
Revert "Add android device id to test output in test scripts."
...
This reverts r41933
BUG=
R=kustermann@google.com
Review URL: https://codereview.chromium.org//758563004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41934 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-24 17:53:30 +00:00
whesse@google.com
d91010512a
Add android device id to test output in test scripts.
...
BUG=
R=kustermann@google.com
Review URL: https://codereview.chromium.org//752173002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41933 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-24 17:40:13 +00:00
whesse@google.com
15c4d2e779
Add HTML test with two dart scripts on one page.
...
BUG=dartbug.com/20698
R=sigurdm@google.com
Review URL: https://codereview.chromium.org//732533002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41794 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-18 09:26:54 +00:00
herhut@google.com
e03bcc278c
Also test setting input field to null via undefined.
...
BUG= http://dartbug/21555
R=floitsch@google.com
Review URL: https://codereview.chromium.org//704193005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41733 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-14 09:13:19 +00:00
ricow@google.com
f343caeed1
Widen suppression for xhr test on mac in dartium to include drt
...
Review URL: https://codereview.chromium.org//718983002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41683 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-12 06:08:05 +00:00
whesse@google.com
3b4613ca3a
Enable dart2js compilation for new HTML tests.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//700033003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41668 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-11 14:59:14 +00:00
whesse@google.com
ea27275aa6
Refactor browser test enqueuing in test scripts.
...
R=ricow@google.com
Review URL: https://codereview.chromium.org//700753004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41633 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-10 13:37:40 +00:00
whesse@google.com
cca1f54eba
Skip new HTML tests while they are failing.
...
BUG=
Review URL: https://codereview.chromium.org//707893002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41578 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 18:47:09 +00:00