Version 1.2.0-dev.3.2

svn merge -c 32201 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
svn merge -c 32204 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
svn merge -c 32211 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
svn merge -c 32238 https://dart.googlecode.com/svn/branches/bleeding_edge trunk

All of the changes are status file changes.

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

git-svn-id: http://dart.googlecode.com/svn/trunk@32242 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/tests/html/html.status b/tests/html/html.status
index 1fd18b5..0e256b0 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -67,6 +67,7 @@
 async_test: Pass, Fail # timers test fails on ie10.
 indexeddb_5_test: Fail # Issue 12893
 js_test: Fail # Issue 14246
+custom/constructor_calls_created_synchronously_test: Fail, Pass # Issue 16453
 
 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
@@ -175,6 +176,7 @@
 js_test: RuntimeError # Issue 14645
 custom/mirrors_test: pass, fail # Issue 16441
 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441
+custom/document_register_basic_test: pass, fail # Issue 16455
 
 # IE9 Feature support statuses-
 # All changes should be accompanied by platform support annotation changes.
diff --git a/tests/language/language.status b/tests/language/language.status
index b51140d..8980845 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -84,4 +84,5 @@
 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
 typed_message_test: Crash, Fail # Issue 13921, 14400
 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921.
-
+override_inheritance_mixed_test/08: Fail # Issue 16137
+override_inheritance_mixed_test/09: Fail # Issue 16137
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index 2ed39abb..026333e 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -208,6 +208,7 @@
 # flaky override tests
 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
+override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
 
 
 abstract_exact_selector_test: StaticWarning
diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
index 9f42d9f..e86eaa7 100644
--- a/tests/language/language_analyzer2.status
+++ b/tests/language/language_analyzer2.status
@@ -208,6 +208,7 @@
 # flaky override tests
 override_inheritance_field_test/33: MissingStaticWarning, Pass # Issue 16498
 override_inheritance_field_test/33a: MissingStaticWarning, Pass # Issue 16498
+override_inheritance_generic_test/09: MissingStaticWarning, Pass # Issue 16498
 
 
 abstract_exact_selector_test: StaticWarning
diff --git a/tools/VERSION b/tools/VERSION
index 851d6aa..6f3dbda 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -28,4 +28,4 @@
 MINOR 2
 PATCH 0
 PRERELEASE 3
-PRERELEASE_PATCH 1
+PRERELEASE_PATCH 2