Commit Graph

297 Commits

Author SHA1 Message Date
kustermann@google.com 8356c667db Added async_helper and fixed broken asynchronous test.
R=ahe@google.com, efortuna@google.com, floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24339 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-24 15:47:00 +00:00
srdjan@google.com a288a5de57 Disable isolate and async tests on simarm as they are constantly causing trouble. Enable them once we have more reliable state.
R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24054 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-14 22:02:51 +00:00
gram@google.com 6cf2368212 Mark a few more ARM/MIPS tests as crashable. They started crashing
after unittest was changed in r24045.

R=srdjan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24052 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-14 21:20:19 +00:00
floitsch@google.com 98b131e119 Revert "Update status file."
This reverts commit r24040.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24041 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-14 17:07:46 +00:00
floitsch@google.com 91362998b2 Update status file.
Review URL: https://codereview.chromium.org//17055005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24040 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-14 17:00:30 +00:00
zra@google.com 4ec5bf3acd Fixes another test status for SIMARM.
Review URL: https://codereview.chromium.org//17004004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24015 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 22:46:52 +00:00
zra@google.com 826b6ce267 Fix status files for SIMARM, SIMMIPS.
R=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24014 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 22:28:34 +00:00
srdjan@google.com 21ae6271e7 Last bits for making Maxc SIMARM pass tests.
R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24013 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 21:26:23 +00:00
sgjesse@google.com 4260f435eb Update status file
TBR=ricow@google.com

Update status file

TBR=ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23991 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 15:59:33 +00:00
srdjan@google.com 1affede0be Fix broken Mac SIMARM by adapting the status files. We need to find a better way to handle this :-).
R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23947 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 00:36:12 +00:00
regis@google.com 264d28744f Fix decoding of object pool access in code patching on ARM.
Fix shift by zero and divide by one on ARM.
Update test status files.

R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23920 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-12 16:57:06 +00:00
kustermann@google.com cf41be1fb7 More status file updates for simarm/arm
R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23917 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-12 16:33:49 +00:00
kustermann@google.com 8ea94854e3 Second round of status file updates for simarm/arm
TBR=zra

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23915 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-12 16:04:39 +00:00
kustermann@google.com b13c4123b9 Don't skip vm/corelib/isolate/lib/standalone tests on ARM
TBR=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23860 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-11 15:57:21 +00:00
kustermann@google.com f73188d127 Use gnueabihf for ARM + enabled corelib/isolate/lib/standalone tests on ARM again
R=regis@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23854 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-11 14:21:28 +00:00
scheglov@google.com 6e8d2cf3f4 Don't use 'fail, OK' except of co19
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23766 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 19:49:35 +00:00
scheglov@google.com 80fea8fd8e More fixes for java2dart and status files.
Now DDA passes/fails the same tests as Java version.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23705 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 18:13:44 +00:00
iposva@google.com 87817b71c2 - Remove obsolete status line (test has been moved).
Review URL: https://codereview.chromium.org//16387010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23695 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-06 16:40:20 +00:00
iposva@google.com c827ae772d - Associate the correct bug number with flaky line.
Review URL: https://codereview.chromium.org//16177003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23657 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-05 21:07:16 +00:00
lrn@google.com 662c2a8262 Rename RuntimeError to CyclicIntializationError, as per spec.
The RuntimeError has been used to report cyclic initialization errors in
dart2js.
It has also been used for other, unrelated, uses, where it makes
little to no sense.

The RuntimeError type has been removed, but added in js_helper.dart,
where dart2js uses it.

Uses of new RuntimeError("some message") have been converted to
other errors (Argument/State/Unsupported). In some cases, just
throwing a String might have been just as good.

BUG=http://dartbug.com/11040
R=johnniwinther@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23584 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-04 10:33:11 +00:00
regis@google.com b7eb5aedbe Cleanup various test status files.
R=zra@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23450 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-31 00:39:37 +00:00
podivilov@google.com 5adef4e9bd Fix bug in VM timer implementation.
Timers stop working after exception in callback.

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23271 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 13:54:10 +00:00
kustermann@google.com a8857ed49c Status file updates for arm -> remove Skip markers
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23242 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 09:09:38 +00:00
scheglov@google.com 33327969d3 Ensure that 'throw' has expression.
Both VM and dart2js support "rethrow" now, so it is time to start to report error for "throw" without exception.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23231 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-27 19:01:38 +00:00
kustermann@google.com 6f8f27dfc0 First status file updates for chromeOnAndroid runtime
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23124 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-24 08:28:25 +00:00
scheglov@google.com e79e1c52c7 Report CTEC.IMPLICIT_THIS_REFERENCE_IN_INITIALIZER
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22888 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-19 23:47:10 +00:00
ricow@google.com 70f1f6def2 Mark isolate/isolate_stress_test as timing out.
Marking it as slow in r22808 did not help.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22829 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-17 06:09:27 +00:00
ahe@google.com af981a0ec4 Mark isolate stress test as slow.
Review URL: https://codereview.chromium.org//15230005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22808 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 18:42:55 +00:00
ahe@google.com 88df7b7cb1 Remove _WorkerStub hack to make benefit closing an isolate.
R=ngeoffray@google.com

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22796 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 15:06:38 +00:00
ahe@google.com 570e59f5e9 Update status file after dart:typed_data no longer causes mock compilation
R=johnniwinther@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22792 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 14:09:19 +00:00
iposva@google.com 0d072ac737 - Mark test as flaky. It already says so in the associated bug.
Review URL: https://codereview.chromium.org//15021015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22707 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 21:43:23 +00:00
ahe@google.com 3f6b6525c9 Revert "Remove _WorkerStub hack to make benefit closing an isolate."
This reverts r22669.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22672 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 11:55:03 +00:00
ahe@google.com d55cd30fbc Update status to fix VM builders
Review URL: https://codereview.chromium.org//14772031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22670 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 11:35:17 +00:00
ahe@google.com 3568094976 Remove _WorkerStub hack to make benefit closing an isolate.
R=ngeoffray@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22669 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 11:16:42 +00:00
ngeoffray@google.com 3b886edf18 Apparently only fails in drt.
R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22662 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 06:41:41 +00:00
ngeoffray@google.com 486669ed20 Update status file for flaky test.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22622 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-13 13:00:55 +00:00
scheglov@google.com 2214a97df7 Update status files for 'dartanalyer'.
Small tweak for the Java command line analyzer to actually support --package-root option in batch.

R=devoncarew@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22480 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-07 21:45:20 +00:00
kustermann@google.com 90a564a975 Removed flaky marker of a number of tests
Most of these tests have stopped crashing after r21356.

The v8 bug was fixed in v8:r14190. Since r21629 we use v8 revision
v8:r14336 which means that the fix for v8 is now also in our dartium checkouts.

BUG=http://dartbug.com/9407

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22031 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-25 13:52:59 +00:00
ager@google.com 431954b584 Rename dart:typeddata to dart:typed_data.
R=asiva@google.com, floitsch@google.com, srdjan@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21871 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-23 11:54:54 +00:00
ager@google.com 68d7f6680f Forgot drt in the list
R=vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21802 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 10:25:20 +00:00
ager@google.com e61a72e9c9 Apparently typed_data_message_test still fails on browsers
R=vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21801 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 10:19:23 +00:00
ager@google.com 66521164e9 Typed data now implemented for dart2js. Remove failure marking from test.
R=vsm@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21799 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-22 09:56:18 +00:00
asiva@google.com eb429a999c Fix for issue 9617, throw a snapshot write error when encountering stacktrace objects instead of an internal error.
Review URL: https://codereview.chromium.org//14348005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21709 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-18 22:58:57 +00:00
efortuna@google.com 4f6898ad3b Correct ie9 test status.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21598 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-17 04:01:03 +00:00
efortuna@google.com 7b02d00ca2 Adjust test status for spawn_uri for IE.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21595 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-17 00:22:21 +00:00
efortuna@google.com 419c6548fd Fix for Anton.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21584 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-16 22:17:38 +00:00
floitsch@google.com 5431a5af54 Remove AsyncError with Expando.
Review URL: https://codereview.chromium.org//14251006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21498 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-15 18:58:32 +00:00
ajohnsen@google.com dcaf52732e Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink.
With this change 'writeBytes' was renamed to 'add'.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21275 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-11 12:54:19 +00:00
floitsch@google.com 343fa26d65 Remove deprecated Expect from the libraries.
Review URL: https://codereview.chromium.org//13724021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21079 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-08 16:07:34 +00:00
floitsch@google.com 8fd6d0aafd Remove Expect from core library.
Committed: https://code.google.com/p/dart/source/detail?r=19755
Reverted: http://code.google.com/p/dart/source/detail?r=19756

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20996 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 19:43:16 +00:00