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

update lookup for v14.x known failures #813

Merged
merged 5 commits into from
Jul 21, 2020

Commits on Jul 21, 2020

  1. lookup: skip shot on v14.x

    New global variable `FinalizationRegistry` and `WeakRef` are causing
    shot to consistently fail on v14.x after v14.6.0. This can be reverted
    when shot fixes this issue.
    MylesBorins committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0b2557b View commit details
    Browse the repository at this point in the history
  2. lookup: skip ava on 14.x

    It is consistently failing on 14.x on all platforms
    MylesBorins committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    02ec126 View commit details
    Browse the repository at this point in the history
  3. lookup: skip pug on aix

    It is consistently failing with ` No tests found, exiting with code 1`
    MylesBorins committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    536e952 View commit details
    Browse the repository at this point in the history
  4. lookup: skip path-to-regex on aix

    This is also failing due to jest support for aix. Skip.
    MylesBorins committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    84c5d90 View commit details
    Browse the repository at this point in the history
  5. lookup: skip uuid on aix

    This is failing due to Jest not supporting AIX
    MylesBorins committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    59316de View commit details
    Browse the repository at this point in the history