From c8735efee7ef635d9af0ccf0de432947c69df79b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 1 Dec 2009 17:36:31 -0800 Subject: [PATCH] Add some more notes to our beloved TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 68b0924..7768ce4 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ Please let me know if you start hacking on one of these or if you have any amazi * Be able to run any test file, not just PIR tests Run /bin/sh -c or ./file, and then default to parrot if neither work ? + We also have the option of using proc_exec from the global parrot config * Parse todo/skips/bailout correctly @@ -33,3 +34,5 @@ Please let me know if you start hacking on one of these or if you have any amazi * Submitting smoke reports to smolder TAP::Harness::Archive for Parrot + +* Most of t/harness.pir should be factored out into a Tapir::Harness module