Commit Graph

1421 Commits

Author SHA1 Message Date
alanknight@google.com 867e2fb38c Put back status file entry for russian windows locale test, it's still not working
Review URL: https://codereview.chromium.org//12033081

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17590 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-24 19:06:42 +00:00
alanknight@google.com e17f6ef909 Make standalone (non-browser) locale detection for windows also accept short locale names
Review URL: https://codereview.chromium.org//11953069

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17588 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-24 18:51:50 +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
efortuna@google.com 5087eedf93 Adjust pkg status for analyzer-experimental tests.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17419 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-22 20:38:15 +00:00
alanknight@google.com ae8178bb6b Standalone locale test still failing on Windows, restore status file
Review URL: https://codereview.chromium.org//11936003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17096 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-15 21:47:37 +00:00
alanknight@google.com 7a42378b21 [ak] Fix tests to accept short locale names as well as long ones
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17090 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-15 20:39:22 +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
alanknight@google.com f3bd62d72a Fix flakiness in intl_message_basic_example_test (7730)
Review URL: https://codereview.chromium.org//11818034

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16930 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-10 18:23:33 +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
rnystrom@google.com a3dfac3b6f Disable new args test suites on dart2js.
Review URL: https://codereview.chromium.org//11829035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16886 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-09 21:17:19 +00:00
ager@google.com 39c59cdfb3 Update status file with locale test that fails with at least Russian and Danish locale on Windows.
R=ricow@google.com,alanknight@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16844 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-09 10:11:45 +00:00
floitsch@google.com 2bf136b372 Update status file for drt.
Review URL: https://codereview.chromium.org//11791029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16742 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-07 19:54:49 +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
ager@google.com 0836e40506 Mark intl test as failing.
R=floitsch@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16696 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-07 13:35:57 +00:00
rnystrom@google.com 0b54c34c24 Disable path tests where dart:io is not available.
Review URL: https://codereview.chromium.org//11638007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16298 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-19 00:20:09 +00:00
ricow@google.com e86d230e80 Remove suppressions from pkg status file, these tests are no longer failing after 16238.
Review URL: https://codereview.chromium.org//11615018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16245 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-18 06:38:12 +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
sgjesse@google.com b4bfe2f493 Update status file
The failure does not reprodice locally any more.

R=ager@google.com

BUG=dart:6967

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16025 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-12 09:16:54 +00:00
alanknight@google.com 5df2b86dff Initial version of a serialization framework
Review URL: https://codereview.chromium.org//11293283

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15796 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-06 18:13:36 +00:00
scheglov@google.com eef3848e9e Rollback removing Skip for DartC
TBR

For some reason this causes dart2js failures, but should not in theory.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15607 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-30 22:36:51 +00:00
scheglov@google.com e6640e35eb Remove 'skip' status from some of the tests.
About 100 of them.
More 100+ tests could be added, but because of http://code.google.com/p/dart/issues/detail?id=5064 most of them fail.

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15599 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-30 21:11:41 +00:00
ahe@google.com 231fa25b3f Enable pkg/args_test on Dartium.
Review URL: https://codereview.chromium.org//11415225

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15583 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-30 12:44:46 +00:00
ahe@google.com d5337f6b1e Mark flaky tests as such.
Review URL: https://codereview.chromium.org//11348244

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15376 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-27 09:47:04 +00:00
scheglov@google.com 5d7261d837 Issue 6790. Support for '--name=value' options style.
http://code.google.com/p/dart/issues/detail?id=6790

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15312 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-26 16:32:30 +00:00
sgjesse@google.com 7805f03972 Generate an error for active connections when the HTTP client is shutdown
Before the underlying sockets where just silently closed causing no more IO events on active connections no matter what state they where in.

Also added an optional "force" argument to HttpClient.shutdown. If that is false (the default) The HttpClient will not close active connections until they are done. This causes all pkg/http and pub tests to pass.

R=ager@google.com, nweiz@google.com

BUG=dart:6594

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15275 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-23 09:28:34 +00:00
nweiz@google.com a99dde64ec Fix OAuth2 tests, and disable them on non-dart:io platforms.
TBR

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15116 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-19 22:38:44 +00:00
ahe@google.com 6535d87291 Skip pkg/args_test on Dartium.
We still need to set up a package-root for Dartium.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15083 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-19 14:08:44 +00:00
ahe@google.com adb2d591a2 Update status file because dartc doesn't implement --package-root option.
Review URL: https://codereview.chromium.org//11316075

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15067 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-19 10:37:23 +00:00
nweiz@google.com f4e557d746 Move CurlClient to Pub so that it can access resources.
This CL also enables tests for the client on Linux and OS X.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15047 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-17 01:15:45 +00:00
sgjesse@google.com 8a948455a0 Revert "Re-enable test pkg/http/test/request_test Windows"
This reverts r14946

TBR=ager@google.com

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14966 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-15 14:55:47 +00:00
sgjesse@google.com 3d83ee6059 Re-enable test pkg/http/test/request_test Windows
R=ager@google.com

BUG=dart:6594

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14946 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-15 08:25:40 +00:00
nweiz@google.com 47393b62a0 Add an HTTP client based on Curl.
Review URL: https://codereview.chromium.org//11394003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14811 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-12 22:01:14 +00:00
gram@google.com afd6a79416 Update library syntax in pkg files.
Review URL: https://codereview.chromium.org//11362139

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14646 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-07 18:52:40 +00:00
antonm@google.com 65b06a1601 Remove suppressions for now passing tests.
R=podivilov@chromium.org

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14640 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-07 17:32:07 +00:00
sgjesse@google.com f12c9bca71 Correct entry in pkg.status file
TBR=ahe@google.com

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14628 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-07 15:24:16 +00:00
sgjesse@google.com 888322f484 Mark pkg/http/test/request_test flaky on Windows
R=ager@google.com

BUG=dart:6594

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14624 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-07 14:27:25 +00:00
sgjesse@google.com d83354b83d Keep track of the request and response state in the HTTP client connection
In a HTTP client connection it is possible for the response to end
before the request has been fully sent. This situation was not handled
correctly. Now the HTTP client connection keeps track of the state of
both request and response and doen not end the client connection
before both are done.

R=ager@google.com

BUG=dart:6521

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14559 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-06 11:28:19 +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
ricow@google.com 9f1fa8b10e Suppress new pkg/http/http_test, it is flaky
Filed issue 6521 to track this
Review URL: https://codereview.chromium.org//11361085

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14509 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-04 16:33:34 +00:00
nweiz@google.com 549efe3bdf Add an HTTP library that wraps dart:io.
Review URL: https://codereview.chromium.org//11363063

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14502 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-02 20:55:01 +00:00
nweiz@google.com e6a33d23fb Reverting 14496
Review URL: https://codereview.chromium.org//11293075

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14498 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-02 20:13:14 +00:00
nweiz@google.com f6f3e1d556 Add an HTTP library that wraps dart:io.
Review URL: https://codereview.chromium.org//11338054

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14496 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-02 19:45:04 +00:00
gram@google.com f98f92be9d Fix mock library to use new noSuchMethod signature.
Review URL: https://codereview.chromium.org//11363058

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14494 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-02 18:32:09 +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
gram@google.com 981c4b11df Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
This means all imports of unittest in our test code had to change to include 'lib' in the path.
While doing that change I changed the library/imports to the new syntax in the affected files.
Review URL: https://codereview.chromium.org//11301046

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14443 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-01 23:09:47 +00:00
gram@google.com 504b13a80e Fix test statuses of some tests that were marked as Fail but now pass as we
support new library syntax.
Review URL: https://codereview.chromium.org//11293048

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14439 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-01 22:15:38 +00:00
antonm@google.com 594b09ced4 Hopefully the last touch.
TBR=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14416 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-01 16:47:29 +00:00
antonm@google.com 9937d0238c Splt dartium and drt expectations.
TBR=dgrove@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14411 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-01 15:19:44 +00:00
antonm@google.com 350b034161 Suppress test which were migrated to new library syntax.
Alas, current testing framework doesn't support this new syntax for browser
tests.

TBR=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14409 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-01 14:50:08 +00:00