[go: nahoru, domu]

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

Add workaround for bug adding unicode strings to test reports. #145607

Merged
merged 4 commits into from
Mar 23, 2024

Commits on Mar 22, 2024

  1. Add workaround for bug adding unicode strings to test reports.

    When print is used inside tests its content is added to the test report
    as a string of unicode \u0000 making the test reporting parser fail.
    This PR cleans removes non json content every line of the report.
    
    Bug: flutter#145553
    godofredoc committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1c0510f View commit details
    Browse the repository at this point in the history
  2. Remove unused import.

    godofredoc committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    33cdeea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a98aae5 View commit details
    Browse the repository at this point in the history
  4. Change + to *.

    godofredoc committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c4d431e View commit details
    Browse the repository at this point in the history