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

Side by Side Diff: tests/co19/co19-leg.status

Issue 9616058: Implement parsing and resolving of type-variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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) 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 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 16 matching lines...) Expand all
27 [ $component == leg && $checked ] 27 [ $component == leg && $checked ]
28 # Leg does not support checked mode yet. 28 # Leg does not support checked mode yet.
29 *: Skip 29 *: Skip
30 30
31 31
32 [ $component == legium ] 32 [ $component == legium ]
33 *: Skip 33 *: Skip
34 34
35 35
36 [ $component == leg ] 36 [ $component == leg ]
37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out.
37 # Issues with co19 test suite. 38 # Issues with co19 test suite.
38 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 39 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
39 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 40 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
40 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 41 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
41 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 42 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
42 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 43 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
43 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 44 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
44 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 45 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
45 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 46 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
46 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. 47 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {.
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 233 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
233 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails . 234 LibTest/core/Object/operator_equality_A01_t01: Fail # Expect.isTrue(false) fails .
234 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 235 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
235 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 236 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
236 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 237 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
237 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
238 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
239 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!') 240 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti on expected!')
240 241
241 242
243 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs not implemented
244 Language/09_Generics/09_Generics_A01_t10: Fail
242 # 245 #
243 # The following tests are all semantic tests that we can rely on dartc 246 # The following tests are all semantic tests that we can rely on dartc
244 # catching for now. 247 # catching for now.
245 # 248 #
246 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 249 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
247 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 250 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
248 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 251 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
249 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error 252 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error
250 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error 253 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error
251 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error 254 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error 415 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error
413 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error 416 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error
414 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error 417 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error
415 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error 418 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error
416 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error 419 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error
417 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error 420 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error
418 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error 421 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error
419 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error 422 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error
420 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error 423 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error
421 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error 424 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error
422 Language/08_Interfaces/3_Factories_and_Constructors_A01_t04: Fail, OK # @compile -error
423 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error 425 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error
424 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error 426 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error
425 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error 427 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error
426 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error 428 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error
427 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error 429 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error
428 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error 430 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error
429 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error 431 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error
430 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error 432 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error
431 Language/08_Interfaces/3_Factories_and_Constructors_A04_t01: Fail, OK # @compile -error 433 Language/08_Interfaces/3_Factories_and_Constructors_A04_t01: Fail, OK # @compile -error
432 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error 434 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error
433 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error 435 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error
434 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error 436 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error
435 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error 437 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error
436 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error 438 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error
437 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error 439 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error
438 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error 440 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error
439 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error 441 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error
440 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error 442 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error
441 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 443 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
442 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 444 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
443 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 445 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
444 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 446 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
445 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 447 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
446 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
447 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 448 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
448 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 449 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
449 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 450 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
450 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 451 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
451 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 452 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
452 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
453 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
454 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
455 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
456 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps. 453 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps.
457 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error 454 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
458 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error 455 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error
459 Language/10_Expressions/03_Numbers_A02_t02: Fail, OK # @compile-error 456 Language/10_Expressions/03_Numbers_A02_t02: Fail, OK # @compile-error
460 Language/10_Expressions/03_Numbers_A02_t03: Fail, OK # @compile-error 457 Language/10_Expressions/03_Numbers_A02_t03: Fail, OK # @compile-error
461 Language/10_Expressions/03_Numbers_A03_t02: Fail, OK # @compile-error 458 Language/10_Expressions/03_Numbers_A03_t02: Fail, OK # @compile-error
462 Language/10_Expressions/03_Numbers_A03_t03: Fail, OK # @compile-error 459 Language/10_Expressions/03_Numbers_A03_t03: Fail, OK # @compile-error
463 Language/10_Expressions/03_Numbers_A04_t02: Fail, OK # @compile-error 460 Language/10_Expressions/03_Numbers_A04_t02: Fail, OK # @compile-error
464 Language/10_Expressions/03_Numbers_A04_t03: Fail, OK # @compile-error 461 Language/10_Expressions/03_Numbers_A04_t03: Fail, OK # @compile-error
465 Language/10_Expressions/04_Booleans_A03_t01: Fail, OK # @compile-error 462 Language/10_Expressions/04_Booleans_A03_t01: Fail, OK # @compile-error
466 Language/10_Expressions/04_Booleans_A03_t02: Fail, OK # @compile-error 463 Language/10_Expressions/04_Booleans_A03_t02: Fail, OK # @compile-error
467 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail, OK # @c ompile-error
468 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 464 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
469 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error 465 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error
470 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error 466 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error
471 Language/10_Expressions/05_Strings_A17_t01: Fail, OK # @compile-error 467 Language/10_Expressions/05_Strings_A17_t01: Fail, OK # @compile-error
472 Language/10_Expressions/05_Strings_A17_t02: Fail, OK # @compile-error 468 Language/10_Expressions/05_Strings_A17_t02: Fail, OK # @compile-error
473 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error 469 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error
474 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 470 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
475 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error 471 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error
476 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 472 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
477 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error 473 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile- error
(...skipping 13 matching lines...) Expand all
491 Language/10_Expressions/10_Instance_Creation_A04_t03: Fail, OK # @compile-error 487 Language/10_Expressions/10_Instance_Creation_A04_t03: Fail, OK # @compile-error
492 Language/10_Expressions/10_Instance_Creation_A04_t04: Fail, OK # @compile-error 488 Language/10_Expressions/10_Instance_Creation_A04_t04: Fail, OK # @compile-error
493 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t02: Fail, OK # @compile-error 489 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t02: Fail, OK # @compile-error
494 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A01_t02: Fail , OK # @compile-error 490 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A01_t02: Fail , OK # @compile-error
495 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A01_t03: Fail , OK # @compile-error 491 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A01_t03: Fail , OK # @compile-error
496 Language/10_Expressions/14_Method_Invocation/2_Static_Invocation_A01_t02: Fail, OK # @compile-error 492 Language/10_Expressions/14_Method_Invocation/2_Static_Invocation_A01_t02: Fail, OK # @compile-error
497 Language/10_Expressions/14_Method_Invocation/2_Static_Invocation_A01_t03: Fail, OK # @compile-error 493 Language/10_Expressions/14_Method_Invocation/2_Static_Invocation_A01_t03: Fail, OK # @compile-error
498 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A01_t02: Fail, O K # @compile-error 494 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A01_t02: Fail, O K # @compile-error
499 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A01_t03: Fail, O K # @compile-error 495 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A01_t03: Fail, O K # @compile-error
500 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O K # @compile-error 496 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O K # @compile-error
501 Language/10_Expressions/17_Conditional_A01_t14: Fail, OK # @compile-error
502 Language/10_Expressions/17_Conditional_A01_t15: Fail, OK # @compile-error
503 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t14: Fail, OK # @comp ile-error
504 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t15: Fail, OK # @comp ile-error
505 Language/10_Expressions/19_Bitwise_Expressions_A01_t16: Fail, OK # @compile-erro r
506 Language/10_Expressions/19_Bitwise_Expressions_A01_t17: Fail, OK # @compile-erro r
507 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error 497 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error
508 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error 498 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error
509 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error 499 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error
510 Language/10_Expressions/20_Equality_A01_t18: Fail, OK # @compile-error 500 Language/10_Expressions/20_Equality_A01_t18: Fail, OK # @compile-error
511 Language/10_Expressions/20_Equality_A01_t23: Fail, OK # @compile-error
512 Language/10_Expressions/20_Equality_A01_t24: Fail, OK # @compile-error
513 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail, OK # @compile-e rror 501 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail, OK # @compile-e rror
514 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail, OK # @compile-e rror 502 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail, OK # @compile-e rror
515 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail, OK # @compile-e rror 503 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail, OK # @compile-e rror
516 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail, OK # @compile-e rror 504 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail, OK # @compile-e rror
517 Language/10_Expressions/21_Relational_Expressions_A01_t22: Fail, OK # @compile-e rror
518 Language/10_Expressions/21_Relational_Expressions_A01_t23: Fail, OK # @compile-e rror
519 Language/10_Expressions/22_Shift_A01_t13: Fail, OK # @compile-error
520 Language/10_Expressions/22_Shift_A01_t14: Fail, OK # @compile-error
521 Language/10_Expressions/23_Additive_Expressions_A01_t13: Fail, OK # @compile-err or
522 Language/10_Expressions/23_Additive_Expressions_A01_t14: Fail, OK # @compile-err or
523 Language/10_Expressions/24_Multiplicative_Expressions_A01_t16: Fail, OK # @compi le-error
524 Language/10_Expressions/24_Multiplicative_Expressions_A01_t17: Fail, OK # @compi le-error
525 Language/10_Expressions/25_Unary_Expressions_A01_t05: Fail, OK # @compile-error
526 Language/10_Expressions/25_Unary_Expressions_A01_t20: Fail, OK # @compile-error
527 Language/10_Expressions/25_Unary_Expressions_A01_t21: Fail, OK # @compile-error
528 Language/10_Expressions/25_Unary_Expressions_A01_t22: Fail, OK # @compile-error
529 Language/10_Expressions/26_Postfix_Expressions_A01_t05: Fail, OK # @compile-erro r
530 Language/10_Expressions/27_Assignable_Expressions_A01_t08: Fail, OK # @compile-e rror
531 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or 505 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or
532 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or 506 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or
533 Language/10_Expressions/28_Identifier_Reference_A04_t03: Fail, OK # @compile-err or
534 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r 507 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r
535 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r 508 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r
536 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error 509 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error
537 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error 510 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error
538 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 511 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
539 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 512 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
540 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 513 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
541 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 514 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
542 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 515 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
543 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 516 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
544 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 517 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
545 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
546 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
547 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 520 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
548 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698