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

Regressions in 6.0.0 #88

Open
nicolo-ribaudo opened this issue Sep 25, 2023 · 0 comments
Open

Regressions in 6.0.0 #88

nicolo-ribaudo opened this issue Sep 25, 2023 · 0 comments
Labels

Comments

@nicolo-ribaudo
Copy link
Collaborator

nicolo-ribaudo commented Sep 25, 2023

From Babel's test262:

not ok 11237 test/language/literals/regexp/u-astral-char-class-invert.js default # (expected success, got runtime error)
  ---
  name: Test262Error
  message: 'Expected SameValue(«�», «null») to be true'
  stack: >
    Test262Error: Expected SameValue(«�», «null») to be true

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11239 test/language/literals/regexp/u-astral-char-class-invert.js strict mode # (expected success, got runtime error)
  ---
  name: Test262Error
  message: 'Expected SameValue(«�», «null») to be true'
  stack: >
    Test262Error: Expected SameValue(«�», «null») to be true

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11262 test/language/literals/regexp/u-invalid-optional-lookahead.js default # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11263 test/language/literals/regexp/u-invalid-optional-lookahead.js strict mode # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11266 test/language/literals/regexp/u-invalid-optional-negative-lookahead.js strict mode # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11267 test/language/literals/regexp/u-invalid-optional-negative-lookahead.js default # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11270 test/language/literals/regexp/u-invalid-range-lookahead.js default # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11271 test/language/literals/regexp/u-invalid-range-lookahead.js strict mode # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11274 test/language/literals/regexp/u-invalid-range-negative-lookahead.js default # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
not ok 11275 test/language/literals/regexp/u-invalid-range-negative-lookahead.js strict mode # (expected parser error, got runtime error)
  ---
  name: Test262
  message: This statement should not be evaluated.
  stack: >
    Test262: This statement should not be evaluated.

    /home/runner/work/babel/babel/babel-test262-runner/lib/run-tests/index.js:80:17

  ...
# 10 new failures, 0 new successes
1..10

@JLHwung Could you take a look? (I am downgrading to v5 for Babel 7.23.0, we can re-land the upgrade in a patch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant