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

Parallelize some tests #8078

Merged
merged 12 commits into from
Feb 13, 2024
Merged

Parallelize some tests #8078

merged 12 commits into from
Feb 13, 2024

Commits on Feb 8, 2024

  1. Parallelize some tests

    This reduces the time taken to run all correctness tests from 8:15 to
    3:15 on my machine.
    abadams committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    60ce495 View commit details
    Browse the repository at this point in the history
  2. The FIXME is actually fine

    abadams committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3f281f0 View commit details
    Browse the repository at this point in the history
  3. Remove debug print

    abadams committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0b9dd99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8400ad9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12ed341 View commit details
    Browse the repository at this point in the history
  6. Deep-copy the LoopLevels

    abadams committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0a2b7f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    596300f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223a44b View commit details
    Browse the repository at this point in the history
  3. Throw return values from callable into the void

    We don't have a custom error handler in place, so they're always zero
    abadams committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8b09ffe View commit details
    Browse the repository at this point in the history
  4. Skip test under ASAN

    abadams committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    34e8ca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2abf1fe View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    257b715 View commit details
    Browse the repository at this point in the history