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 source map spec tests #505

Merged
merged 8 commits into from
Jun 9, 2024
Merged

Add source map spec tests #505

merged 8 commits into from
Jun 9, 2024

Commits on Jun 6, 2024

  1. Add draft source map spec tests

    This commit adds a submodule for the draft source map spec test repo and adds a
    new test file that runs each of the test cases. Some test cases that have known
    failures are skipped, with a comment explaining why.
    takikawa committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6fed3b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cb02c View commit details
    Browse the repository at this point in the history
  3. Refine handling of null in the test harness

      * Don't do reverse lookup test if source is null
      * Allow "null" in cases where null is expected
    takikawa committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6396a24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dea47e View commit details
    Browse the repository at this point in the history
  5. Update skipped tests for ignoreList tests

    These aren't supported yet because the library doesn't support ignoreList yet
    and doesn't do any checking for it.
    takikawa committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3a33cd7 View commit details
    Browse the repository at this point in the history
  6. Address PR feedback

    takikawa committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8afce96 View commit details
    Browse the repository at this point in the history
  7. Updates to satisfy linter

    Also makes the linter ignore the submodule
    takikawa committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    64050e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Update test/test-spec-tests.js

    Fix the require of the fs promises module
    bomsy authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d243a04 View commit details
    Browse the repository at this point in the history