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

Remove trailing spaces from YAML blocks #2201

Merged
merged 1 commit into from
Jun 19, 2019

Conversation

shvaikalesh
Copy link
Member

This makes 7 tests pass in JSC:

test/built-ins/Function/StrictFunction_restricted-properties.js:
  default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
test/built-ins/Function/prototype/restricted-property-arguments.js:
  default: "ReferenceError: Can't find variable: verifyNotEnumerable"
  strict mode: "ReferenceError: Can't find variable: verifyNotEnumerable"
test/built-ins/Function/prototype/restricted-property-caller.js:
  default: "ReferenceError: Can't find variable: verifyNotEnumerable"
  strict mode: "ReferenceError: Can't find variable: verifyNotEnumerable"

JSC issue: test262-runner misbehaves when test file YAML has a trailing space.
Ref #1997.
Follow-up of #2018.

@leobalter leobalter merged commit df1a1c7 into tc39:master Jun 19, 2019
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.

2 participants