Commit Graph

345 Commits

Author SHA1 Message Date
kustermann@google.com b24a73c137 Remove unittest-based wrapping from our testing scripts
The unittest-based wrapping of tests is completely broken and will be removed
with this CL. ('none-drt' is the last configuration where we currently still do
unittest-based wrapping.)

BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28501 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-11 09:01:17 +00:00
vsm@google.com 8abd795865 Skipping test that isn't failing properly
TBR=asiva@google.com,ricow@google.com

BUG=13961

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28442 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-10 03:42:15 +00:00
vsm@google.com 6deb0eb350 More status updates
It appears that the spawnUri tests pass with DRT and fail in Dartium.
I have not been able to run locally in "dartium" mode.

TBR=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28440 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-10 02:57:37 +00:00
vsm@google.com 34f3592c56 Fix typo in status file
TBR=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28432 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-09 23:46:34 +00:00
scheglov@google.com afb3cc7f01 Issue 13918. final fields induce setters that are illegal to call
https://code.google.com/p/dart/issues/detail?id=13918

R=brianwilkerson@google.com, jwren@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28415 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-09 20:30:42 +00:00
vsm@google.com 334fd6bf07 Mark spawnFunction tests as Fail on Dartium
See corresponding Dartium CL:
https://chromiumcodereview.appspot.com/26397003/

This disables spawnFunction on DOM enabled isolate (i.e., where
dart:html is available).  spawnFunction should continue to work on
non-DOM enabled isolated.  spawnUri should be unaffected.

R=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28406 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-09 16:25:28 +00:00
kustermann@google.com edacf33810 Status file update for none-dartium
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28254 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-04 09:25:26 +00:00
vsm@google.com 8480c79e54 Remove spawnDomIsolate code
This is more or less a straight remove of code.  By disabling print and timers on background isolates in Dartium, we can get rid of the last vestiges of spawnDom*.

R=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28191 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-03 03:20:00 +00:00
kustermann@google.com 22d20313b4 Implement testing support for "--compiler=none --runtime=dartium"
This is implemented without the broken unittest-based wrapping of tests.

R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28141 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-02 07:37:50 +00:00
floitsch@google.com 9067dd5b51 Mark spawn_uri_multi_test/01 as failing.
Review URL: https://codereview.chromium.org//24455004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27951 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 13:27:07 +00:00
floitsch@google.com a24014ab08 Automatically append ".js" on spawnUri if we are running in JavaScript.
BUG= http://dartbug.com/9422
R=kasperl@google.com, kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27941 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-26 11:32:11 +00:00
kustermann@google.com dfbf264f40 Automatically converted general Fail status file markers to one of the more specific markers
R=johnniwinther@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27876 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-25 12:47:03 +00:00
ajohnsen@google.com 0cc1e648e2 Re-enable VM isolate tests.
BUG=https://code.google.com/p/dart/issues/detail?id=6890
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27868 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-25 09:20:40 +00:00
ahe@google.com 16b022c81d spawn_uri_multi_test/none also doesn't work on jsshell (no workers).
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27825 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 15:51:54 +00:00
ahe@google.com e3a0e24cf5 isolate/spawn_uri_test also broken in CSP mode.
Review URL: https://codereview.chromium.org//24195025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27822 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 14:39:55 +00:00
ahe@google.com 7d9e2f5506 Update status file for spawnUri.
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27817 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 13:10:46 +00:00
ahe@google.com ab78c663ad Generate out.precompiled.js, not precompiled.js.
BUG=http://dartbug.com/6880
R=kasperl@google.com, kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27813 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-24 12:04:49 +00:00
ahe@google.com 05a9a7834e Emit CSP code in separate file.
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27745 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-23 09:06:14 +00:00
kasperl@google.com ce874ffe22 More chrome-on-android status tweaking.
R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27620 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 14:38:26 +00:00
kasperl@google.com dda7b89340 Another chrome-on-android status file tweak.
R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27616 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 12:57:48 +00:00
kasperl@google.com 212b749a90 More tweaking of chrome-on-android status files.
R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27607 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 11:16:30 +00:00
kasperl@google.com f77e810f81 First attempt at fixing the status file for chrome-on-android.
R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27601 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 09:56:33 +00:00
zra@google.com f29b968511 Saves callee-saved fpu registers on MIPS.
R=regis@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27063 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-03 15:17:02 +00:00
ahe@google.com fad1989fa2 Allow isolate/mandel_* tests to run for longer than the default 20 seconds.
Review URL: https://codereview.chromium.org//23679003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26979 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-31 13:46:07 +00:00
floitsch@google.com 1866e87ddd Switch to async_helper package.
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26918 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-30 14:19:57 +00:00
scheglov@google.com 663530693f New analysis_experimental snapshot.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26876 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-29 16:30:24 +00:00
zra@google.com f088d812b1 Enables isolate and utils tests for arm and mips.
R=regis@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26745 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 20:59:52 +00:00
lrn@google.com 88b242b66a Mark some tests as failing instead of skipping.
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26698 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-27 09:26:10 +00:00
sgjesse@google.com 591aa2a781 More cleanup of isolate.status
Except for the negative tests which pass on the analyzer all lines now have an issue number.

R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26509 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 08:55:39 +00:00
sgjesse@google.com db24c54987 Cleanup of isolate.status (first step)
R=ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26506 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 07:35:25 +00:00
kustermann@google.com bc051d0a91 Remove entries in status refering to non-existent files
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26438 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 16:40:40 +00:00
jacobr@google.com 339b0bdd70 Attempt to land Dartium roll a second time.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26363 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-20 15:54:49 +00:00
sgjesse@google.com e95bb89f6d Remove some bogus rules from the staus files
R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26357 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-20 14:19:51 +00:00
jacobr@google.com c6ebe4e4e0 rollback problem blink merge cl
Review URL: https://codereview.chromium.org//23163010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26339 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-20 06:22:24 +00:00
jacobr@google.com 785c8416bc Changes required for Dartium roll
Merge checkpoint. Everything compiles.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26335 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-20 01:50:17 +00:00
scheglov@google.com 0535260c7a Issue 11892. It is compile-time error when unqualified invocation with unresolved identifier.
https://code.google.com/p/dart/issues/detail?id=11892

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26016 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-12 18:06:32 +00:00
kustermann@google.com e1d4069eab Revert "Status file updates after changing testing scripts to use a dependency graph"
BUG=http://dartbug.com/12239
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25998 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-12 11:44:04 +00:00
vsm@google.com 9ce18f68fb Reenable isolate test
This is now passing on the bots (and making them red).

TBR=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25956 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-09 00:13:23 +00:00
johnniwinther@google.com 277d57c113 Update status.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25865 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-07 09:19:53 +00:00
johnniwinther@google.com 991c9a14f5 Fix uses of throw/rethrow.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25863 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-07 08:55:30 +00:00
vsm@google.com c72a3deb44 Mark isolate test as failing
Filed: https://code.google.com/p/dart/issues/detail?id=12279

TBR=asiva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25844 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-06 23:07:01 +00:00
kustermann@google.com 8324943b7d Status file updates after changing testing scripts to use a dependency graph
TBR=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25768 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-05 15:30:07 +00:00
ahe@google.com 1697e502b4 Fix test wrapping issues.
BUG=http://dartbug.com/11648
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25214 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-19 13:30:37 +00:00
nweiz@google.com 76cce65f42 Mark isolate_stress_test as crashing on Chrome.
BUG=11648

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25185 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-18 21:58:00 +00:00
kustermann@google.com 5dabb9e36b Status file update: spawn_uri tests should now work in debug mode as well
R=asiva@google.com, vsm@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24958 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-12 16:39:39 +00:00
scheglov@google.com 6c6b88967f Remove dartc status sections.
R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24735 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-03 17:50:34 +00:00
ricow@google.com 255295f4b4 Mark spawn_uri_vm_test and spawn_uri_nested_vm_test as Fail in debug mode on dartium
These tests are actually crashing the renderer with an assertion

Filed issue 11656

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24683 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-02 13:14:11 +00:00
nweiz@google.com 707dd0e506 Mark isolate_stress_test as timing out on DRT and Chrome.
Review URL: https://codereview.chromium.org//18356006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24661 260f80e4-7a28-3924-810f-c04153c831b5
2013-07-01 21:47:45 +00:00
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