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

enable ASAN/UBSAN in pandas CI #55102

Merged
merged 57 commits into from
Dec 21, 2023
Merged

enable ASAN/UBSAN in pandas CI #55102

merged 57 commits into from
Dec 21, 2023

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    66d83d1 View commit details
    Browse the repository at this point in the history
  2. try input

    WillAyd committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7aa2e7a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. try removing sanitize

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a5b3808 View commit details
    Browse the repository at this point in the history
  2. try no CFLAGS

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7b58c6d View commit details
    Browse the repository at this point in the history
  3. try GH string substituion

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    18111b0 View commit details
    Browse the repository at this point in the history
  4. change flags in build script

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    438cdfa View commit details
    Browse the repository at this point in the history
  5. quotes

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b18cf9d View commit details
    Browse the repository at this point in the history
  6. update script run

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    69cb6f6 View commit details
    Browse the repository at this point in the history
  7. single_cpu updates

    WillAyd committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6f5fb11 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    eb258ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    663d6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. try smaller config

    WillAyd committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    466056d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91f2e17 View commit details
    Browse the repository at this point in the history
  3. checkpoint

    WillAyd committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d4074ca View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. bool fixup

    WillAyd committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e303ba1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    4220d82 View commit details
    Browse the repository at this point in the history
  2. reverts

    WillAyd committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    46d1034 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    89706a4 View commit details
    Browse the repository at this point in the history
  2. known UB marker

    WillAyd committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    929c731 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    6483e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de13605 View commit details
    Browse the repository at this point in the history
  3. dedicated CI job

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b87a210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77d1e00 View commit details
    Browse the repository at this point in the history
  5. identifier fix

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    46ec023 View commit details
    Browse the repository at this point in the history
  6. fixes

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8695dca View commit details
    Browse the repository at this point in the history
  7. more test skip

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    05319ae View commit details
    Browse the repository at this point in the history
  8. try quotes

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6d76a57 View commit details
    Browse the repository at this point in the history
  9. simplify ci

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f5dd440 View commit details
    Browse the repository at this point in the history
  10. try CFLAGS

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    12aa1d1 View commit details
    Browse the repository at this point in the history
  11. preload args

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    628d1c2 View commit details
    Browse the repository at this point in the history
  12. skip single_cpu tests

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1de633e View commit details
    Browse the repository at this point in the history
  13. wording

    WillAyd committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3e295c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    252197e View commit details
    Browse the repository at this point in the history
  2. removed unneeded marker

    WillAyd committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d5809b8 View commit details
    Browse the repository at this point in the history
  3. float set implementations

    WillAyd committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6266422 View commit details
    Browse the repository at this point in the history
  4. Revert "float set implementations"

    This reverts commit 6266422.
    WillAyd committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b68a533 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 13, 2023

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

Commits on Dec 15, 2023

  1. change marker name

    WillAyd committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a03ad1e View commit details
    Browse the repository at this point in the history
  2. dedicated actions file

    WillAyd committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    656edb1 View commit details
    Browse the repository at this point in the history
  3. consolidated into matrix

    WillAyd committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2aabda1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9f2419 View commit details
    Browse the repository at this point in the history
  5. fixup

    WillAyd committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3056e5f View commit details
    Browse the repository at this point in the history
  6. typos

    WillAyd committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    89b2b80 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fixups

    WillAyd committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    d591b78 View commit details
    Browse the repository at this point in the history
  2. add qt?

    WillAyd committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6442066 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    c59703d View commit details
    Browse the repository at this point in the history
  2. intentional UB with verbose

    WillAyd committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    02bf20d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. disable pytest-xdist

    WillAyd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    01070f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1adbc View commit details
    Browse the repository at this point in the history
  3. original issue

    WillAyd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    57ed286 View commit details
    Browse the repository at this point in the history
  4. remove UB

    WillAyd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    677da0e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Revert "remove UB"

    This reverts commit 677da0e.
    WillAyd committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    af0150a View commit details
    Browse the repository at this point in the history
  2. merge fixup

    WillAyd committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4647f12 View commit details
    Browse the repository at this point in the history
  3. remove UB

    WillAyd committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cba79f6 View commit details
    Browse the repository at this point in the history