jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • JRuby
  • JRUBY-2369

'ant spec' failures on on MacOS

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: JRuby 1.1
  • Fix Version/s: JRuby 1.2
  • Component/s: Core Classes/Modules
  • Labels:
    None
  • Environment:
    Latest JRuby 1.1, Mac OS X 10.5.2, Java 1.5.0_13

Description

Stephen Bannasch reports:

'ant spec' on Mac OS X produces 6 errors:

1)
File.expand_path expands ~ENV['USER'] to the user's home directory ERROR
user stephen doesn't exist
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/expand_path_spec.rb'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:60:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:19:in `describe'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/object.rb:11:in `describe'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/expand_path_spec.rb:3:in
 `/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/expand_path_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/expand_path_spec.rb:37:in `load'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
/Users/stephen/dev/rubinius/rbx/./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71

2)
File#flock should lock a file FAILED
Expected 0
 to equal false

/Users/stephen/dev/rubinius/rbx/./mspec/expectations.rb:10:in `fail_with'
/Users/stephen/dev/rubinius/rbx/./mspec/matchers/base.rb:9:in `=='
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb:16:in `/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb:15:in `open'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb:15:in `/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:60:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:19:in `describe'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/object.rb:11:in `describe'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb:3:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/file/flock_spec.rb:37:in `load'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
/Users/stephen/dev/rubinius/rbx/./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71

3)
Process::Constants should have the correct constant values on Darwin ERROR
uninitialized constant Process::RLIM_SAVED_MAX
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/constants_spec.rb:25:in `const_missing'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/constants_spec.rb:25:in `/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/constants_spec.rb'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:60:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:19:in `describe'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/object.rb:11:in `describe'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/constants_spec.rb:2:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/constants_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/constants_spec.rb:37:in `load'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
/Users/stephen/dev/rubinius/rbx/./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71

4)
Process.setpriority sets the scheduling priority for a specified process FAILED
Expected Errno::EACCES but no exception was raised
/Users/stephen/dev/rubinius/rbx/./mspec/expectations.rb:10:in `fail_with'
/Users/stephen/dev/rubinius/rbx/./mspec/expectations/should.rb:6:in `should'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/setpriority_spec.rb:23:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/setpriority_spec.rb'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:60:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:19:in `describe'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/object.rb:11:in `describe'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/setpriority_spec.rb:3:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/setpriority_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/core/process/setpriority_spec.rb:37:in `load'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
/Users/stephen/dev/rubinius/rbx/./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71

5)
DRb.start_service should run a basic remote call ERROR
Address already in use - Address in use
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:865:in `new'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:865:in `open'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:865:in `open_server'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:759:in `open_server'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:757:in `each'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:757:in `open_server'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:1339:in `initialize'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:1627:in `new'
/Users/stephen/dev/jruby_trunk/jruby/lib/ruby/1.8/drb/drb.rb:1627:in `start_service'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/drb/start_service_spec.rb:8:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/drb/start_service_spec.rb'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:60:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:19:in `describe'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/object.rb:11:in `describe'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/drb/start_service_spec.rb:5:in `/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/drb/start_service_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/drb/start_service_spec.rb:37:in `load'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
/Users/stephen/dev/rubinius/rbx/./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71

6)
Socket#getaddrinfo gets the address information FAILED
Expected [["AF_INET", 80, "localhost", "127.0.0.1", 2, 2, 17], ["AF_INET", 80, "localhost", "127.0.0.1", 2, 1, 6]]
to include ["AF_INET", 80, "localhost", "0:0:0:0:0:0:0:1", 2, 2, 17]
/Users/stephen/dev/rubinius/rbx/./mspec/expectations.rb:10:in `fail_with'
/Users/stephen/dev/rubinius/rbx/./mspec/expectations/should.rb:6:in `should'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb:34:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb:34:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:46:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:60:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/state.rb:56:in `process'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:19:in `describe'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/object.rb:11:in `describe'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb:4:in 
`/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb'
/Users/stephen/dev/rubinius/rbx/./spec/ruby/1.8/library/socket/getaddrinfo_spec.rb:37:in `load'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `call'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:112:in `protect'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:37:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `each'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:34:in `files'
/Users/stephen/dev/rubinius/rbx/./mspec/runner/mspec.rb:26:in `process'
mspec/bin/mspec-ci:66:in `run'
/Users/stephen/dev/rubinius/rbx/./mspec/bin/script.rb:66:in `main'
mspec/bin/mspec-ci:71

Finished in 61.541000 seconds

1712 files, 5829 examples, 19872 expectations, 3 failures, 3 errors

Ideally, there should be 0 failures out of ant spec.

Problem #5 - race condition in DRb itself, we have a bug for that.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Stephen Bannasch added a comment - 07/Apr/08 8:32 AM

Got those errors after cloning the rbx repo and running this:

$ mspec/bin/mspec ci -V -f s -t jruby -X /Users/stephen/dev/jruby_trunk/jruby/test/spec_excludes spec/ruby/1.8

Running ant spec hung last night – stopped for about 10m after printing this:

run-specs-precompiled:
     [echo] compile=FORCE, threshold=0, objectspace=true threadpool=false reflection=false
     [java] /bin/sh: sad: command not found

This morning I tried again (trunk 6423) and it worked and gave the same 6 errors after executing run-specs-precompiled.

Running run-specs-interpreted directly added one more:

  $ ant run-specs-interpreted
  => 1707 files, 5756 examples, 19840 expectations, 3 failures, 4 errors

This was the new error: ...

     [java] 3)
     [java] File.open opens the file when call with fd ERROR
     [java] Exception occurred during: after :each
     [java] Bad file descriptor - Bad file descriptor
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `/Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `call'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `protect'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:46:in `each'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:46:in `protect'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:61:in `process'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:56:in `each'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:56:in `process'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:19:in `describe'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/object.rb:11:in `describe'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb:3:in `/Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb:37:in `load'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:37:in `files'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `call'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `protect'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:37:in `files'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:34:in `each'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:34:in `files'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:26:in `process'
     [java] mspec/bin/mspec-ci:66:in `run'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/bin/script.rb:65:in `main'
     [java] mspec/bin/mspec-ci:71
Show
Stephen Bannasch added a comment - 07/Apr/08 8:32 AM Got those errors after cloning the rbx repo and running this:
$ mspec/bin/mspec ci -V -f s -t jruby -X /Users/stephen/dev/jruby_trunk/jruby/test/spec_excludes spec/ruby/1.8
Running ant spec hung last night – stopped for about 10m after printing this:
run-specs-precompiled:
     [echo] compile=FORCE, threshold=0, objectspace=true threadpool=false reflection=false
     [java] /bin/sh: sad: command not found
This morning I tried again (trunk 6423) and it worked and gave the same 6 errors after executing run-specs-precompiled. Running run-specs-interpreted directly added one more:
  $ ant run-specs-interpreted
  => 1707 files, 5756 examples, 19840 expectations, 3 failures, 4 errors
This was the new error: ...
     [java] 3)
     [java] File.open opens the file when call with fd ERROR
     [java] Exception occurred during: after :each
     [java] Bad file descriptor - Bad file descriptor
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `/Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `call'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `protect'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:46:in `each'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:46:in `protect'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:61:in `process'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:56:in `each'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/state.rb:56:in `process'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:19:in `describe'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/object.rb:11:in `describe'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb:3:in `/Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./spec/ruby/1.8/core/file/open_spec.rb:37:in `load'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:37:in `files'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `call'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:112:in `protect'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:37:in `files'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:34:in `each'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:34:in `files'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/runner/mspec.rb:26:in `process'
     [java] mspec/bin/mspec-ci:66:in `run'
     [java] /Users/stephen/dev/jruby_trunk/jruby/build/rubyspec/code/./mspec/bin/script.rb:65:in `main'
     [java] mspec/bin/mspec-ci:71
Hide
Permalink
Charles Oliver Nutter added a comment - 04/Feb/09 4:38 AM

Ant spec-short is the appropriate target now and it runs all specs that are expected to pass.

Show
Charles Oliver Nutter added a comment - 04/Feb/09 4:38 AM Ant spec-short is the appropriate target now and it runs all specs that are expected to pass.

People

  • Assignee:
    Charles Oliver Nutter
    Reporter:
    Vladimir Sizikov
Vote (0)
Watch (1)

Dates

  • Created:
    07/Apr/08 3:06 AM
    Updated:
    21/Mar/09 1:14 PM
    Resolved:
    04/Feb/09 4:38 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.