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

Improve test262 test suites on Apple and Android #1220

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 12, 2023

  1. Add allowlist for tests which use const and update feature skiplist

    Many tests which use "const" are not actually testing the behavior of
    the "const" keyword, they are just using it as it is standard practice
    in newer JavaScript versions.
    
    This allows allowlisting individual tests or directories which use
    "const".
    
    This commit additionally updates the skiplist for ECMA-402 2024
    ewlsh committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6ebd4bf View commit details
    Browse the repository at this point in the history
  2. Support skipping unsupported test262 features in Android runner

    Also update the Android test262 runner to print the individual
    testcases for debugging and visibility.
    ewlsh committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ff9e982 View commit details
    Browse the repository at this point in the history