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

WIP: Add new regexp fuzz tests that run with unicode input #5573

Closed
wants to merge 22 commits into from

Commits on May 19, 2022

  1. transpile \w and \d

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed May 19, 2022
    Configuration menu
    Copy the full SHA
    34f1616 View commit details
    Browse the repository at this point in the history
  2. add integration tests

    andygrove committed May 19, 2022
    Configuration menu
    Copy the full SHA
    5b7710e View commit details
    Browse the repository at this point in the history
  3. Fix definition of \w

    andygrove committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7721052 View commit details
    Browse the repository at this point in the history
  4. add underscore to test

    andygrove committed May 19, 2022
    Configuration menu
    Copy the full SHA
    6f17363 View commit details
    Browse the repository at this point in the history
  5. ignore unicode fuzz tests

    andygrove committed May 19, 2022
    Configuration menu
    Copy the full SHA
    8b309f4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. add support for \W and \D

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d62a10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06462aa View commit details
    Browse the repository at this point in the history
  3. update compatibility guide

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    037fc38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    307c8bc View commit details
    Browse the repository at this point in the history
  5. revert \W and \D

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    15f5bf3 View commit details
    Browse the repository at this point in the history
  6. update test

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    fbb6163 View commit details
    Browse the repository at this point in the history
  7. add regexp fuzz tests for unicode input

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c51e467 View commit details
    Browse the repository at this point in the history
  8. Revert

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    72ad56b View commit details
    Browse the repository at this point in the history
  9. remove comments

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    4fe02f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6ade06 View commit details
    Browse the repository at this point in the history
  11. support \D and \W

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2a28d89 View commit details
    Browse the repository at this point in the history
  12. merge \d \w \D \W fixes

    andygrove committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d7169da View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc177c2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. handle edge case

    andygrove committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5476b97 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. upmerge

    andygrove committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c8a1fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85defa View commit details
    Browse the repository at this point in the history
  3. bug fix

    andygrove committed May 24, 2022
    Configuration menu
    Copy the full SHA
    bc58374 View commit details
    Browse the repository at this point in the history