Simplify test262-harness.py#4910
Merged
robertsipka merged 1 commit intoNov 25, 2024
Merged
Conversation
ossy-szeged
force-pushed
the
test262-drop-yaml-parser
branch
from
December 21, 2021 14:39
fc5e223 to
5a92b62
Compare
rtakacs
reviewed
Jan 3, 2022
rtakacs
reviewed
Jan 3, 2022
ossy-szeged
force-pushed
the
test262-drop-yaml-parser
branch
2 times, most recently
from
January 10, 2022 20:48
cf3a0d6 to
e44c600
Compare
Contributor
Author
|
Based on #4959, it should be merged first. |
Contributor
|
LGTM (informal) |
ossy-szeged
force-pushed
the
test262-drop-yaml-parser
branch
from
January 14, 2022 11:01
e44c600 to
a587bd8
Compare
instead of the imported thirdparty YAML parser. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
ossy-szeged
force-pushed
the
test262-drop-yaml-parser
branch
from
November 21, 2024 23:38
a587bd8 to
378520b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use regular expressions to parse the YAML headers of the tests
instead of the imported thirdparty YAML parser.
JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu