Commit Graph

3219 Commits

Author SHA1 Message Date
scheglov@google.com 593096bef2 New analyzer snapshot.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35704 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-02 20:06:26 +00:00
whesse@google.com d47ea962bc Enable more co19 tests on dartium
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35631 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-01 14:21:22 +00:00
ricow@google.com 010a5df932 Don't run co19 on mobilesafari for now
Review URL: https://codereview.chromium.org//269573006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35630 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-01 13:35:23 +00:00
ricow@google.com 9488fbe1ba Mark co19/LayoutTests/fast/dom/Range/range-delete-contents-event-fire-crash_t01 as flaky timing out
Review URL: https://codereview.chromium.org//269633004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35615 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-01 06:40:36 +00:00
whesse@google.com 70d67bdf18 Update ie9 status for co19 roll to r722.
BUG=dartbug.com/18559

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35591 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 19:02:56 +00:00
whesse@google.com 6107a787c3 Update dartium and ie9 status for co19 roll to r722.
BUG=dartbug.com/18559 dartbug.com/18558
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35585 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 18:13:23 +00:00
asiva@google.com dda13daf8a Fix dartium co19 test status.
Review URL: https://codereview.chromium.org//262693002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35580 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 17:40:50 +00:00
whesse@google.com 1ff9a6eb46 Add new co19 failures to dartium.status
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35576 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 15:07:41 +00:00
whesse@google.com fe8d29c61f Update co19-analyzer(2).status with new failures.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35572 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 13:19:34 +00:00
whesse@google.com 0a2e02a352 Add failing co19 tests to dart2js.status.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35570 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 11:58:08 +00:00
whesse@google.com dcace6ff64 Update co19 test suite to r722
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35566 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-30 08:49:04 +00:00
jwren@google.com 2ceb165494 Fix for 18468- T << Type where T is a type parameter and Type is the type Type from dart.core
R=brianwilkerson@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35501 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-28 22:10:11 +00:00
paulberry@google.com 6c000ea2cb New analyzer snapshot, based on r35422.
R=scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35426 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-25 15:18:19 +00:00
sigurdm@google.com 00910f947b Insert checks before deferred calls and accesses.
These checks will throw an error if the library was not loaded.

R=floitsch@google.com, johnniwinther@google.com

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

Was reverted by Issue 247863005 r35308 due to failing co19-test

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35355 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-24 07:51:35 +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
scheglov@google.com 314fd76902 New analyzer snapshot.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35179 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-18 19:55:14 +00:00
paulberry@google.com b8b2b5e454 Change UNDEFINED_FUNCTION from an error to a warning (issues 18274, 15315).
Also update the spec quote for the error enum, and add a unit test for
a case that wasn't previously covered
(test_undefinedFunction_inImportedLib).

R=brianwilkerson@google.com, scheglov@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35163 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-18 13:44:26 +00:00
whesse@google.com 021bd965a1 Fix co19-dartium status file
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35014 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-14 13:17:48 +00:00
whesse@google.com 02428574ca Add co19 timeouts to dartium checked status file.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35013 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-14 09:18:34 +00:00
srdjan@google.com 7fe2ef0241 Enable LibTest/math/Rectangle/boundingBox_A01_t01 as precision issue on Linux was resolved.
Review URL: https://codereview.chromium.org//235453009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35010 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-14 02:47:52 +00:00
lrn@google.com d5e2d9abb3 Update expectations after adding timer to d8.
Add remaining features of Date object to mock.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34970 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-11 12:15:38 +00:00
srdjan@google.com 630dcb9f9e Update co19 with co19 issue.
Review URL: https://codereview.chromium.org//234323002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34950 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-10 22:59:57 +00:00
ricow@google.com 9582f7fc34 More bounding box test flakiness suppresssions
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34914 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-10 08:37:33 +00:00
scheglov@google.com e5652e0e90 New analyzer snapshot with MapIterator.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34891 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 20:18:01 +00:00
whesse@google.com db7a127e69 Mark Rectangle/boundingBox test as flaky
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34877 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 13:23:16 +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
johnniwinther@google.com fbe2b8bcc7 Compute frontend/backend specific constants.
BUG=
R=floitsch@google.com, karlklose@google.com

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34862 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-09 07:40:54 +00:00
srdjan@google.com 3658a1a6de Fixes issue 18099: missed type guard dependency in implicit getters.
R=johnmccutchan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34855 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-08 23:56:49 +00:00
whesse@google.com d4cb569197 More co19 status updates. co19 roll to r706.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34848 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-08 22:44:52 +00:00
whesse@google.com 75b21f7b72 Add new co19 flaky tests to the status files
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34842 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-08 20:57:44 +00:00
srdjan@google.com 4f58e0d27c Disable a crashing test.
Review URL: https://codereview.chromium.org//229033002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34835 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-08 19:05:28 +00:00
whesse@google.com f348148caf Add to co19 status files after co19 roll.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34830 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-08 15:42:41 +00:00
whesse@google.com 55546df84a Update co19 test suite to r706
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34826 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-08 14:48:59 +00:00
karlklose@google.com db46884a14 Emit classes that are only referenced by type literals.
R=kmillikin@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34732 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-04 12:57:14 +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
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
whesse@google.com 5578cc0ce0 Revert co19 roll (revert r34468)
Some path names of generated files for new co19 tests are longer than the Windows pathname limit of 254 characters.

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34471 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 13:25:35 +00:00
whesse@google.com 412fb33dac Update co19 test suite to r706
BUG=dartbug.com/17758
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34468 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 12:14:00 +00:00
karlklose@google.com 12eb862295 Mark test as Timeout and Pass.
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34466 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 09:10:20 +00:00
karlklose@google.com d43eb4fa76 Update dart2dart test expectations.
R=sigurdm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34246 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-21 13:17:46 +00:00
johnniwinther@google.com fd81494f68 Update dart2dart status.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34239 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-21 09:54:39 +00:00
whesse@google.com e1511e8392 Add more ContentShellOnAndroid entries to status files.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34111 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 12:52:21 +00:00
whesse@google.com 9b1a6aa809 Add mips failures to status files.
BUG=dartbug.com/17440
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33811 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 16:20:36 +00:00
whesse@google.com 62c79adbd0 Add entries for ContentShellOnAndroid runtime to status files.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33807 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 14:47:56 +00:00
whesse@google.com 94bb9fe991 Add ContentShellOnAndroid to co19 and standalone status files.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33700 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-14 15:38:24 +00:00
johnniwinther@google.com 7d19bc6001 Skip deferred tests on d8 on Windows.
BUG=
R=sgjesse@google.com, sigurdm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33691 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-14 10:39:51 +00:00
whesse@google.com 04fc336f32 Update mips test status files for new mips build slaves.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33585 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-12 16:21:15 +00:00
whesse@google.com f156af1d61 Skip some co19 tests on Mips that take too much memory.
BUG=https://code.google.com/p/co19/issues/detail?id=673
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33569 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-12 08:57:47 +00:00
whesse@google.com c6b57a5e48 Skip a co19 test that uses >200 MB memory on Mips hardware.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33534 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-11 15:55:58 +00:00
scheglov@google.com 9d622fc1d9 Unroll 'synchronized {}' in java2dart.
...and corresponding 'analyzer' snapshot.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33318 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-05 02:30:21 +00:00