Commit Graph

7082 Commits

Author SHA1 Message Date
floitsch@google.com 860a1436ff Mark IsolateStream.contains as flaky.
Review URL: https://codereview.chromium.org//22918016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26529 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 15:46:10 +00:00
floitsch@google.com a30cffbf77 Treat negative utf8-units the same way as other broken encodings.
R=lrn@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26528 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 15:40:41 +00:00
floitsch@google.com 109280c8f9 Make utf8 decoder non-buffered.
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26526 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 14:33:34 +00:00
kustermann@google.com 3f148045fb Removed status file entries refering to non-existent multitests
TBR=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26525 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 14:29:36 +00:00
floitsch@google.com 7714545fd9 Add timeout to flaky test.
Review URL: https://codereview.chromium.org//22909035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26523 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 14:14:03 +00:00
floitsch@google.com b02327605d Mark flake as ok (co19 issue).
Review URL: https://codereview.chromium.org//22986026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26521 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 14:09:41 +00:00
sgjesse@google.com bab2500197 Update test for assignment to final variables
The latest spec (0.51) says:

Attempting to assign to a final variable anywhere except in its
declaration or in a constructor header will cause a runtime error to
be thrown as discussed below. The assignment will also give rise to a
static warning.

R=ahe@google.com
BUG=7062, 11591

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26519 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 13:15:19 +00:00
lrn@google.com 43bf48fa0e Add ASCII encoding to lib/convert.
Reuses part of LATIN1 encoding.

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26518 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 13:05:29 +00:00
sgjesse@google.com d72b992eaf Update the language.status
Mainly adding issue numbers.

R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26516 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 12:02:59 +00:00
ricow@google.com 1a2510a8db Mark dart2js_extra/deferred/deferred_function_test as flaky
Filed issue 12635

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26512 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 09:46:26 +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
lrn@google.com d0bc320298 Add Latin-1 converters to convert library.
I plan to modify this to a generic version and make Ascii and Latin1
special cases that only differ in the mask (0x7f vs 0xff), or maybe
a few other cases.

R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26508 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 08:28:37 +00:00
ngeoffray@google.com 4db026b531 Update status file.
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26507 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 07:43:18 +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
jacobr@google.com 05f9ed2189 Re-enable NodeIterator
A matching Dartium CL does the heavy lifting.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26502 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 01:41:06 +00:00
jacobr@google.com 97075e2d22 WebSocket security checks changed a bit with the latest Dartium roll so the test failed with the following error when protocol 'chat' was used. failed: Error during WebSocket handshake: Sec-WebSocket-Protocol mismatch"
I've switched the WebSocket constructor test to pass in the protocol 'chat' so that coverage for passing in a protocol is not impacted.

Note that chrome dev channel reports the same error when a JS WebSocket is created with protocol 'chat' given the same scenario.

BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26496 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 00:33:54 +00:00
hausner@google.com 6b20c0ecaa Detect circular dependencies in compile time constants
Fix issue 1681

R=srdjan@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26491 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 23:55:59 +00:00
vsm@google.com 59720b88f5 Mark some custom element tests as fail for dart2js/checked mode
TBR=sra@google.com,blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26488 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 23:45:16 +00:00
vsm@google.com 0d492092ea Reenble custom element tests
These seem to all pass for me now.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26479 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 21:57:28 +00:00
jwren@google.com a716d8aea0 Fix for 12494
R=brianwilkerson@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26478 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 21:56:28 +00:00
sra@google.com 38f9e9a222 Revert "Fix casts and type assertions on mixins used in native classes"
Review URL: https://codereview.chromium.org//22831022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26473 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 20:49:21 +00:00
rmacnak@google.com 9589f540c1 Fix issue number of reflected_type_test on dart2js.
BUG=
R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26461 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 19:38:21 +00:00
vsm@google.com c34afe0a63 Update status for passing test
Looks like this started passing with your recent cl.

TBR=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26460 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 19:32:55 +00:00
sra@google.com 1a0e976128 Fix casts and type assertions on mixins used in native classes
TBR=ngeoffray@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26459 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 19:32:16 +00:00
vsm@google.com 89b8d13fb6 Support for type extensions in Dartium (part 1)
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26458 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 19:30:28 +00:00
vsm@google.com 01e3c94a34 Fix status
The outerHtml fix has this test running on drt.  I believe it's
skipped everywhere else for now.

TBR=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26456 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 19:02:34 +00:00
jacobr@google.com 8b84d8ee76 Changes required for Dartium roll
Merge checkpoint. Everything compiles.

BUG=

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26455 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 18:41:58 +00:00
regis@google.com eca9ec7417 Mark new test as failing when run minified under dart2js.
Review URL: https://codereview.chromium.org//23361012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26454 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 18:32:28 +00:00
rmacnak@google.com ef72ff32fb Test that importing dart:core with a prefix does not hide dynamic.
BUG=http://dartbug.com/12478
R=ahe@google.com, gbracha@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26450 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 17:55:27 +00:00
ricow@google.com 52c02391e0 A few more flaky markers for IE
+ reorg of a flaky test just marked for checked mode

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26448 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 17:52:20 +00:00
blois@google.com 688ad2c706 De-flaking custom element test.
This appears to be the Chrome flakiness around making XHRs.

BUG=12592
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26447 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 17:43:34 +00:00
regis@google.com 0ab840ae98 Fix bound checking in self referencing type (issue 12553).
Added test.

R=hausner@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26444 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 17:22:18 +00:00
floitsch@google.com 6d2f9a24fc Rewrite async test to make it non-flaky.
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26441 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 16:54:12 +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
vsm@google.com db5da2949f Fix outerHtml comparisons in document_register_type_extension_test.
BUG=
R=blois@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26437 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 16:18:22 +00:00
whesse@google.com 654c9c9ff3 Remove fixed test from language_analyzer and language_analyzer2 status files.
BUG=dartbug.com/11582
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26436 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 15:58:31 +00:00
sgjesse@google.com c7bef43f06 Update language status files
Update bug number and move a line to the correct file

R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26435 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 15:49:50 +00:00
whesse@google.com 9de122a462 Add Platform.packageRoot and Platform.executableArguments to dart:io.
BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26432 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 15:21:55 +00:00
sgjesse@google.com d642996240 Update language.status
Remove some references to closed bugs. Add new bugs number and remove reference to non-existing test.

R=kustermann@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26431 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 14:45:08 +00:00
lrn@google.com 34ca90cc41 Fix test that contains compile-time error.
This doesn't affect dart2js, which fails to detect the compile-time error.
Filing separate bug for that.

R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26430 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 14:28:47 +00:00
ricow@google.com 521008fc4a More ie9 status updates.
Additional flake on co19

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26428 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 12:55:42 +00:00
sgjesse@google.com 9ff0a2a071 Update language status file
Updated one bug whic was closed (created new)

Removed test for source as a reserved word, as it is not anymore.

Removed reference to a multitest id which was not in the file

R=kustermann@google.com, ricow@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26427 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 12:37:25 +00:00
ricow@google.com e6cbe40e6c Update suppressions for IE9
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26426 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 12:32:31 +00:00
floitsch@google.com 79ccbfb6e1 Mark innerHtml test as flaky.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26425 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 11:54:18 +00:00
floitsch@google.com fa3511cc5a Mark co19 tests as flaky.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26424 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 11:36:08 +00:00
ricow@google.com 77037d89c4 Update status for ie9
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26422 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 10:56:18 +00:00
ajohnsen@google.com 92dc30bc0c Only change timeout to 100ms after the connection is established.
BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26420 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 07:44:09 +00:00
sgjesse@google.com 38506f9d57 Remove the LineTransformer from dart:io
The LineTransformer has been retired, and is replaced with LineSplitter from dart:convert

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26419 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 07:35:46 +00:00
ngeoffray@google.com 4e107aa0c0 Fix receiver refining optimization in the presence of null: any Object method can be called on the null object.
R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26418 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 07:30:19 +00:00
ajohnsen@google.com 87530aa003 Add HttpServer.idleTimeout for closing idle keep-alive connections.
Default value is set to 120 seconds.

BUG=https://code.google.com/p/dart/issues/detail?id=12565
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26417 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-21 07:04:36 +00:00