HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:45:11 GMT Content-length: 1289 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1061 Lists of test files duplicated. coke jkeenan "We have lists of test files both in the root Makefile: {{{ +EXTRA_TEST_FILES := \ + t/compilers/pct/*.t \ + t/compilers/pge/*.t \ + t/compilers/pge/p5regex/*.t \ + t/compilers/pge/perl6regex/*.t \ + t/compilers/tge/*.t \ + t/library/*.t \ + t/tools/*.t }}} and in lib/Parrot/Harness/DefaultTests.pm: {{{ @library_tests = qw( t/compilers/pct/*.t t/compilers/pge/*.t t/compilers/pge/p5regex/*.t t/compilers/pge/perl6regex/*.t t/compilers/tge/*.t t/library/*.t t/tools/*.t ); }}} Some are similarly named, some are differently named. This information shouldn't be duplicated in 2 locations. I recommend not using the perl module to specify this via t/harness, but instead to declare the lists solely in the Makefile and then combine them as necessary if chunks of tests files are shared across test invocations. If there's a special testing target we need, we can create a target for it rather than adding another command line option to t/harness." cage closed minor testing trunk medium fixed allison applied parrot.org/parrot/">