[Ironruby-core] Code Review: Spec changes
Jim Deville
jdeville at microsoft.com
Tue Jul 15 17:31:28 EDT 2008
Reviewed F2F with John.
JD
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jim Deville
Sent: Monday, July 14, 2008 10:22 PM
To: ironruby-core at rubyforge.org; IronRuby External Code Reviewers; Srivatsn Narayanan
Subject: [Ironruby-core] Code Review: Spec changes
tfpt review "/shelveset:rubyspec2;jdeville"
* Changed all invocations of mspec to use the mspec command with Ruby instead of the mspec-ci or mspec-run command with IronRuby. This will allow us to take advantage of future options added to the mspec runner, and possibly add parallel process support if it gets added to mspec.
* Changed the custom runners for baseline and tag to mspec ci and mspec tag. No reason to invent the wheel, and this is how SNAP will be running. This has the side effect of changing the tags to fails from fail
* Added the -G critical option to all runners. Critical tags will be used to mark IronRuby bugs that block the runner. This is based on a discussion on #rubyspec about how other implementations are tracking bugs. The tag file is how things should be excluded unless they are bugs with the reference implementation (CRuby). Thus instead of the ironruby_bug guard, I have moved to a critical tag, which can be regenerated from this file.
* Added a method to generate the tags from an existing critical_tags.txt file. Currently this file is the output of Powershell's Get-Child-Items -r -i *.txt | select-string critical, with some modification to remove new lines. Suggestions for options for automatically generating this file are welcome.
* Added a rake task (regen_tags) to generate the critical tags.
Github commits:
IronRuby-tags:
90e33e19
Added a critical tags file to regenerate tags from.
c5f6359
Rebaselined the specs.
Mspec:
18db1cf
Added critical tag to mspec ci
Reordered tmp helper to respect ENV variables before attempting to guess.
Rubyspec:
1e57876
Removed ironruby_bug guards due to the change to critical tags.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080715/a5c7bbf8/attachment.html>
More information about the Ironruby-core
mailing list