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

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

Issue 179293005: Check that const-map keys don't override equals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 LibTest/math/cos_A01_t01: Fail # co19 issue 44 253 LibTest/math/cos_A01_t01: Fail # co19 issue 44
254 254
255 # 255 #
256 # The following tests are failing. Please add the error message 256 # The following tests are failing. Please add the error message
257 # (either a compiler error or exception message). The error messages 257 # (either a compiler error or exception message). The error messages
258 # may sometime be out of date. 258 # may sometime be out of date.
259 # 259 #
260 [ $compiler == dart2js ] 260 [ $compiler == dart2js ]
261 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T 261 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T
262 Language/07_Classes/3_Setters_A04_t03: RuntimeError # http://dartbug.com/5023 262 Language/07_Classes/3_Setters_A04_t03: RuntimeError # http://dartbug.com/5023
263 Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 1720 7
263 264
264 [ $compiler == dart2js && $jscl ] 265 [ $compiler == dart2js && $jscl ]
265 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expressio n: /\c(/: Unterminated group' 266 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expressio n: /\c(/: Unterminated group'
266 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: RuntimeE rror # Expect.fail('Some exception expected') 267 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: RuntimeE rror # Expect.fail('Some exception expected')
267 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError # Expect.fail('Some exception expected') 268 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Ru ntimeError # Expect.fail('Some exception expected')
268 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError # Expect.fail('Some exception expected') 269 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Ru ntimeError # Expect.fail('Some exception expected')
269 270
270 271
271 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 272 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
272 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # TODO(dart2js-team): Please triage this failure. 273 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # TODO(dart2js-team): Please triage this failure.
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 632 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
632 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure 633 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please triage this failure
633 634
634 [ $compiler == dart2js || $compiler == dart2dart ] 635 [ $compiler == dart2js || $compiler == dart2dart ]
635 Language/07_Classes/1_Instance_Methods_A07_t01: fail # co19-roll r587: Please tr iage this failure 636 Language/07_Classes/1_Instance_Methods_A07_t01: fail # co19-roll r587: Please tr iage this failure
636 Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # co19-roll r587: P lease triage this failure 637 Language/07_Classes/6_Constructors/2_Factories_A08_t02: fail # co19-roll r587: P lease triage this failure
637 Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # co19-roll r587: P lease triage this failure 638 Language/07_Classes/6_Constructors/2_Factories_A10_t02: fail # co19-roll r587: P lease triage this failure
638 Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # co19-roll r587: P lease triage this failure 639 Language/07_Classes/6_Constructors/2_Factories_A10_t03: fail # co19-roll r587: P lease triage this failure
639 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure 640 Language/10_Generics/09_Generics_A01_t17: fail # co19-roll r587: Please triage t his failure
640 Language/12_Expressions/06_Symbols_A01_t02: CompileTimeError # co19-roll r623: P lease triage this failure 641 Language/12_Expressions/06_Symbols_A01_t02: CompileTimeError # co19-roll r623: P lease triage this failure
641 Language/12_Expressions/07_Maps_A13_t01: MissingCompileTimeError # co19-roll r60 7: Please triage this failure
642 Language/12_Expressions/12_Instance_Creation/1_New_A06_t15: CompileTimeError # c o19-roll r651: Please triage this failure 642 Language/12_Expressions/12_Instance_Creation/1_New_A06_t15: CompileTimeError # c o19-roll r651: Please triage this failure
643 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure 643 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
644 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure 644 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
645 Language/15_Types/4_Interface_Types_A11_t04: fail # Issue 14654 645 Language/15_Types/4_Interface_Types_A11_t04: fail # Issue 14654
646 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure 646 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure
647 LibTest/isolate/Isolate/spawnUri_A01_t01: Fail # co19-roll r672: Please triage t his failure 647 LibTest/isolate/Isolate/spawnUri_A01_t01: Fail # co19-roll r672: Please triage t his failure
648 LibTest/isolate/Isolate/spawnUri_A01_t02: Fail # co19-roll r672: Please triage t his failure 648 LibTest/isolate/Isolate/spawnUri_A01_t02: Fail # co19-roll r672: Please triage t his failure
649 LibTest/isolate/Isolate/spawnUri_A01_t03: Fail # co19-roll r672: Please triage t his failure 649 LibTest/isolate/Isolate/spawnUri_A01_t03: Fail # co19-roll r672: Please triage t his failure
650 LibTest/isolate/Isolate/spawnUri_A01_t04: Fail # co19-roll r672: Please triage t his failure 650 LibTest/isolate/Isolate/spawnUri_A01_t04: Fail # co19-roll r672: Please triage t his failure
651 LibTest/isolate/Isolate/spawnUri_A01_t05: Fail # co19-roll r672: Please triage t his failure 651 LibTest/isolate/Isolate/spawnUri_A01_t05: Fail # co19-roll r672: Please triage t his failure
652 652
653 [ $compiler == dart2js ] 653 [ $compiler == dart2js ]
654 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure 654 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria ge this failure
655 Language/03_Overview/2_Privacy_A01_t02: RuntimeError # co19-roll r667: Please tr iage this failure 655 Language/03_Overview/2_Privacy_A01_t02: RuntimeError # co19-roll r667: Please tr iage this failure
656 Language/12_Expressions/20_Logical_Boolean_Expressions_A06_t16: RuntimeError # c o19-roll r667: Please triage this failure 656 Language/12_Expressions/20_Logical_Boolean_Expressions_A06_t16: RuntimeError # c o19-roll r667: Please triage this failure
657 Language/12_Expressions/20_Logical_Boolean_Expressions_A06_t17: RuntimeError # c o19-roll r667: Please triage this failure 657 Language/12_Expressions/20_Logical_Boolean_Expressions_A06_t17: RuntimeError # c o19-roll r667: Please triage this failure
658 LibTest/convert/JsonDecoder/fuse_A01_t01: RuntimeError # co19-roll r667: Please triage this failure 658 LibTest/convert/JsonDecoder/fuse_A01_t01: RuntimeError # co19-roll r667: Please triage this failure
659 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 659 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
660 660
661 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 661 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
662 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 662 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
663 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 663 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
664 664
665 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 665 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
666 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 666 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
667 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 667 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
668 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 668 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | tests/language/const_map2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698