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

Implement AST-based regular expression fuzz tests #4504

Merged
merged 12 commits into from
Jan 22, 2022

Commits on Jan 11, 2022

  1. Regexp AST fuzz test

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    55cf040 View commit details
    Browse the repository at this point in the history
  2. bug fix

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

Commits on Jan 12, 2022

  1. skip known issues

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    db3882f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e79cc View commit details
    Browse the repository at this point in the history
  3. remove debug println

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4eb3f61 View commit details
    Browse the repository at this point in the history
  4. add more capabilities

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    80f0a04 View commit details
    Browse the repository at this point in the history
  5. save progress

    andygrove committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    0207cfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bc28c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. merge from branch-22.04

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2ca02bb View commit details
    Browse the repository at this point in the history
  2. Implement hex and octal generators

    Signed-off-by: Andy Grove <andygrove@nvidia.com>
    andygrove committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ce52462 View commit details
    Browse the repository at this point in the history
  3. prepare for review

    andygrove committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    44c42fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73e697e View commit details
    Browse the repository at this point in the history