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

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

Issue 8585044: Fixes issues in string interpolation tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: remove debugging code Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 Prefix20NegativeTest: Fail 295 Prefix20NegativeTest: Fail
296 Prefix15Test: Fail 296 Prefix15Test: Fail
297 Private3Test: Fail 297 Private3Test: Fail
298 PrivateTest: Fail 298 PrivateTest: Fail
299 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 299 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356
300 RegExp3Test: Fail 300 RegExp3Test: Fail
301 ScopeNegativeTest: Fail 301 ScopeNegativeTest: Fail
302 ScriptNegativeTest: Fail 302 ScriptNegativeTest: Fail
303 StringConcatTest: Fail 303 StringConcatTest: Fail
304 StringEscapesTest: Fail 304 StringEscapesTest: Fail
305 StringInterpolate1NegativeTest: Fail
306 StringInterpolate2Test: Fail
307 StringInterpolateTest: Fail
308 StringTest: Fail 305 StringTest: Fail
309 SuperImplicitClosureTest: Fail 306 SuperImplicitClosureTest: Fail
310 SuperTest: Fail # this is testing precise ordering of super constructor call 307 SuperTest: Fail # this is testing precise ordering of super constructor call
311 SwitchLabelTest: Fail 308 SwitchLabelTest: Fail
312 TryCatch9NegativeTest: Fail 309 TryCatch9NegativeTest: Fail
313 TypeVariableBoundsTest/none: Fail # Issue 417 310 TypeVariableBoundsTest/none: Fail # Issue 417
314 TypeVariableBoundsTest/00: Fail # Issue 417 311 TypeVariableBoundsTest/00: Fail # Issue 417
315 TypeVariableBoundsTest/03: Fail # Issue 417 312 TypeVariableBoundsTest/03: Fail # Issue 417
316 TypeVariableBoundsTest/04: Fail # Issue 417 313 TypeVariableBoundsTest/04: Fail # Issue 417
317 TypeVariableScopeTest/none: Fail # Issue 417 314 TypeVariableScopeTest/none: Fail # Issue 417
318 UnboundGetterTest: Fail
319 WrongNumberTypeArgumentsTest: Fail 315 WrongNumberTypeArgumentsTest: Fail
320 ImplicitThisTest/01: Fail # Issue 376 316 ImplicitThisTest/01: Fail # Issue 376
321 ImplicitThisTest/02: Fail # Issue 376 317 ImplicitThisTest/02: Fail # Issue 376
322 ImplicitThisTest/03: Fail # Issue 376 318 ImplicitThisTest/03: Fail # Issue 376
323 ImplicitThisTest/04: Fail # Issue 376 319 ImplicitThisTest/04: Fail # Issue 376
324 ImplicitThisTest/none: Fail # Issue 376 320 ImplicitThisTest/none: Fail # Issue 376
325 321
326 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ] 322 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $unchecked ]
327 PrivateMemberTest/01: Fail # test seems bad - see issue #353 323 PrivateMemberTest/01: Fail # test seems bad - see issue #353
328 PrivateMemberTest/02: Fail # test seems bad - see issue #353 324 PrivateMemberTest/02: Fail # test seems bad - see issue #353
329 PrivateMemberTest/03: Fail # test seems bad - see issue #353 325 PrivateMemberTest/03: Fail # test seems bad - see issue #353
330 PrivateMemberTest/04: Fail # test seems bad - see issue #353 326 PrivateMemberTest/04: Fail # test seems bad - see issue #353
331 327
332 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ] 328 [ ($component == frogsh || $component == frog || $component == leg || $componen t == frogium) && $checked ]
333 PrivateMemberTest/none: Fail # test seems bad - see issue #353 329 PrivateMemberTest/none: Fail # test seems bad - see issue #353
334 330
335 [ $component == leg ] 331 [ $component == leg ]
336 FinalVarNegativeTest: Fail 332 FinalVarNegativeTest: Fail
337 StaticTopLevelTest/00: Fail 333 StaticTopLevelTest/00: Fail
338 StaticTopLevelTest/03: Fail 334 StaticTopLevelTest/03: Fail
335 StringInterpolate2Test: Fail
339 336
340 [ $component == frog || $component == frogsh || $component == leg ] 337 [ $component == frog || $component == frogsh || $component == leg ]
341 # these tests are inconsistent in frogium and frogsh-node, investigate 338 # these tests are inconsistent in frogium and frogsh-node, investigate
342 ParameterInitializerTest: Pass 339 ParameterInitializerTest: Pass
343 StaticField1RunNegativeTest: Pass 340 StaticField1RunNegativeTest: Pass
344 StaticField2RunNegativeTest: Pass 341 StaticField2RunNegativeTest: Pass
345 342
346 [ $component == frogium ] 343 [ $component == frogium ]
347 # these tests are inconsistent in frogium and frogsh-node, investigate 344 # these tests are inconsistent in frogium and frogsh-node, investigate
348 ParameterInitializerTest: Fail 345 ParameterInitializerTest: Fail
349 StaticField1RunNegativeTest: Fail 346 StaticField1RunNegativeTest: Fail
350 StaticField2RunNegativeTest: Fail 347 StaticField2RunNegativeTest: Fail
351 348
352 [ $arch == x64 ] 349 [ $arch == x64 ]
353 *: Skip 350 *: Skip
354 351
355 [ $arch == simarm ] 352 [ $arch == simarm ]
356 *: Skip 353 *: Skip
357 354
358 [ $arch == arm ] 355 [ $arch == arm ]
359 *: Skip 356 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698