Version 0.4.3.6 .
svn merge -c 20433 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
Review URL: https://codereview.chromium.org//13205002
git-svn-id: http://dart.googlecode.com/svn/trunk@20631 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 890beef..1c05350 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -51,6 +51,7 @@
io/file_system_links_test: Skip # No links on Windows.
[ $compiler == none && $runtime == drt ]
+typed_data_isolate_test: Skip # This test uses dart:io
io/*: Skip # Don't run tests using dart:io in the browser
crypto/*: Skip # Don't run tests using dart:io in the browser
package/*: Skip # Do not run those in Dartium.
@@ -114,9 +115,6 @@
io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate
io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate
-[ $runtime == dartium ]
-typed_data_isolate_test: Skip # This test uses dart:io
-
[ $compiler == dart2dart ]
# Skip until we stabilize language tests.
*: Skip
diff --git a/tools/VERSION b/tools/VERSION
index 5c9f716..77e1b1c 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
MAJOR 0
MINOR 4
BUILD 3
-PATCH 5
+PATCH 6