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

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

Issue 9610002: remove node.js dependency by running the frog compiler in (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: language status 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 *FrogNegativeTest: Skip 199 *FrogNegativeTest: Skip
200 200
201 201
202 [ $component == dartium ] 202 [ $component == dartium ]
203 # TODO: These need to be retriaged. 203 # TODO: These need to be retriaged.
204 RichardsTest: Fail 204 RichardsTest: Fail
205 TypedMessageTest: Fail # Bug 5246195 205 TypedMessageTest: Fail # Bug 5246195
206 StringEscape1NegativeTest: Skip 206 StringEscape1NegativeTest: Skip
207 GCTest: Skip # Issue 1487 207 GCTest: Skip # Issue 1487
208 208
209
210 [ $component == frogsh ]
211 IntrinsifiedMethodsTest: Fail # Issue 1470
212 ArithmeticTest: Fail # Issue 1470
213
214 # This set of four test components (frog, frogsh, frogium, and webdriver) all 209 # This set of four test components (frog, frogsh, frogium, and webdriver) all
215 # consume frog output, so if frog is generating the incorrect code, chances are 210 # consume frog output, so if frog is generating the incorrect code, chances are
216 # it will fail on all of these components. 211 # it will fail on all of these components.
217 # 212 #
218 # Further explanation: 213 # Further explanation:
219 # frog: frog compiler, run using the VM 214 # frog: frog compiler, run using the VM
220 # frogsh: self-hosted frog compiler 215 # frogsh: self-hosted frog compiler
221 # frogium: Dart code compiled with frog VM running under DumpRenderTree 216 # frogium: Dart code compiled with frog VM running under DumpRenderTree
222 # webdriver: Dart code compiled with frog VM running on an actual browser 217 # webdriver: Dart code compiled with frog VM running on an actual browser
223 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular 218 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
224 # browser, you can be more specific about the failure by using $browser: 219 # browser, you can be more specific about the failure by using $browser:
225 # [ $component == webdriver && $browser == chrome ] for example. 220 # [ $component == webdriver && $browser == chrome ] for example.
226 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 221 [ $component == frog || $component == frogium || $component == frogsh|| $compone nt == webdriver]
227 ExceptionTest: Fail # Issue 1785 222 ExceptionTest: Fail # Issue 1785
228 Factory3Test: Fail # Issue 417 223 Factory3Test: Fail # Issue 417
229 Factory2NegativeTest: Fail 224 Factory2NegativeTest: Fail
230 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 225 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
231 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. 226 DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
232 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to 227 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
233 # be moved to a 228 # be moved to a
234 # [ $component == frog || $component == frogium || $component == webdriver ] 229 # [ $component == frog || $component == frogium || $component == frogsh || $comp onent == webdriver ]
235 # section. 230 # section.
236 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation. 231 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const ant propagation.
237 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. 232 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
238 ExtendTypeParameterNegativeTest: Skip # Issue 886 233 ExtendTypeParameterNegativeTest: Skip # Issue 886
239 ExtendTypeParameter2NegativeTest: Skip # Issue 886 234 ExtendTypeParameter2NegativeTest: Skip # Issue 886
240 FinalSyntaxTest/none: Fail 235 FinalSyntaxTest/none: Fail
241 GetSetSyntaxTest/00: Fail # Issue 1571 236 GetSetSyntaxTest/00: Fail # Issue 1571
242 GetSetSyntaxTest/01: Fail # Issue 1571 237 GetSetSyntaxTest/01: Fail # Issue 1571
243 GetSetSyntaxTest/02: Fail # Issue 1571 238 GetSetSyntaxTest/02: Fail # Issue 1571
244 GetSetSyntaxTest/03: Fail # Issue 1571 239 GetSetSyntaxTest/03: Fail # Issue 1571
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 ImplicitThisTest/04: Fail # Issue 376 367 ImplicitThisTest/04: Fail # Issue 376
373 ImplicitThisTest/none: Fail # Issue 376 368 ImplicitThisTest/none: Fail # Issue 376
374 369
375 #Issue 1308 370 #Issue 1308
376 NamedParameters2Test: Fail 371 NamedParameters2Test: Fail
377 NamedParameters3Test: Fail 372 NamedParameters3Test: Fail
378 NamedParameters4Test: Fail 373 NamedParameters4Test: Fail
379 374
380 StringEscape4NegativeTest: Fail # Issue 1352 375 StringEscape4NegativeTest: Fail # Issue 1352
381 376
382 [ $component == frogium || $component == webdriver || $component == dartium ] 377 [ $component == frogium || $component == frogsh || $component == webdriver || $c omponent == dartium ]
383 ResourceTest: Fail # browser tests are #sourcing the test, causing an error tha t directives cannot be used in #sourced files, see issue 1807 378 ResourceTest: Fail # browser tests are #sourcing the test, causing an error tha t directives cannot be used in #sourced files, see issue 1807
384 379
385 [ $component == webdriver && $browser == chrome ] 380 [ $component == webdriver && $browser == chrome ]
386 StringEscape1NegativeTest: Skip 381 StringEscape1NegativeTest: Skip
387 382
388 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ] 383 [ $component == webdriver && ($browser == ff || $browser == safari || $browser = = ie) ]
389 Closure3Test: Fail 384 Closure3Test: Fail
390 MethodInvocationTest: Fail 385 MethodInvocationTest: Fail
391 Private3Test: Fail 386 Private3Test: Fail
392 StackTraceTest: Fail 387 StackTraceTest: Fail
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 PrivateMemberTest/04: Fail # test seems bad - see issue #353 429 PrivateMemberTest/04: Fail # test seems bad - see issue #353
435 TypeVariableBoundsTest/10: Fail # Should not complain in production mode. 430 TypeVariableBoundsTest/10: Fail # Should not complain in production mode.
436 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode. 431 WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode.
437 432
438 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ] 433 [ ($component == frogsh || $component == frog || $component == frogium) && $che cked ]
439 PrivateMemberTest/none: Fail # test seems bad - see issue #353 434 PrivateMemberTest/none: Fail # test seems bad - see issue #353
440 TypeVariableBoundsTest/09: Fail 435 TypeVariableBoundsTest/09: Fail
441 TypeVariableBounds2Test/00: Fail # Issue 1939 436 TypeVariableBounds2Test/00: Fail # Issue 1939
442 TypeVariableBounds2Test/03: Fail # Issue 1939 437 TypeVariableBounds2Test/03: Fail # Issue 1939
443 438
444 [ $component == frog || $component == frogsh ] 439 [ $component == frog ]
445 # these tests are inconsistent in frogium and frogsh-node, investigate 440 # these tests are inconsistent in frogium and frogsh-node, investigate
446 StaticField1RunNegativeTest: Pass 441 StaticField1RunNegativeTest: Pass
447 StaticField2RunNegativeTest: Pass 442 StaticField2RunNegativeTest: Pass
448 SyntaxTest/28: Fail # Issue 1109 443 SyntaxTest/28: Fail # Issue 1109
449 SyntaxTest/29: Fail # Issue 1109 444 SyntaxTest/29: Fail # Issue 1109
450 SyntaxTest/31: Fail # Issue 1109 445 SyntaxTest/31: Fail # Issue 1109
451 SyntaxTest/32: Fail # Issue 1109 446 SyntaxTest/32: Fail # Issue 1109
452 SyntaxTest/33: Fail # Issue 1109 447 SyntaxTest/33: Fail # Issue 1109
453 StringEscape3NegativeTest: Fail # Issue 1352 448 StringEscape3NegativeTest: Fail # Issue 1352
454 LiteralUnaryPlusTest/01: Fail # Issue 1400 449 LiteralUnaryPlusTest/01: Fail # Issue 1400
455 450
456 [ $component == frogium ] 451 [ $component == frogium || $component == frogsh ]
457 # these tests are inconsistent in frogium and frogsh-node, investigate 452 # these tests are inconsistent in frogium and frogsh-node, investigate
458 StaticField1RunNegativeTest: Pass # but error is not correct 453 StaticField1RunNegativeTest: Pass # but error is not correct
459 StaticField2RunNegativeTest: Pass # but error is not correct 454 StaticField2RunNegativeTest: Pass # but error is not correct
460 455
461 [ $component == frog && $mode == debug ] 456 [ $component == frog && $mode == debug ]
462 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
463 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
464 459
465 [ $arch == simarm ] 460 [ $arch == simarm ]
466 *: Skip 461 *: Skip
467 462
468 [ $arch == arm ] 463 [ $arch == arm ]
469 *: Skip 464 *: Skip
470 465
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698