Skip to content

test: convert the output to string #33244

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

Merged
merged 1 commit into from
Aug 1, 2020
Merged

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Aug 1, 2020

With Python 3, the regular expression match will fail due to a mismatch
in types:

TypeError: cannot use a string pattern on a bytes-like object

Convert the output to a string object.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

With Python 3, the regular expression match will fail due to a mismatch
in types:

```
TypeError: cannot use a string pattern on a bytes-like object
```

Convert the output to a string object.
@compnerd
Copy link
Member Author

compnerd commented Aug 1, 2020

CC: @drexin @tbkka

Seems that macOS is now good, the simulator tests are the next target

@compnerd
Copy link
Member Author

compnerd commented Aug 1, 2020

@swift-ci please test

@compnerd compnerd merged commit 84f44bf into swiftlang:master Aug 1, 2020
@compnerd compnerd deleted the simulation branch August 1, 2020 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant