Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c504e87b9671
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f2a890396a4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2015

  1. Copy the full SHA
    e2fe2bd View commit details
  2. Copy the full SHA
    1f2a890 View commit details
Showing with 26 additions and 1 deletion.
  1. +1 −0 spec/truffle/tags/core/struct/to_s_tags.txt
  2. +1 −0 spec/truffle/tags/core/time/wday_tags.txt
  3. +24 −1 spec/truffle/truffle.mspec
1 change: 1 addition & 0 deletions spec/truffle/tags/core/struct/to_s_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails(windows bug):Struct#to_s is a synonym for inspect
1 change: 1 addition & 0 deletions spec/truffle/tags/core/time/wday_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Time#wday returns an integer representing the day of the week, 0..6, with Sunday being 0
25 changes: 24 additions & 1 deletion spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -58,7 +58,30 @@ class MSpecScript
"^spec/ruby/core/string/crypt_spec.rb",
"^spec/ruby/core/string/gsub_spec.rb",
"^spec/ruby/core/string/match_spec.rb",
"^spec/ruby/core/string/modulo_spec.rb"
"^spec/ruby/core/string/modulo_spec.rb",
"^spec/ruby/core/struct/each_spec.rb", # Windows
"^spec/ruby/core/struct/element_reference_spec.rb", # Windows
"^spec/ruby/core/struct/element_set_spec.rb", # Windows
"^spec/ruby/core/struct/eql_spec.rb", # Windows
"^spec/ruby/core/struct/equal_value_spec.rb", # Windows
"^spec/ruby/core/struct/hash_spec.rb", # Windows
"^spec/ruby/core/struct/initialize_copy_spec.rb", # Windows
"^spec/ruby/core/struct/initialize_spec.rb", # Windows
"^spec/ruby/core/struct/inspect_spec.rb", # Windows
"^spec/ruby/core/struct/instance_variables_spec.rb", # Windows
"^spec/ruby/core/struct/length_spec.rb", # Windows
"^spec/ruby/core/struct/members_spec.rb", # Windows
"^spec/ruby/core/struct/new_spec.rb", # Windows
"^spec/ruby/core/struct/select_spec.rb", # Windows
"^spec/ruby/core/struct/size_spec.rb", # Windows
"^spec/ruby/core/struct/struct_spec.rb", # Windows
"^spec/ruby/core/struct/to_a_spec.rb", # Windows
"^spec/ruby/core/struct/to_h_spec.rb", # Windows
"^spec/ruby/core/struct/to_s_spec.rb", # Windows
"^spec/ruby/core/struct/values_at_spec.rb", # Windows
"^spec/ruby/core/struct/values_spec.rb", # Windows
"^spec/ruby/core/symbol/versions/encoding_1.9_spec.rb", # Windows
"^spec/ruby/core/unboundmethod/source_location_spec.rb" # Windows
]

set :rubysl, [