Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New failures and crashes after updating to co19 revision 6 #200

Closed
peter-ahe-google opened this issue Oct 21, 2011 · 2 comments
Closed

New failures and crashes after updating to co19 revision 6 #200

peter-ahe-google opened this issue Oct 21, 2011 · 2 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-not-planned Closed as we don't intend to take action on the reported issue

Comments

@peter-ahe-google
Copy link
Contributor

New failures

LangGuideTest/02_Language_Constructs/02_11_Exceptions/A08/t05: Fail
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A08/t02: Fail
LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail
LangGuideTest/07_Overriding/A02/t01: Fail
LangGuideTest/07_Overriding/A02/t02: Fail
LangGuideTest/07_Overriding/A03/t01: Fail
LangGuideTest/07_Overriding/A03/t02: Fail
LangGuideTest/07_Overriding/A05/t01: Fail
LangGuideTest/07_Overriding/A04/t01: Fail
LangGuideTest/08_Expressions/A02/t02: Fail
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Arguments/A03/t01: Fail
LibTest/core/Date/add/Date/add/A01/t01: Fail
LibTest/core/Date/add/Date/add/A02/t01: Fail
LibTest/core/Date/add/Date/add/A03/t01: Fail
LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A01/t01: Fail
LibTest/core/Date/add/Date/add/A04/t01: Fail
LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A02/t01: Fail
LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A04/t01: Fail
LibTest/core/Date/changeTimeZone/Date/changeTimeZone/A03/t01: Fail
LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail
LibTest/core/Date/month/Date/month/A01/t01: Fail
LibTest/core/Date/day/Date/day/A01/t01: Fail
LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail
LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
LibTest/core/Date/year/Date/year/A01/t01: Fail
LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Fail
LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Fail
LibTest/core/List/every/List/every/A01/t05: Fail
LibTest/core/List/every/List/every/A01/t06: Fail
LibTest/core/List/every/List/every/A01/t07: Fail
LibTest/core/List/filter/List/filter/A01/t07: Fail
LibTest/core/List/forEach/List/forEach/A01/t07: Fail
LibTest/core/List/some/List/some/A01/t04: Fail
LibTest/core/List/some/List/some/A01/t05: Fail
LibTest/core/List/some/List/some/A01/t06: Fail
LibTest/core/List/sort/List/sort/A01/t04: Fail
LibTest/core/List/sort/List/sort/A01/t05: Fail
LibTest/core/Queue/every/Queue/every/A01/t06: Fail
LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
LibTest/core/List/sort/List/sort/A01/t06: Fail
LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
LibTest/core/Queue/some/Queue/some/A01/t06: Fail
LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegExp/firstMatch/CharacterEscape/A06/t02: Fail
LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail

New crashes

LibTest/core/RegExp/RegExp/RegExp/A01/t04: Skip
LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Skip
LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Skip

Doesn't work in checked mode:

LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Skip
LangGuideTest/03_Values/03_2_Numbers/A02/t01: Skip
LangGuideTest/07_Overriding/A02/t01: Skip
LangGuideTest/07_Overriding/A02/t02: Skip
LangGuideTest/07_Overriding/A04/t01: Skip
LangGuideTest/07_Overriding/A05/t01: Skip
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Arguments/A03/t01: Skip
LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assignment/A03/t04: Skip
LangGuideTest/08_Expressions/A01/t02: Skip
LangGuideTest/08_Expressions/A02/t02: Skip
LibTest/core/List/every/List/every/A01/t02: Skip
LibTest/core/List/every/List/every/A01/t04: Skip
LibTest/core/List/every/List/every/A01/t05: Skip
LibTest/core/List/every/List/every/A01/t06: Skip
LibTest/core/List/every/List/every/A01/t07: Skip
LibTest/core/List/every/List/every/A01/t09: Skip
LibTest/core/List/every/List/every/A01/t10: Skip
LibTest/core/List/filter/List/filter/A01/t04: Skip
LibTest/core/List/filter/List/filter/A01/t07: Skip
LibTest/core/List/filter/List/filter/A01/t09: Skip
LibTest/core/List/forEach/List/forEach/A01/t04: Skip
LibTest/core/List/forEach/List/forEach/A01/t05: Skip
LibTest/core/List/forEach/List/forEach/A01/t07: Skip
LibTest/core/List/some/List/some/A01/t02: Skip
LibTest/core/List/some/List/some/A01/t03: Skip
LibTest/core/List/some/List/some/A01/t04: Skip
LibTest/core/List/some/List/some/A01/t05: Skip
LibTest/core/List/some/List/some/A01/t06: Skip
LibTest/core/List/some/List/some/A01/t07: Skip
LibTest/core/List/some/List/some/A01/t09: Skip
LibTest/core/List/some/List/some/A01/t10: Skip
LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01: Skip
LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Skip
LibTest/core/Queue/add/Queue/add/A01/t01: Skip
LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Skip
LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip
LibTest/core/Set/add/Set/add/A01/t03: Skip

@DartBot
Copy link

DartBot commented Oct 25, 2011

This comment was originally written by drfibonacci@google.com


Added Triaged label.

@iposva-google
Copy link
Contributor

The co19 failures are being tracked individually.


Added WontFix label.

@peter-ahe-google peter-ahe-google added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Nov 21, 2011
@kevmoo kevmoo added closed-not-planned Closed as we don't intend to take action on the reported issue and removed resolution-wont_fix labels Mar 1, 2016
nex3 pushed a commit that referenced this issue Aug 31, 2016
nex3 pushed a commit that referenced this issue Aug 31, 2016
This reverts commit 026a4921957ee08f011eabf1c3deea6c5e8aa715.

BUG=

Review URL: https://codereview.chromium.org/1159013009
nex3 pushed a commit that referenced this issue Aug 31, 2016
Take 2. The first version passed checker_test but not inferred_type_test. The library prefix staticElement check needs to come first.

R=vsm@google.com

Review URL: https://codereview.chromium.org/1161603009
copybara-service bot pushed a commit that referenced this issue Feb 6, 2023
Also rev package:csslib and package:html.


csslib (https://github.com/dart-lang/csslib/compare/7054945..f33d632):
  f33d632  2023-01-28  Devon Carew  switch to using package:dart_flutter_team_lints (#161)
  c0097a0  2023-01-28  Devon Carew  Update README.md (#158)
  0d985fb  2023-01-28  dependabot[bot]  Bump dart-lang/setup-dart from 1.3 to 1.4 (#164)
  56d1152  2023-01-28  dependabot[bot]  Bump actions/checkout from 3.2.0 to 3.3.0 (#163)
  46d2c57  2023-01-28  Devon Carew  Update test-package.yml (#165)
  a7d17bc  2023-01-26  Kevin Moore  all the cleanup (#155)

html (https://github.com/dart-lang/html/compare/3dd00b0..f118e00):
  f118e00  2023-01-30  Devon Carew  lint with dart_flutter_team_lints (#201)
  52d9185  2023-01-30  Devon Carew  updates from #158 (#202)
  71d3e71  2023-01-30  Ron Booth  fixed issue #157 (querySelector fails), and added test for it (#158)
  9ab8b28  2023-01-30  dependabot[bot]  Bump actions/checkout from 3.2.0 to 3.3.0 (#200)
  fe3fbf6  2023-01-30  dependabot[bot]  Bump dart-lang/setup-dart from 1.3 to 1.4 (#199)
  776daf5  2023-01-30  Devon Carew  Update test-package.yml (#198)
  a5be27f  2023-01-27  Devon Carew  finish work for avoid_dynamic_calls (#196)

Change-Id: If03552028f30b8dfd6a227674aa161e43a05e11f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280129
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
copybara-service bot pushed a commit that referenced this issue Nov 2, 2023
…lob, http_multi_server, http_parser, json_rpc_2, mockito, native, package_config, pool, sync_http, usage, webkit_inspection_protocol

Revisions updated by `dart tools/rev_sdk_deps.dart`.

args (https://github.com/dart-lang/args/compare/df9b428..46d5033):
  46d5033  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#258)
  5f7c8b5  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#259)

bazel_worker (https://github.com/dart-lang/bazel_worker/compare/b1b6a66..3d9cd58):
  3d9cd58  2023-11-02  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#83)
  1d7bed3  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#84)

benchmark_harness (https://github.com/dart-lang/benchmark_harness/compare/59aea95..e59f675):
  e59f675  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#96)
  1899e39  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#95)

collection (https://github.com/dart-lang/collection/compare/d27bfaf..e8d7e92):
  e8d7e92  2023-11-02  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#318)
  1f5c234  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#319)

file (https://github.com/google/file.dart/compare/e7c03aa..cd3a932):
  cd3a932  2023-11-01  dependabot[bot]  Bump actions/checkout from 3.6.0 to 4.1.1 (#232)

glob (https://github.com/dart-lang/glob/compare/0046533..7c9a121):
  7c9a121  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#86)
  713142b  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#85)

http_multi_server (https://github.com/dart-lang/http_multi_server/compare/03041aa..2238a6b):
  2238a6b  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#60)

http_parser (https://github.com/dart-lang/http_parser/compare/c557f57..1cf5b7c):
  1cf5b7c  2023-11-02  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#80)
  cb6f142  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#81)

json_rpc_2 (https://github.com/dart-lang/json_rpc_2/compare/0521afb..460545c):
  460545c  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#105)
  189b1a8  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#106)

mockito (https://github.com/dart-lang/mockito/compare/b7d752e..fcb9779):
  fcb9779  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#713)
  1c4a6ff  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#712)

native (https://github.com/dart-lang/native/compare/de9d59e..c72ed16):
  c72ed16  2023-11-01  Daco Harkes  [native_toolchain_c] Bump version to 0.3.2 (#184)
  4c9a50f  2023-11-01  Daco Harkes  [native_toolchain_c] Add workaround for minSdkVersion 19 and 20 (#181)
  45b5e6c  2023-11-01  Daco Harkes  [infra] Bump NDK version (#183)

package_config (https://github.com/dart-lang/package_config/compare/100533d..33dd246):
  33dd246  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#144)
  30c8f25  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#143)

pool (https://github.com/dart-lang/pool/compare/c78cef4..3c1bd42):
  3c1bd42  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#77)

sync_http (https://github.com/dart-lang/sync_http/compare/8233f74..d8e9f3d):
  d8e9f3d  2023-11-01  dependabot[bot]  Bump actions/checkout from 3.6.0 to 4.1.1 (#40)
  c59b6d4  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.0 to 1.6.0 (#41)

usage (https://github.com/dart-lang/usage/compare/d7d2964..e99690a):
  e99690a  2023-11-02  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#201)
  a540a6d  2023-11-01  dependabot[bot]  Bump actions/checkout from 4.1.0 to 4.1.1 (#200)

webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/2c6f8b6..667c55e):
  667c55e  2023-11-01  dependabot[bot]  Bump dart-lang/setup-dart from 1.5.0 to 1.6.0 (#113)

Change-Id: Ie6f2f0df0060cd77b9d56dc40172c134605417e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/333680
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
copybara-service bot pushed a commit that referenced this issue Nov 13, 2023
…st, tools

Revisions updated by `dart tools/rev_sdk_deps.dart`.

boolean_selector (https://github.com/dart-lang/boolean_selector/compare/7f523c3..caea8d4):
  caea8d4  2023-11-09  Kevin Moore  Require Dart 3.1, bump and fix lints, use switch expressions (#55)

browser_launcher (https://github.com/dart-lang/browser_launcher/compare/4f9e784..f60df1d):
  f60df1d  2023-11-09  Kevin Moore  Update and fix lints, require Dart 3.0 (#53)

http (https://github.com/dart-lang/http/compare/a2f3c1d..f0a02f9):
  f0a02f9  2023-11-09  Brian Quinlan  Require a package:jni version without known buffer overflows (#1044)
  b2717ba  2023-11-06  Brian Quinlan  Create a flutter example application that uses multiple client implementations (#1040)

leak_tracker (https://github.com/dart-lang/leak_tracker/compare/d3c9060..a618a55):
  a618a55  2023-11-13  Polina Cherkasova  Update pubspec.yaml (#184)
  1e05c4d  2023-11-13  Polina Cherkasova  Separate web implementation for retaining path. (#183)
  53f04a8  2023-11-08  Polina Cherkasova  Debug information should not wipe other settings. (#182)
  fbc2014  2023-11-06  Devon Carew  use package:lints/recommended.yaml generally (#180)

test (https://github.com/dart-lang/test/compare/075faff..8ba0940):
  8ba0940d  2023-11-10  Nate Bosch  Strip leading slash when spawning isolate (#2136)

tools (https://github.com/dart-lang/tools/compare/dd46ef2..2e36b8d):
  2e36b8d  2023-11-13  Leigha Jarett  Modify titles (#196)
  68b4e6b  2023-11-13  Elias Yishak  Add enum + event constructor for code size analysis (#200)

Change-Id: If39fa9f3bdf7c6195c3ac91fb60a0987d4b70920
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335841
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-not-planned Closed as we don't intend to take action on the reported issue
Projects
None yet
Development

No branches or pull requests

4 participants