[MacRuby] #858: "rake spec:ci" crashes.

MacRuby ruby-noreply at macosforge.org
Thu Aug 19 00:50:05 PDT 2010


#858: "rake spec:ci" crashes.
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------

Comment(by lsansonetti@…):

 The "DNS configuration info service: Permission denied" message is suspect
 (I never saw it, yet). Could you isolate the spec that's causing the
 crash?

 I recommend to run

 {{{
 $ ./mspec/bin/mspec ci -B ./spec/macruby.mspec  :full -V
 }}}

 which will print spec file paths before execution. Once you know which
 spec file contains the crash, you can run

 {{{
 $ ./mspec/bin/mspec ci -B ./spec/macruby.mspec  spec/frozen/xxx_spec.rb -f
 s
 }}}

 (where spec/frozen/xxx_spec.rb is the spec file).

 This will print spec examples before execution. This way you can find
 which example is causing the crash here.

 In my environment spec:ci runs flawlessly, but sometimes spec:ci can abort
 due to environmental problems.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/858#comment:1>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list