Skip to content

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Oct 16, 2023

Avoid using string replacement on a bogus string to get the relative directory of this test.

flutter/engine#46911 will fix the behavior of Platform.script so it actually has the file being executed, but that will not be the file the test author wrote, it will be listener.dart.dill generated by tool code and running in a temp directory for this particular test.

We may want to come up with a more robust way of providing the test for framework test users, but we should do so in a way that will not limit the ability to run multiple tests in a single process if that offers performance benefits.

@github-actions github-actions bot added the framework flutter/packages/flutter repository. See also f: labels. label Oct 16, 2023
Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 16, 2023
@auto-submit auto-submit bot merged commit c03dac9 into flutter:master Oct 16, 2023
@dnfield dnfield deleted the isolates_test branch October 16, 2023 21:01
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Oct 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Oct 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Oct 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Oct 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Oct 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Oct 17, 2023
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Oct 17, 2023
flutter/flutter@afc3916...6eea6e2

2023-10-17 [email protected] Removed TBD translations for optional remainingTextFieldCharacterCounZero message (flutter/flutter#136684)
2023-10-17 [email protected] Roll Flutter Engine from 86f685c87e06 to 0a4d8b99a95b (2 revisions) (flutter/flutter#136727)
2023-10-17 [email protected] Roll Flutter Engine from 793fb7d85690 to 86f685c87e06 (1 revision) (flutter/flutter#136725)
2023-10-17 [email protected] Roll Packages from 872d6d2 to d439062 (4 revisions) (flutter/flutter#136724)
2023-10-17 [email protected] Roll Flutter Engine from 9c744ad5433a to 793fb7d85690 (1 revision) (flutter/flutter#136721)
2023-10-17 [email protected] Roll Flutter Engine from 7d47532bb56f to 9c744ad5433a (1 revision) (flutter/flutter#136719)
2023-10-17 [email protected] Roll Flutter Engine from ace31a8eaea4 to 7d47532bb56f (1 revision) (flutter/flutter#136717)
2023-10-17 [email protected] Roll Flutter Engine from 077494a09872 to ace31a8eaea4 (1 revision) (flutter/flutter#136713)
2023-10-17 [email protected] Roll Flutter Engine from 8be0b5398d41 to 077494a09872 (1 revision) (flutter/flutter#136712)
2023-10-17 [email protected] Roll Flutter Engine from 90bbe8ee4ac3 to 8be0b5398d41 (1 revision) (flutter/flutter#136705)
2023-10-17 [email protected] Roll Flutter Engine from 6855e78a1aac to 90bbe8ee4ac3 (1 revision) (flutter/flutter#136700)
2023-10-17 [email protected] Roll Flutter Engine from 2159fdb8461d to 6855e78a1aac (1 revision) (flutter/flutter#136697)
2023-10-17 [email protected] Roll Flutter Engine from 2d55e29dfa79 to 2159fdb8461d (8 revisions) (flutter/flutter#136695)
2023-10-17 [email protected] Add docs to SchedulerBinding (flutter/flutter#136433)
2023-10-16 [email protected] Roll Flutter Engine from 83224dcd662e to 2d55e29dfa79 (3 revisions) (flutter/flutter#136675)
2023-10-16 [email protected] Roll Flutter Engine from c24f30343cf6 to 83224dcd662e (1 revision) (flutter/flutter#136671)
2023-10-16 [email protected] Do not hold on to stale canvas reference in _RenderSegmentedButton (flutter/flutter#136658)
2023-10-16 [email protected] Avoid use of Platform.script in isolates_test.dart (flutter/flutter#136669)
2023-10-16 [email protected] Roll Flutter Engine from ca8cf6bc256d to c24f30343cf6 (3 revisions) (flutter/flutter#136665)
2023-10-16 [email protected] update analytics in generate api docs site to use new UA4 (flutter/flutter#136497)
2023-10-16 [email protected] Roll Flutter Engine from 64734a266683 to ca8cf6bc256d (2 revisions) (flutter/flutter#136662)
2023-10-16 [email protected] Roll Flutter Engine from 850de4ce0e75 to 64734a266683 (2 revisions) (flutter/flutter#136659)
2023-10-16 [email protected] Fix prefer_mixin TODOs (flutter/flutter#136480)
2023-10-16 [email protected] Cupertino search field test leak tracking and Fix. RestorableTextEditingController not disposed.  (flutter/flutter#136615)
2023-10-16 [email protected] Roll Flutter Engine from 6cc678c528d1 to 850de4ce0e75 (1 revision) (flutter/flutter#136650)
2023-10-16 [email protected] Roll Flutter Engine from 505c720fd10f to 6cc678c528d1 (1 revision) (flutter/flutter#136646)
2023-10-16 [email protected] Roll Packages from fd84e65 to 872d6d2 (5 revisions) (flutter/flutter#136644)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants