[parrot/parrot] 7ef799: Enumerate options to test
GitHub
noreply at github.com
Sat Jan 28 17:48:49 UTC 2012
Branch: refs/heads/gh346
Home: https://github.com/parrot/parrot
Commit: 7ef799e18c41db788bc089bc9844ee7fe533295f
https://github.com/parrot/parrot/commit/7ef799e18c41db788bc089bc9844ee7fe533295f
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
Enumerate options to test
This fixes nothing, but tells us how far we need to go.
Commit: f83019ff3c3d6b9ea5a2d0040544cc736c649076
https://github.com/parrot/parrot/commit/f83019ff3c3d6b9ea5a2d0040544cc736c649076
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: test -V and -h
Run the tests for --version and --help again.
Commit: f7f62d6448fca707688c48edc97881ecc872e730
https://github.com/parrot/parrot/commit/f7f62d6448fca707688c48edc97881ecc872e730
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: test --parrot-debug
There were already tests for -D, so hijack that.
This also provides more useful descriptions of the tests
Commit: fe5b1d65ccec09e8e2f4dc5eb373ce55c83c239a
https://github.com/parrot/parrot/commit/fe5b1d65ccec09e8e2f4dc5eb373ce55c83c239a
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: De-duplicate long and short tests
There were a couple tests that looked like
is( 'parrot -l', 'expect', 'option -l' )
is( 'parrot --long', 'expect', 'option --long' )
Make the fact that those tests are the same explicit by wrapping them
in a loop. This also makes them consistent with the tests to come.
Commit: 32624b2a9f48679bb47ba473aca35afde448f10c
https://github.com/parrot/parrot/commit/32624b2a9f48679bb47ba473aca35afde448f10c
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: Factor out check for needs argument
Commit: 59b7cec036c54d84af4893deeaa293065fdec3a3
https://github.com/parrot/parrot/commit/59b7cec036c54d84af4893deeaa293065fdec3a3
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: Perform all tests before cleanup
Commit: 3d19b3bca0594ce121cea96cabe307e4194e346b
https://github.com/parrot/parrot/commit/3d19b3bca0594ce121cea96cabe307e4194e346b
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: test --hash-seed
Commit: e98bd83abe701695829bc3900fa5cef74c0db04e
https://github.com/parrot/parrot/commit/e98bd83abe701695829bc3900fa5cef74c0db04e
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options: test --help-debug
Commit: 060691d8a57ad5459a842d13bb7a3aff0315d531
https://github.com/parrot/parrot/commit/060691d8a57ad5459a842d13bb7a3aff0315d531
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M docs/running.pod
Log Message:
-----------
docs/running.pod: -w doesn't take an argument
Commit: 2e9048c15c7b44bffbfe56dc2a2c769a340ebff8
https://github.com/parrot/parrot/commit/2e9048c15c7b44bffbfe56dc2a2c769a340ebff8
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-01-28 (Sat, 28 Jan 2012)
Changed paths:
M t/run/options.t
Log Message:
-----------
t/run/options.t: test -w/--warnings
Compare: https://github.com/parrot/parrot/compare/7ef799e^...2e9048c
More information about the parrot-commits
mailing list