Commit Graph

3219 Commits

Author SHA1 Message Date
whesse@google.com dd3e892305 Enable co19 tests on chrome and firefox
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42773 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-12 14:13:42 +00:00
whesse@google.com e70e77f209 Update status files for co19 roll to r801. Clean up status file sections.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42734 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-09 14:22:28 +00:00
whesse@google.com 90f6ecae1d Update status files for co19 roll to r801
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42721 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-08 23:25:53 +00:00
whesse@google.com 794837542e Update status for co19 roll.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42707 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-08 18:05:09 +00:00
whesse@google.com a91b1366b6 Update co19 test suite to r801.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42696 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-08 15:56:34 +00:00
ricow@google.com 79179911e1 Remove deprecated marker from co19 status file
I assume this was used to allow this to pass on dart2js with it failing on the rest of the platforms.

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42689 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-08 12:59:44 +00:00
jacobr@google.com 5fe403d861 Fix a couple type bugs in dart html and what seems like strange type choices in dart:core
BUG=
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42550 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-22 18:49:07 +00:00
sigurdm@google.com 0abf3f43be Mark co19 test with co19 bug number.
Discussed this with karl, and ended up reporting a co19 bug.

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42433 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-17 14:50:28 +00:00
sigurdm@google.com 8f5f2ed7ba Mark test with issue number in co19 status file
I think that this bug is the right one, though it seems there is disagreement as to whether you can trust identity of errors/stack traces after rethrow. See: https://codereview.chromium.org/78343002 (Ivans comment) and dartbug.com/18394 that suggests the test is wrong.

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42423 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-17 08:32:52 +00:00
sigurdm@google.com 84af158792 Mark two triaged co19-tests with issue number
R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42381 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-16 08:11:50 +00:00
floitsch@google.com 147f810e6f dart2js: accept const map literals as expression statements.
Dart2js was broken for:

    <String, int> {};

The reason was that we tried to find an identifier after an initial type (looking for something like `Set<int> foo`) to parse a declaration. We assumed that the first token would be a type name and skipped the `<` when we did this search, thus believing that there was a declaration.

BUG= http://dartbug.com/12793
BUG= http://dartbug.com/12794
BUG= http://dartbug.com/21155
R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42356 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-13 17:12:59 +00:00
zerny@google.com 0a80eaec06 Revert "Revert "Revert "Disable the irregexp backend."""
This enables the irregexp backend by reverting commit
http://code.google.com/p/dart/source/detail?r=42246

R=fschneider@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42312 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-12 09:02:24 +00:00
zerny@google.com 0bfa80b5a5 Revert "Revert "Disable the irregexp backend.""
This reverts commit http://code.google.com/p/dart/source/detail?r=42240
Reason for revert: failures and timeouts on Dartium bots.

TBR=fschneider@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42246 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-10 15:38:10 +00:00
zerny@google.com d1f5aacd77 Revert "Disable the irregexp backend."
This reverts commit http://code.google.com/p/dart/source/detail?r=41999

R=fschneider@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42240 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-10 09:56:53 +00:00
hausner@google.com 392db8d312 Implement correct semantics of Boolean Conversion
When converting null to a boolean value, throw an AssertionError
rather than a TypeError.

This is the same change as r42145, with added co19 status updates.

R=srdjan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42170 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-08 18:51:48 +00:00
zerny@google.com 487ca247d7 Disable the irregexp backend.
Currently the use of irregexp breaks the Dartium build.

TBR=vegorov@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41999 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-26 16:21:08 +00:00
karlklose@google.com 9dfe2cfdc9 Fix dart2dart test expectations after r41983.
R=zerny@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41992 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-26 13:32:41 +00:00
zerny@google.com 8e807c8550 Integrate the Irregexp Regular Expression Engine.
BUG=http://dartbug.com/19090
R=fschneider@google.com

Committed: https://code.google.com/p/dart/source/detail?r=41949

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41983 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-26 09:32:43 +00:00
zerny@google.com 84a4135901 Revert "Integrate the Irregexp Regular Expression Engine."
This reverts commit https://code.google.com/p/dart/source/detail?r=41949

TBR=fschneider@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41950 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-25 13:36:40 +00:00
zerny@google.com 43ac0c6f33 Integrate the Irregexp Regular Expression Engine.
BUG=http://dartbug.com/19090
R=fschneider@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41949 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-25 13:10:21 +00:00
johnniwinther@google.com ba110b93ff Avoid patching in dart2dart.
BUG=http://dartbug.com/21441
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41901 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-21 13:42:56 +00:00
whesse@google.com 4f184f1423 Update co19 status for flaky tests.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41734 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-14 10:19:47 +00:00
sigurdm@google.com bab7073aff Support for labels in non-loop code in new dart backend
Still no support for `switch`

R=kmillikin@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41631 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-10 13:26:08 +00:00
whesse@google.com eb3c3e9381 Update status for flaky dartium tests.
BUG=dartbug.com/18931
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41567 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 16:58:44 +00:00
whesse@google.com 84b0209a77 Add test/xml content type to test server.
BUG=dartbug.com/21525
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41566 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 16:37:16 +00:00
whesse@google.com 1c840e6f01 Re-land r41544 "Update dart binaries used for running tests to version 1.7.2"
This also re-lands r41546, and some status file updates.

BUG=dartbug.com/21525 21526 21527
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41562 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 15:28:56 +00:00
ricow@google.com 802c618118 Move test config files under tools/testing/dart
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41561 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-06 14:21:19 +00:00
paulberry@google.com df62a0d75d Warn when implicit default value overrides explicit one that differs.
BUG=dartbug.com/18914
R=brianwilkerson@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41503 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-04 20:32:18 +00:00
whesse@google.com b38805416c Update status for Android content_shell on co19 DOM tests.
TBR=ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41497 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-04 16:51:58 +00:00
whesse@google.com 64afcee75b Update status of checked Dartium co19 DOM tests.
TBR=ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41496 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-04 16:28:29 +00:00
whesse@google.com b721523807 Update dartium status for flaky test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41494 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-04 15:39:12 +00:00
whesse@google.com 0928369fc9 Improve browser testing scripts to better handle tests that reload themselves.
BUG=dartbug.com/18558
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41490 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-04 14:46:45 +00:00
lrn@google.com 7485b6fff2 Fix type-errors.
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41315 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-27 13:33:49 +00:00
leafp@google.com 772965baf2 Add Timeout to this test to get the mac and win incremental bots green for now
TBR=vsm@google.com

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41300 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-25 00:27:27 +00:00
leafp@google.com 3b2a8b5560 Skip broken-ideographic-font_t01 co19 test on mac (timing out)
Should bring dartium mac full bot back to green.

TBR=vsm@google.com

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41250 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-22 20:36:01 +00:00
ahe@google.com ee2044751a Skip bad tests temporarily.
Review URL: https://codereview.chromium.org//652543003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41207 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-20 17:13:12 +00:00
eernst@google.com 1f7fc3308c Adjusted two tests in co19-dart2js.status
One test was associated with co19 issue 727, which turned out to be
only partially correct; as a consequence issue 21197 is invalid and
was removed from status.  The other test was associated with co19
issue 731, which turned out to be wrong; as a consequence, a new issue
21271 was created and listed in status.

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41120 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-15 10:47:19 +00:00
whesse@google.com 0b169d2335 Suppress new co19 tests on dartium, that break the test infrastructure.
BUG=dartbug.com/18558
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40897 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-03 13:38:18 +00:00
whesse@google.com f2b22754e2 Update status for dartium flaky co19 tests.
BUG=dartbug.com/18558
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40872 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-02 12:05:22 +00:00
eernst@google.com b22c2031d4 Triaged remaining untriaged Language tests
Triaged all remaining untriaged Language tests in co19-dart2js.status
except four tests with [$runtime == chromeOnAndroid].

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40871 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-02 11:27:34 +00:00
scheglov@google.com bc287b5a3e New analyzer snapshot.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40867 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-02 04:13:16 +00:00
paulberry@google.com 375d9dd66b Update status file for co19 tests fixed by r40856
TBR=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40862 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-01 23:41:42 +00:00
whesse@google.com fc12713290 Update status for flaky co19 tests on dartium.
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40840 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-01 15:34:38 +00:00
whesse@google.com 59439d898c Update co19 status for co19 roll to r786.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40836 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-01 13:42:22 +00:00
whesse@google.com de6163ae09 Update co19 status after co19 roll to r786.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40834 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-01 11:42:02 +00:00
whesse@google.com 33e51a5295 Update co19 test suite to r786.
R=kustermann@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40832 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-01 09:36:32 +00:00
terry@google.com 98d437cbf5 Test is passing under Windows fails other platforms
Reviewers=vsm@google.com

R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40779 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-29 18:37:57 +00:00
terry@google.com c3b6f822a4 Passing change and 2 are temporarily gen run-time error until co19 test are checked in
Reviewers=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40776 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-29 17:14:16 +00:00
vsm@google.com 94095d64a2 Merge 38 changes to bleeding edge
TBR=terry@google.com,leafp@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40774 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-29 15:56:25 +00:00
eernst@google.com 24c465ba1f Triaged co19 dart2js Language tests until line 436
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40771 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-29 15:44:04 +00:00