mirror of
https://github.com/uutils/grep.git
synced 2026-06-10 16:15:11 -07:00
10bfa405dc
Add a GnuTests workflow that, on push and PR, fetches the GNU grep release tarball, builds the Rust grep binary, runs util/run-gnu-testsuite.sh, and uploads the JSON results. An aggregate job compares the run against the reference summary from the default branch (util/compare_test_results.py, borrowed from ../sed) and fails only on new, non-intermittent regressions; known-flaky tests are listed in .github/workflows/ignore-intermittent.txt.
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
# List of intermittent test names to ignore in result comparisons
|
|
# Format: one test name per line, lines starting with # are comments
|
|
#
|
|
# Add test names that are known to be flaky or environment-dependent
|
|
# Example:
|
|
# basic_substitution
|
|
# line_address_test
|