Commit Graph

142 Commits

Author SHA1 Message Date
floitsch@google.com 414ab59cc5 Put mandel_isolate test in correct section.
Review URL: https://codereview.chromium.org//12051042

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17547 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-24 12:12:56 +00:00
iposva@google.com 57f62dd2e1 - Make sure we can "run" all tests using simarm/simmips.
Review URL: https://codereview.chromium.org//12042065

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17516 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-24 00:42:04 +00:00
floitsch@google.com 7caeca83f2 Mark isolate/mandel_isolate_test as flaky on FF.
Review URL: https://codereview.chromium.org//12038047

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17471 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-23 17:16:02 +00:00
ngeoffray@google.com 5823753ffc Regression test for issue http://code.google.com/p/dart/issues/detail?id=7448.
Review URL: https://codereview.chromium.org//11833037

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17453 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-23 13:01:57 +00:00
antonm@google.com a2ee2f9d10 Update suppression to include timeout.
TBR=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17209 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-17 14:16:06 +00:00
ngeoffray@google.com e912bdb579 Test is flaky.
Review URL: https://codereview.chromium.org//11958038

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17192 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-17 11:41:05 +00:00
floitsch@google.com 940be9b097 Mark isolate2_negative_test as flaky.
Review URL: https://codereview.chromium.org//11886061

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17125 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-16 09:04:18 +00:00
ngeoffray@google.com 0f8ff07833 Test passes on IE and FF/Win because they probably don't have web workers. Mark it as fail on the platforms we know have web workers.
Review URL: https://codereview.chromium.org//11929002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17120 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-16 08:29:53 +00:00
ngeoffray@google.com 919df0df8e Mark isolate2_negative_test as passing on ff/win.
Review URL: https://codereview.chromium.org//11886047

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17083 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-15 16:42:33 +00:00
ngeoffray@google.com 5bd2632175 Support web workers in dart2js.
Review URL: https://codereview.chromium.org//11864016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17078 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-15 15:31:15 +00:00
ngeoffray@google.com 34a0db05e2 Update status file for jsshell.
Review URL: https://codereview.chromium.org//11862009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16970 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-11 13:33:31 +00:00
ngeoffray@google.com 184a9f610a Support Timer with 0 millisecond delay in dart2js running in the command line.
Review URL: https://codereview.chromium.org//11866003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16968 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-11 13:02:58 +00:00
kustermann@google.com 96574ee329 Status file updates for jsshell
Review URL: https://codereview.chromium.org//11833035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16920 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-10 14:16:37 +00:00
floitsch@google.com 2c8fafcf19 Timers are available in drt.
Update status file.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16735 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-07 18:58:15 +00:00
karlklose@google.com 126820a65f Mark tests that use Timer as failing on dart2js.
There is no implementation for Timer in JavaScript.

R=floitsch@google.com
BUG=dartbug.com/7728

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16697 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-07 13:39:09 +00:00
floitsch@google.com 4a7dfd2da3 Big merge from experimental to bleeding edge.
Review URL: https://codereview.chromium.org//11783009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16687 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-07 11:23:16 +00:00
srdjan@google.com 60653f5b36 Allow port_test since the test does not rely on 'is Function' to verify status any longer.
Review URL: https://codereview.chromium.org//11690004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16542 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-28 16:44:08 +00:00
scheglov@google.com ecd5c7d0bf Issue 5064. Some more 'skip' tests triage
http://code.google.com/p/dart/issues/detail?id=5064

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16227 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-17 20:39:03 +00:00
antonm@google.com c653ef7e88 Adjust test expectations.
TBR=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15366 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-27 05:11:55 +00:00
tball@google.com bf5f0db5d0 Added support for isolate unhandled exceptions.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15352 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-26 23:31:47 +00:00
asiva@google.com aa340f334d Update status file for dart2js
(isolate/illegal_msg_test.dart fails see issue 6750)
Review URL: https://codereview.chromium.org//11416022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14981 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-15 22:12:28 +00:00
ngeoffray@google.com e4e6eed36c Fix status file. Test fails in non-checked mode too.
Review URL: https://codereview.chromium.org//11293273

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14883 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-14 12:25:16 +00:00
ngeoffray@google.com b8b04e8a56 Support corelib tests in checked mode.
Review URL: https://codereview.chromium.org//11361257

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14882 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-14 12:09:22 +00:00
scheglov@google.com 1d310ff72c Report error for deprecated #library #import #source
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14535 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-05 16:21:20 +00:00
gram@google.com fdb33dc06b git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14445 260f80e4-7a28-3924-810f-c04153c831b5 2012-11-01 23:36:51 +00:00
scheglov@google.com 2e574c8c14 Issue 5887. Parts must start with 'part of'.
Second attempt.
Now only DartC changes, and status updates.
So, should not break anyone else.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14217 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-29 19:17:28 +00:00
efortuna@google.com baa9edbf53 Isolate test is flaky, not just failing on Windows, apparently!
Review URL: https://codereview.chromium.org//11260038

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14104 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 22:12:52 +00:00
efortuna@google.com f8b54aacd3 Update Opera test status for Windows.
Review URL: https://codereview.chromium.org//11276030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14096 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 20:04:00 +00:00
efortuna@google.com 5df1c2a7ad Enable Opera tests.
Review URL: https://codereview.chromium.org//11271016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14091 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 18:05:43 +00:00
ricow@google.com 873c7baa06 Update status for jsshell to make the builders green.
Review URL: https://codereview.chromium.org//11194052

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14073 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 12:45:22 +00:00
efortuna@google.com 4839206863 Rename ie to ie9.
Review URL: https://codereview.chromium.org//11184015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13748 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-17 17:44:38 +00:00
floitsch@google.com 026b907d2e Register parameter types for closure invocations to the backend.
Submit CL 11091029 on behalf of Nicolas.
https://codereview.chromium.org/11091029

BUG=http://dartbug.com/5744

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13492 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-10 20:09:54 +00:00
justinfagnani@google.com a2daec4209 Fix Timers in isolates in dart2js.
BUG=http://dartbug.com/5734

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13428 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-09 18:58:08 +00:00
ahe@google.com e1e381e60f Update status file for FF on Windows.
Review URL: https://codereview.chromium.org//11085021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13420 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-09 16:20:23 +00:00
justinfagnani@google.com eaec4331bd Fix timer tests: timer tests were not using expectAsync to wait for
callbacks to be executed.

BUG=http:///dartbug/5730

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13381 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-08 23:13:33 +00:00
johnniwinther@google.com 98ab126164 Patch refactoring.
This is the third and main part of the patch refactoring.
Patch libraries, classes, and functions now have there separate element chain,
which is doubly-linked to their origin counterparts.

See the library comment in lib/compiler/patch_parser.dart for a detailed
description of the new patch system, the terminology and the invariants.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13163 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-03 09:00:45 +00:00
ngeoffray@google.com 94f1c2ed10 Change our 'is int' check to use Math.floor instead of a smi check.
Review URL: https://chromiumcodereview.appspot.com//10912147

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12018 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-07 12:05:34 +00:00
ngeoffray@google.com 9d2f296c5a Fix status files for browser checked mode.
Review URL: https://chromiumcodereview.appspot.com//10905139

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11998 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 22:31:27 +00:00
ngeoffray@google.com b5fe256172 Improvements for checked mode: check when intializing fields, and when assigning to fields.
Review URL: https://chromiumcodereview.appspot.com//10910092

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11962 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 16:03:25 +00:00
ngeoffray@google.com fce3e2ec01 Fix checked mode on browser.
Review URL: https://chromiumcodereview.appspot.com//10912109

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11933 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 10:48:22 +00:00
ahe@google.com 233c007636 Update status file for dart2js checked mode.
We didn't use to test checked mode on browsers. Now we do.

Review URL: https://chromiumcodereview.appspot.com//10905099

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11877 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 15:57:38 +00:00
scheglov@google.com 618ff29a6d Issue 4713. Support for 'static const' field in interfaces
http://code.google.com/p/dart/issues/detail?id=4713

R=brianwilkerson@google.com
BUG=

Review URL: https://chromiumcodereview.appspot.com//10874089

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11409 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 19:51:17 +00:00
iposva@google.com 670d295e40 - Updating status files with more failed tests due to bug 4713.
Review URL: https://chromiumcodereview.appspot.com//10869077

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11406 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 19:04:23 +00:00
ricow@google.com 5871d1e68d Update status file to use mac instead of macos.
Emily: why do we have these skip exceptions anyway, imho they don't make any sense at all (who has ie on linux or mac?). If there is no deeper meaning we should delete them.
Review URL: https://chromiumcodereview.appspot.com//10877010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11287 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-24 07:01:09 +00:00
efortuna@google.com 1d14fb856e Un-enable Opera.
Review URL: https://chromiumcodereview.appspot.com//10826255

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10543 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 23:36:51 +00:00
efortuna@google.com 5072b18d98 Enable Opera testing (!!!).
Review URL: https://chromiumcodereview.appspot.com//10832239

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10513 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-10 16:50:34 +00:00
sigmund@google.com 1d950db569 Add Timer implementation for dart2js. Also moves tests to appropriate location.
Review URL: https://chromiumcodereview.appspot.com//10830230

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10460 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-09 20:58:07 +00:00
ager@google.com 50932d31c8 Fix dartc status file after isolate changes.
R=kasperl@google.com
BUG=

Review URL: https://chromiumcodereview.appspot.com//10834147

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10212 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-03 07:51:20 +00:00
ager@google.com 4531c0c770 Remove old isolate API and update all code in the repository to use
the new API.

R=kasperl@google.com,sigmund@google.com,turnidge@google.com
BUG=

Review URL: https://chromiumcodereview.appspot.com//10837070

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10210 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-03 07:24:29 +00:00
smok@google.com 4412f8653f dart2dart Skip non-language tests, leave yaml too.
Review URL: https://chromiumcodereview.appspot.com//10823079

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10014 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-30 13:50:54 +00:00