Version 1.1.0-dev.5.8

svn merge -c 31571 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
svn merge -c 31599 https://dart.googlecode.com/svn/branches/bleeding_edge trunk

Applied trunk specific cls:
https://codereview.chromium.org/136423002
https://codereview.chromium.org/134523002

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

git-svn-id: http://dart.googlecode.com/svn/trunk@31732 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkg/pkg.status b/pkg/pkg.status
index de2031a..29e687f 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -106,9 +106,6 @@
 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
 polymer/test/noscript_test: RuntimeError # Issue 13260
 
-[ ($runtime == ie9 || $runtime == ie10) && $checked ]
-polymer/test/take_attributes_test: RuntimeError # Issue 13260
-
 # Skip browser-specific tests on VM
 [ $runtime == vm ]
 path/test/browser_test: Fail, OK # Uses dart:html
diff --git a/tests/html/html.status b/tests/html/html.status
index 3820d3d..a983939 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -21,7 +21,7 @@
 [ $compiler == dart2js && $browser ]
 custom/created_callback_test: Fail # Support for created constructor.
 
-[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
+[ $compiler == dart2js && ($runtime == drt || $runtime == dartium) ]
 audiobuffersourcenode_test/functional: Fail # 15913
 
 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index c25c984..3b52d6d 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -89,6 +89,7 @@
 [ $runtime == safari ]
 typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for TypedArray.set
 typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for TypedArray.set
+typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for TypedArray.set
 mirrors/to_string_test: Fail # Safari bug TODO(ahe): Add bug number if able to submit bug.
 
 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
@@ -142,6 +143,8 @@
 
 [ $compiler == dart2js && $checked ]
 convert/utf85_test: Pass, Slow # Issue 12029.
+
+[ $compiler == dart2js && $checked && $runtime == d8 ]
 async/stream_transform_test: Fail # https://code.google.com/p/v8/issues/detail?id=3084
 
 [ $compiler == dart2js ]
diff --git a/tools/VERSION b/tools/VERSION
index 8f227b3..27e6014 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -28,4 +28,4 @@
 MINOR 1
 PATCH 0
 PRERELEASE 5
-PRERELEASE_PATCH 7
+PRERELEASE_PATCH 8