#1480: infinity loops occurs with RubySpec if compiled MacRuby with clang ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- In some Bignum and BigDecimal specs, it seems to occur the infinity loops when compiled with clang. {{{ $ CC=/usr/bin/clang CXX=/usr/bin/clang++ rake jobs=4 $ rake spec:rubyspec rm -rf rubyspec_temp ./mspec/bin/mspec ci -B ./spec/macruby.mspec :rubyspec MacRuby 0.12 (ruby 1.9.2) [universal-darwin11.0, x86_64] .......................................................................................................................................................................................................................................................^C Process aborted! rake aborted! Command failed with status (1): [./mspec/bin/mspec ci -B ./spec/macruby.msp...] Tasks: TOP => spec:rubyspec (See full trace by running task with --trace) }}} For passing the RubySpec, I needed some RubySpec Tags. https://gist.github.com/1978307 -- Ticket URL: <http://www.macruby.org/trac/ticket/1480> MacRuby <http://macruby.org/>