Version 0.4.3.4

svn merge -c 20431 https://dart.googlecode.com/svn/branches/bleeding_edge/dart dart
Review URL: https://codereview.chromium.org//12984018

git-svn-id: http://dart.googlecode.com/svn/trunk@20537 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 2e39371..890beef8 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -114,6 +114,9 @@
 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 275240e..beb3099 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -1,4 +1,4 @@
 MAJOR 0
 MINOR 4
 BUILD 3
-PATCH 3
+PATCH 4