p4lang / p4c

P4_16 reference compiler
https://p4.org/
Apache License 2.0
683 stars 446 forks source link

Remove 4 tests that are completely identical to other tests that remain #4890

Closed jafingerhut closed 3 months ago

jafingerhut commented 3 months ago

Main motivation is simply to save a bit of time in testing, with no loss in test coverage.

jafingerhut commented 3 months ago

Attaching a little bash script one can run to diff the removed files with other test files that are identical, to show minor differences in expected output files that depend only upon the file names, so functionally the same. diff.sh.txt