Commit Graph

207 Commits

Author SHA1 Message Date
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
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 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 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
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 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
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
ahe@google.com 5ccb89c49f Another test affected by V8 bug.
Review URL: https://codereview.chromium.org//13601013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20976 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 15:48:19 +00:00
ahe@google.com 89d13b3c0a Make sure that all tests affected by V8 bug are flaky.
Review URL: https://codereview.chromium.org//13723008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20974 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 15:38:27 +00:00
kustermann@google.com b974a2013f Marked isolate/nested_spawn_stream2_test as flaky again.
Review URL: https://codereview.chromium.org//13575011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20957 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 10:16:41 +00:00
floitsch@google.com 1b90c01dad Mark some more tests as flaky due to v8 bug.
Review URL: https://codereview.chromium.org//13432004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20855 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-03 12:25:47 +00:00
kasperl@google.com 15f3714613 Started passing.
R=floitsch@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20774 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 12:34:34 +00:00
asiva@google.com 7b72985c3e First step for fixing Issue 9416.
Review URL: https://codereview.chromium.org//13351002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20760 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 00:01:15 +00:00
efortuna@google.com 6f4ee9154e Update CSP status file.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20700 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-29 22:52:49 +00:00
efortuna@google.com 1f24eeecb3 Update status files.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20594 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-27 22:38:17 +00:00
floitsch@google.com b261c59127 Mark v8-bug affected tests as crashing.
Review URL: https://codereview.chromium.org//12942009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20510 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-26 10:24:05 +00:00
asiva@google.com 5642025044 Handle TypedDataView objects in Dart_TypedDataAcquireData and
Dart_TypedDataReleaseData
Review URL: https://codereview.chromium.org//12937010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20482 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 20:18:44 +00:00
floitsch@google.com 9a3fb972d4 Mark mandel_isolate_stream_test as flaky.
Review URL: https://codereview.chromium.org//12869012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20470 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 18:33:48 +00:00