Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: tests/compiler/dart2js/dart2js.status

Issue 11361190: a === b -> identical(a, b) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 80chars. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js/dart2js.status
diff --git a/tests/compiler/dart2js/dart2js.status b/tests/compiler/dart2js/dart2js.status
index b082495f75139190797043c4bdd8532d75ae7c2a..fb0c1ab00b62dcf9f7d5f3faf6ddbd63ea56b8e6 100644
--- a/tests/compiler/dart2js/dart2js.status
+++ b/tests/compiler/dart2js/dart2js.status
@@ -2,6 +2,7 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
+identity_test: Fail # Issue 6638
Lasse Reichstein Nielsen 2012/11/12 13:10:41 Wut? Just remove the test. It's useless anyway.
floitsch 2012/11/12 22:18:43 It tests if we optimize the identity function. As
constant_folding_string_test: Fail
pretty_parameter_test: Fail # TODO(floitsch): investigate.
tree_shaking_test: Fail # Issue 4811

Powered by Google App Engine
This is Rietveld 408576698