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

Side by Side Diff: tests/language/language.status

Issue 9694024: - Allow string interpolation in constant strings. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 PseudoKWIllegalTest/16: Fail # Issue 356 176 PseudoKWIllegalTest/16: Fail # Issue 356
177 PseudoKWTest: Fail # Issue 356 177 PseudoKWTest: Fail # Issue 356
178 ScopeNegativeTest: Fail # Bug 4207538. 178 ScopeNegativeTest: Fail # Bug 4207538.
179 StaticCallWrongArgumentCountNegativeTest: Fail 179 StaticCallWrongArgumentCountNegativeTest: Fail
180 StaticField1RunNegativeTest: Fail # issue 1662 180 StaticField1RunNegativeTest: Fail # issue 1662
181 StaticField1aRunNegativeTest: Fail # issue 1662 181 StaticField1aRunNegativeTest: Fail # issue 1662
182 StaticField2RunNegativeTest: Fail # issue 1662 182 StaticField2RunNegativeTest: Fail # issue 1662
183 StaticField2aRunNegativeTest: Fail # issue 1662 183 StaticField2aRunNegativeTest: Fail # issue 1662
184 StringEscape1NegativeTest: Fail # Issue 1351. 184 StringEscape1NegativeTest: Fail # Issue 1351.
185 StringEscape4NegativeTest: Fail # Issue 1351. 185 StringEscape4NegativeTest: Fail # Issue 1351.
186 StringInterpolation8Test: Fail # Issue 2126.
186 SuperOperatorTest: Fail # Bug 4995463. 187 SuperOperatorTest: Fail # Bug 4995463.
187 Switch3NegativeTest: Fail # issue 1663 188 Switch3NegativeTest: Fail # issue 1663
188 Switch7NegativeTest: Fail # Bug 4208467. 189 Switch7NegativeTest: Fail # Bug 4208467.
189 SwitchLabelTest: Fail # Bug 4208467. 190 SwitchLabelTest: Fail # Bug 4208467.
190 SyntaxTest: Skip # Bug 2107 Static type warnings in none case 191 SyntaxTest: Skip # Bug 2107 Static type warnings in none case
191 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 192 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
192 Throw7NegativeTest: Fail # Bug 4208459. 193 Throw7NegativeTest: Fail # Bug 4208459.
193 ConstructorRedirectTest/01: Fail # Issue 2105. 194 ConstructorRedirectTest/01: Fail # Issue 2105.
194 195
195 # 196 #
(...skipping 29 matching lines...) Expand all
225 # frogium: Dart code compiled with frog VM running under DumpRenderTree 226 # frogium: Dart code compiled with frog VM running under DumpRenderTree
226 # webdriver: Dart code compiled with frog VM running on an actual browser 227 # webdriver: Dart code compiled with frog VM running on an actual browser
227 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular 228 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
228 # browser, you can be more specific about the failure by using $browser: 229 # browser, you can be more specific about the failure by using $browser:
229 # [ $component == webdriver && $browser == chrome ] for example. 230 # [ $component == webdriver && $browser == chrome ] for example.
230 [ ($component == frog || $component == frogsh || $component == frogium || $compo nent == webdriver) && $unchecked ] 231 [ ($component == frog || $component == frogsh || $component == frogium || $compo nent == webdriver) && $unchecked ]
231 BoolTest: Fail # Issue 2092 232 BoolTest: Fail # Issue 2092
232 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. 233 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps.
233 234
234 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 235 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
236 AdjacentConstStringLiteralsTest: Fail # Issue 2110
235 ExceptionTest: Fail # Issue 1785 237 ExceptionTest: Fail # Issue 1785
236 Factory3Test: Fail # Issue 417 238 Factory3Test: Fail # Issue 417
237 Factory2NegativeTest: Fail 239 Factory2NegativeTest: Fail
238 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 240 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
239 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps . 241 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps .
240 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant. 242 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
241 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 243 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
242 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. 244 DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
243 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to 245 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
244 # be moved to a 246 # be moved to a
(...skipping 23 matching lines...) Expand all
268 ImplementTypeParameterNegativeTest: Skip # Issue 887 270 ImplementTypeParameterNegativeTest: Skip # Issue 887
269 FactoryImplementationTest: Fail # Issue 523 271 FactoryImplementationTest: Fail # Issue 523
270 PseudoKWTest: Fail # Issue 356 272 PseudoKWTest: Fail # Issue 356
271 NamingTest: Fail # Issue 356 273 NamingTest: Fail # Issue 356
272 DuplicateImplementsTest: Skip # Issue 976 274 DuplicateImplementsTest: Skip # Issue 976
273 DoubleToString: Fail # Prints "3" instead of "3.0". 275 DoubleToString: Fail # Prints "3" instead of "3.0".
274 ThirdTest: Fail # Issue 1511 276 ThirdTest: Fail # Issue 1511
275 TryCatchSyntaxTest/08: Fail 277 TryCatchSyntaxTest/08: Fail
276 TryCatchSyntaxTest/09: Fail 278 TryCatchSyntaxTest/09: Fail
277 CondExprTest: Fail 279 CondExprTest: Fail
280 StringInterpolation8Test: Fail # Issue 2127
278 SuperFieldAccessTest: Fail # Issue 1695 281 SuperFieldAccessTest: Fail # Issue 1695
279 CompileTimeConstant6Test: Fail 282 CompileTimeConstant6Test: Fail
280 ConstructorRedirectTest/01: Fail # Issue 2104. 283 ConstructorRedirectTest/01: Fail # Issue 2104.
281 284
282 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. 285 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate.
283 286
284 # VM or DartC specific tests not to be run by Frog. See language.status 287 # VM or DartC specific tests not to be run by Frog. See language.status
285 *VMTest: Skip 288 *VMTest: Skip
286 *VMNegativeTest: Skip 289 *VMNegativeTest: Skip
287 *DartcTest: Skip 290 *DartcTest: Skip
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 [ $component == frog && $mode == debug ] 474 [ $component == frog && $mode == debug ]
472 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 475 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
473 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 476 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
474 477
475 [ $arch == simarm ] 478 [ $arch == simarm ]
476 *: Skip 479 *: Skip
477 480
478 [ $arch == arm ] 481 [ $arch == arm ]
479 *: Skip 482 *: Skip
480 483
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698