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 missing comma in earlyoom argument list #18630

Merged
merged 1 commit into from
Aug 23, 2019
Merged

Conversation

foolip
Copy link
Member

@foolip foolip commented Aug 23, 2019

Without the comma, the string literals are concatenated.

Spotted via sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python
with a missing space in Taskcluster logs.

This was introduced in #15724.

Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in #15724.
@foolip
Copy link
Member Author

foolip commented Aug 23, 2019

Oh, Chrome on macOS is acting up:

TEST-START | /infrastructure/testdriver/actions/elementPosition.html
TEST-UNEXPECTED-CRASH | /infrastructure/testdriver/actions/elementPosition.html | expected TIMEOUT
TEST-INFO expected TIMEOUT | took 20073ms

Hardly caused by this change, but triggering all tests on #17217 to see if it's persistent.

@foolip
Copy link
Member Author

foolip commented Aug 23, 2019

#17217 didn't repro the problem, so I'll merge this and assume that was a flaky crash. Haven't seen it before.

@foolip foolip merged commit b3b4813 into master Aug 23, 2019
@foolip foolip deleted the foolip/earlyoom-comma branch August 23, 2019 10:56
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
Without the comma, the string literals are concatenated.

Spotted via `sudo earlyoom -p -r 60--prefer=(chrome|firefox) --avoid=python`
with a missing space in Taskcluster logs.

This was introduced in web-platform-tests#15724.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants