Commit Graph

704 Commits

Author SHA1 Message Date
ricow@google.com def72d3fd4 Update status after updating firefox to v28 on linux
Review URL: https://codereview.chromium.org//260303002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35514 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-29 06:36:50 +00:00
vsm@google.com 64481d6783 Undo skip, tests now pass
BUG=http://dartbug.com/18447
R=leafp@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35454 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-25 23:09:59 +00:00
vsm@google.com 26068ad107 Move conditional skip after unconditional skips
TBR=iposva@google.com,leafp@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35449 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-25 21:42:07 +00:00
iposva@google.com 99e84132c6 - Skip pkg/polymer tests.
Review URL: https://codereview.chromium.org//251683004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35442 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-25 19:47:16 +00:00
paulberry@google.com 1c873d4a38 Use @MirrorsUsed to prevent analysis server tests from slowing down in dart2js.
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35396 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-24 20:11:26 +00:00
paulberry@google.com 0b63b64bc5 Mark analysis server tests as slow under dart2js (TBR).
Because of the use of mocking, analysis server tests are very slow
with dart2js.  Go ahead and let them timeout.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35385 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-24 17:27:09 +00:00
kasperl@google.com a59818ea8b Revert "Update all Angular libs (run update_all.sh)."
This reverts r35366.

R=ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35367 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-24 12:29:05 +00:00
kasperl@google.com c9013a859f Update all Angular libs (run update_all.sh).
R=ricow@google.com, blois@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35366 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-24 11:34:18 +00:00
ajohnsen@google.com 13e6aefffa Mark polymer/test/build/script_compactor_test as slow.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35357 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-24 08:25:13 +00:00
nweiz@google.com 1c9e292b2c Re-apply "Add a non-dart:io WebSocket implementation to http_parser."
Re-apply "Fix an analyzer error in http_parser's WebSocket implementation."

This also marks the web socket test as failing on dart2js nad the browser.

R=kevmoo@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35330 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 20:53:17 +00:00
kevmoo@google.com 8ecdcb71a7 pkg/docgen: skip tests on arm and mips
BUG= https://code.google.com/p/dart/issues/detail?id=17003
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35291 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-23 00:55:31 +00:00
kevmoo@google.com 862e9b046e pkg/docgen: fix type warnings
BUG= https://code.google.com/p/dart/issues/detail?id=18232
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35286 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 22:52:30 +00:00
kevmoo@google.com ff0a4d93bb pkg/docgen: update test for broken doc comment lookup under typedef
Related to https://code.google.com/p/dart/issues/detail?id=18352

R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35282 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 20:34:34 +00:00
jwren@google.com 4f4507b9ef Fix for 14221/ 15553/ 16673- X isSubtypeOf E now returns false when X is some type and E is a type parameter. This fixes a few issues, but also breaks some assertions (language tests that now have valid warnings from the analyzer).
Additional work will need to be done to fix the language tests, and to investigate the case of X isSubtypeOf E where X is of type Type.

R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35281 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 20:07:54 +00:00
ricow@google.com 3fc80df609 Mark docgen/test/typedef_test as failing
Filed issue 18352 to track this

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35246 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-22 06:40:50 +00:00
kevmoo@google.com 435cdeb957 pkg/docgen: support better const rendering of String, List, and empty Map
BUG= https://code.google.com/p/dart/issues/detail?id=18107
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35140 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-17 00:02:11 +00:00
kevmoo@google.com 08c554c31f third_party/pkg/markdown: update to 0.7.0 which fixes static warnings
BUG=https://code.google.com/p/dart/issues/detail?id=17896
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35025 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-14 17:16:52 +00:00
lrn@google.com e9ec0d7082 Update expectation for unittest test that uses non-zero timer.
Review URL: https://codereview.chromium.org//235203002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34973 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-11 13:47:34 +00:00
nweiz@google.com cc742e6dc8 Avoid timeouts in stack_trace's chain_test.
R=rnystrom@google.com
BUG=18142

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34940 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-10 19:45:20 +00:00
whesse@google.com a5416c66d4 Mark pkg/stack_trace/test/chain_test as timing out on browsers.
BUG=dartbug.com/18142
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34916 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-10 08:50:31 +00:00
nweiz@google.com 232233fbe5 Fix an analyzer warning in scheduled_test.
This also changes the signature of [test] to match that exposed by unittest.

R=rnystrom@google.com
BUG=18113

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34899 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 21:19:47 +00:00
lrn@google.com 70299a5a17 Update shelf message_test expectation after fixing issue 18109.
Review URL: https://codereview.chromium.org//230353003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34878 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 13:34:42 +00:00
johnniwinther@google.com 9b602fd9fa Update status.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34872 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 11:33:47 +00:00
whesse@google.com ec298a01f8 Add new failures to status files, assign issues.
BUG=dartbug.com/18113
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34863 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 08:30:24 +00:00
kevmoo@google.com b1132d23e9 pkg/shelf: marked message_test as RuntimeError due to dart2js bug
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34858 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 01:04:54 +00:00
whesse@google.com 25c05ba8ea test.dart: Shorten long paths for generated test files on Windows.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34778 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 14:47:30 +00:00
whesse@google.com f8348fe491 Add polymer 0.10 issues to status files.
BUG=dartbug.com/18057 dartbug.com/18059
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34776 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 09:52:18 +00:00
ricow@google.com 3e1de5a6ad Correct suppression for flaky crashing pkg/http/test/http_test on simmips
This was wrongly marked as flaky crashing on simarm, sorry about that.

Updated subject on issue 18015 (the link in the bug correctly points to a simarm stdio)

R=ajohnsen@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34771 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 08:00:50 +00:00
sigmund@google.com 47e238b613 Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add
warnings to prepare users for the future breaking change in Dartium.

R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34753 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-04 23:42:34 +00:00
karlklose@google.com e1d588ff6e Fix fyi debug test expectations.
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34729 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-04 10:03:18 +00:00
ricow@google.com 9842575c4d Mark pkg/http/test/http_test as flaky crashing
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34700 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-03 12:34:46 +00:00
jmesserly@google.com 6bfd2600ef [polymer_expressions] mark bindings_test failing on ie/safari
Review URL: https://codereview.chromium.org//222923002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34664 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-02 20:19:50 +00:00
zra@google.com 2fe51715e5 Begins work on ARM64, first assembler test.
Most new code is in constants_arm64.h and
{assembler,disassembler,simulator}_arm64.{h,cc}

The rest of the CL just #def's out tests, modifies status files,
and adds UNIMPLEMENTED functions, etc.

R=regis@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34654 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-02 17:39:32 +00:00
kevmoo@google.com 9f5bb87ace pkg/shelf
Copied from https://github.com/kevmoo/shelf.dart/
At v0.3.0+4, commit 1a2607d1d2524d5632fa4624e2a7529c42a1a8fd

R=nweiz@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34611 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 19:24:23 +00:00
sigmund@google.com 50df8bdb74 Fix mirror_loader to detect whether the type is a generic class.
BUG=https://code.google.com/p/dart/issues/detail?id=17929
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34610 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 19:07:43 +00:00
kevmoo@google.com cd8f89074d Reverting 34583 - checked mode breaks
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34584 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 01:10:10 +00:00
kevmoo@google.com a719780175 Updated markdown library.
This patch fixes an issue which caused dartanalyzer warnings.

R=kevmoo@google.com
BUG= https://code.google.com/p/dart/issues/detail?id=17896

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

Patch from Martin Charles <martincharles07@gmail.com>.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34583 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 00:03:21 +00:00
sigmund@google.com 5f1b5628f0 Reenable event path test
R=vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34575 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-31 21:04:31 +00:00
iposva@google.com 132af8b723 - Disable broken unittest.
Review URL: https://codereview.chromium.org//219543002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34558 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-31 15:36:08 +00:00
iposva@google.com 366449daf1 - Disable broken unittest.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34548 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-31 06:37:32 +00:00
sigmund@google.com 929acd34f5 Skip slow test in vm-debug mode
TBR=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34544 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 23:50:44 +00:00
sigmund@google.com a18f991d24 Mark some tests as slow in simarm and simmips (tests that involve the resolver)
TBR=jmesserly@google.com,blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34541 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 23:17:51 +00:00
kevmoo@google.com 14d987210b pkg/docgen: pkg. status issue due to third party lib
also de-duped analyzer exceptions

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34533 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 22:20:42 +00:00
alanknight@google.com b85fd908bd Go back to calling Intl version 0.9.8, add a CHANGELOG
BUG=
R=kevmoo@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34526 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 20:58:45 +00:00
kevmoo@google.com ecf1fa6e1d pkg/csslib: fixed args dependency, drastically simplified pkg.status
Prepped v0.9.2+1

R=terry@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34516 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 19:28:33 +00:00
kevmoo@google.com 5982501165 pkg/intl: status file fix for angular dependency diff
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34511 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-28 18:31:07 +00:00
scheglov@google.com 1145c19860 Rollback pkg/analyzer that breaks code_transformers
R=blois@google.com, brianwilkerson@google.com, sigmund@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34479 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 20:29:08 +00:00
alanknight@google.com 0f020d1230 Fix status file for new Intl test that shouldn't run on browsers
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34478 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 18:18:23 +00:00
alanknight@google.com fc7d08e15a Avoid flaking in message_extraction tests by doing everything in a temp directory
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34476 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 17:23:20 +00:00
scheglov@google.com 240b4138ce Translate Java enums to Dart constants.
1. Restore "this.field" field formal initializers.

2. Tweaks for several Java places - mostly to the constructors; but also duplicate HintCode messages (in Dart we cannot get values of constant values final fields).

3. Translate field that are not written to Dart final fields and also to field initializers, even if there are no property for them.

4. And constant enums.

5. pkg/code_transformers/test/resolver_test has to be skipped, I cannot fix it myself.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34474 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 15:37:37 +00:00