COMMIT new-style hash syntax for send args http://github.com/rubyspec/rubyspec/commit/46f5fb1de233f2406f59083780593d4b21650ca5 COMMIT Test hanging commas in Hashes http://github.com/rubyspec/rubyspec/commit/2d2c3a1d6c72dc80b23ee0548bc7020a4d51ef80 COMMIT new-style hash literal syntax http://github.com/rubyspec/rubyspec/commit/1e9775074b8da9609d9bed242458d795b69456cc COMMIT Whitespace like 356fa4fb http://github.com/rubyspec/rubyspec/commit/4168dfb63282b733482f52e4cf60fdfb0d74f60b COMMIT Matrix#round: New specs http://github.com/rubyspec/rubyspec/commit/4ba3f36c468c2cc2fd2c1607ffde25120ec08f06 COMMIT Matrix::EigenvalueDecomposition: Basic specs http://github.com/rubyspec/rubyspec/commit/6ac30142a7dd91a5da9816cce4e1e4e2dbe117bf COMMIT Matrix#**: Basic specs for non-integer powers http://github.com/rubyspec/rubyspec/commit/c29732d770413429b0a172bac9fb71f206853556 COMMIT Matrix::LUP_Decomposition specs http://github.com/rubyspec/rubyspec/commit/151cbaadb33c1a5a1241b78be936ca869f0b6581 COMMIT Fix requiring order: included Math must be mathn. http://github.com/rubyspec/rubyspec/commit/b45779ce0c77fb228576294adc6ea738f37a6e0d COMMIT This spec doesn't work with mathn. http://github.com/rubyspec/rubyspec/commit/5a523f968ce5d80705d3726e4e9e220a25469632 COMMIT Spec for missing yield([a, b]) case in Hash#each logic (JRUBY-5839) http://github.com/rubyspec/rubyspec/commit/7abfb9433cdc6464b19cdf2b5b86037c60c0c88d COMMIT Merge pull request #56 from nevir/new_style_hash http://github.com/rubyspec/rubyspec/commit/f504bdc301f4bbb628e9f54e36978581ed9dcb5b COMMIT Some fixes for [Array, Hash, String].try_convert specs. http://github.com/rubyspec/rubyspec/commit/72d0d32305fd2d59a5813da939e7fc44e9b120f1 =================================================================== +++ 20110703T041800Z @@ 5051 @@ ./test/openssl/test_pair.rb:: warning: using default DH parameters. . test_eof_0_rw(OpenSSL::TestEOF2): . +test_eof_1(OpenSSL::TestEOF2): /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//ruby/.ext/common/openssl/ssl.rb:: warning: using default DH parameters. ./test/openssl/test_pair.rb:: warning: using default DH parameters. @@ 13164 @@ - yields the key and value of each pair to a block expecting |key, value| - yields the key only to a block expecting |key,| - uses the same order as keys() and values() +- properly expands (or not) child class's 'each'-yielded args - raises a LocalJumpError when called on a non-empty hash without a block - does not raise a LocalJumpError when called on an empty hash without a block @@ 33358 @@ - yields the key and value of each pair to a block expecting |key, value| - yields the key only to a block expecting |key,| - uses the same order as keys() and values() +- properly expands (or not) child class's 'each'-yielded args - raises a LocalJumpError when called on a non-empty hash without a block - does not raise a LocalJumpError when called on an empty hash without a block @@ 51383 @@ - treats empty expressions as nils - freezes string keys on initialization - checks duplicated keys on initialization +- accepts a hanging comma Finished in seconds @@ 56580 @@ ConditionVariable#broadcast - returns self if nothing to broadcast to - returns self if something is waiting for a broadcast +- releases all threads waiting in line for this resource Finished in seconds @@ 62796 @@ Finished in seconds 1 file, 0 examples, expectations, 0 failures, 0 errors +== rubyspec/library/matrix/eigenvalue_decomposition/eigenvalue_matrix_spec.rb #