Yukihiro Matsumoto
|
f537e2bb96
|
block_given? should work; close #262
|
2012-06-12 19:09:11 +09:00 |
|
Yukihiro Matsumoto
|
30a062c165
|
String#split("") should split per character (byte for now)
|
2012-06-12 12:58:49 +09:00 |
|
Yukihiro Matsumoto
|
5937c29281
|
s.split(nil) should work like s.split()
|
2012-06-12 12:29:20 +09:00 |
|
Yukihiro Matsumoto
|
b32e586099
|
should enhance test for Array#slice
|
2012-06-12 12:19:25 +09:00 |
|
Yukihiro Matsumoto
|
46b098e079
|
minor correction in test/t/syntax.rb
|
2012-06-12 12:16:18 +09:00 |
|
Yukihiro Matsumoto
|
6987ba02f8
|
String#split now understands string sep
|
2012-06-12 09:51:10 +09:00 |
|
Masamitsu MURASE
|
46c9260305
|
Add test for slice of shared string.
|
2012-06-11 01:39:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
114168a551
|
Merge pull request #245 from pbosetti/tests
Added Math.sqrt() that was missing in math.c, and added relevant test case
|
2012-06-04 17:04:47 -07:00 |
|
Paolo Bosetti
|
2c7cee8a1a
|
Added Math.sqrt() that was missing in math.c, and added relevant test case
|
2012-06-04 15:57:05 -07:00 |
|
Daniel Bovensiepen
|
db6c374301
|
Add Time tests
|
2012-06-05 03:11:56 +08:00 |
|
Daniel Bovensiepen
|
0c2d74020a
|
Add more superclass tests
|
2012-06-03 23:31:53 +08:00 |
|
Daniel Bovensiepen
|
c78dc2930c
|
Add superclass tests for Exceptions
|
2012-06-03 23:31:17 +08:00 |
|
Daniel Bovensiepen
|
00caf25b52
|
Add BasicObject Tests
|
2012-06-03 23:30:15 +08:00 |
|
Daniel Bovensiepen
|
5612d195ec
|
Improve Class#superclass to ISO
|
2012-06-03 23:29:40 +08:00 |
|
Kazuki Tsujimoto
|
0629cf21ba
|
A rescue clause with no parameter list rescues only StandardErrors
|
2012-06-03 17:48:02 +09:00 |
|
Yukihiro Matsumoto
|
7f243a9b53
|
resolve conflict in test/t/class.rb
|
2012-06-03 08:23:40 +09:00 |
|
Yukihiro Matsumoto
|
df80b7835a
|
Add Class#superclass; a patch made by @bovi; close #234
|
2012-06-03 08:20:48 +09:00 |
|
Daniel Bovensiepen
|
57bd8d49ec
|
Add first test case for Class#new and prepare further feature tests for it
|
2012-06-03 01:50:10 +08:00 |
|
Daniel Bovensiepen
|
2c58690df1
|
Add test cases for Hash
|
2012-06-02 23:39:00 +08:00 |
|
Daniel Bovensiepen
|
6ec149c4e3
|
Add string test for string interpolation
|
2012-06-02 16:44:16 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
7752d2ab43
|
Merge pull request #221 from bovi/test-for-issue211
Add Test Case for issue #211
|
2012-06-02 00:55:33 -07:00 |
|
Daniel Bovensiepen
|
8804c7db65
|
Add Test Case for issue #211
|
2012-06-02 01:39:53 +08:00 |
|
Daniel Bovensiepen
|
cb10b92783
|
Add Test Case for issue #210
|
2012-06-02 01:33:04 +08:00 |
|
Yukihiro Matsumoto
|
0009239f29
|
reimplement String#chomp
|
2012-05-31 16:29:47 +09:00 |
|
Yukihiro Matsumoto
|
3e8d330c2c
|
remove #new from immediate classes
|
2012-05-31 11:11:55 +09:00 |
|
Yukihiro Matsumoto
|
1ac22054bc
|
remove debug print
|
2012-05-30 16:25:51 +09:00 |
|
Yukihiro Matsumoto
|
a4a48e3da1
|
specify allocating array size for Hash#values
|
2012-05-30 16:12:32 +09:00 |
|
Daniel Bovensiepen
|
82d600da24
|
Add literal tests for currently working String literals and make notice about literals which yet need to be proper implementation
|
2012-05-29 23:51:51 +08:00 |
|
Daniel Bovensiepen
|
b92f302d59
|
SEGV by adding a new assert
|
2012-05-29 13:52:59 +08:00 |
|
Daniel Bovensiepen
|
61a47e344d
|
Raise SEGV by using String literal
|
2012-05-29 07:23:17 +08:00 |
|
Daniel Bovensiepen
|
b19575e5ac
|
Forgot Literals file
|
2012-05-29 01:33:17 +08:00 |
|
Daniel Bovensiepen
|
31e9705022
|
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
|
2012-05-29 01:20:46 +08:00 |
|
Daniel Bovensiepen
|
74fb270298
|
add Enumerable tests and identify data corruption with merge in Hash
|
2012-05-27 00:50:39 +08:00 |
|
Daniel Bovensiepen
|
150b235fb6
|
Add Tests for all Exception classes, for false, true, Proc, Module, nil and Object
|
2012-05-25 14:01:14 +08:00 |
|
Daniel Bovensiepen
|
2664eb5ca6
|
Add ISO Test Cases for Kernel
|
2012-05-24 05:33:29 +08:00 |
|
Yukihiro Matsumoto
|
52b2d092d3
|
test t/*.rb spacing fix
|
2012-05-23 12:00:49 +09:00 |
|
Yukihiro Matsumoto
|
21bd5d7924
|
print description on exceptions
|
2012-05-21 10:39:29 +09:00 |
|
Daniel Bovensiepen
|
e1e072b800
|
Fix Hash#shift return value from Hash to Array
|
2012-05-20 13:18:34 +08:00 |
|
Daniel Bovensiepen
|
d45ecc3270
|
Complete ISO test cases for Hash, Range, String and Symbol
|
2012-05-19 23:18:42 +08:00 |
|
Daniel Bovensiepen
|
8bf21cdeae
|
Finish all Float ISO Tests
|
2012-05-19 02:21:26 +08:00 |
|
Daniel Bovensiepen
|
2331738c21
|
Complete Integer Tests for ISO
|
2012-05-19 00:44:43 +08:00 |
|
Paolo Bosetti
|
d1f6f504d5
|
Added some tests for Math module. Some refactoring in math.c; numeric tolerance exported as Math::TOLERANCE and also used for fuzzy tests in mrbtest suite
|
2012-05-17 23:50:56 -07:00 |
|
Paolo Bosetti
|
5760ad7d59
|
Minor edits in tests for Math module
|
2012-05-17 17:40:21 -07:00 |
|
Paolo Bosetti
|
576fdcdf6d
|
Added some tests for trig functions in Math module. Also, tests are made against a tolerance on Floats
|
2012-05-16 12:44:03 -07:00 |
|
Daniel Bovensiepen
|
3bec8b330c
|
Add Tests for Numeric
|
2012-05-16 11:18:55 -07:00 |
|
Daniel Bovensiepen
|
241d3f7eb3
|
Add Tests for Integer
|
2012-05-16 11:18:42 -07:00 |
|
Daniel Bovensiepen
|
5c6f04120a
|
Add Math Test for new implementation
|
2012-05-16 10:58:00 -07:00 |
|
Daniel Bovensiepen
|
582795a3bf
|
Complete all Array ISO Codes
|
2012-05-16 10:15:30 -07:00 |
|
Daniel Bovensiepen
|
26c6031a53
|
Move assert lib for tests one directory up and add it always in the beginning
|
2012-05-16 16:07:55 +08:00 |
|
Daniel Bovensiepen
|
dd6af6d2ec
|
Add newline in the end of test case files so that the concat of all files works in all cases proper
|
2012-05-16 16:00:05 +08:00 |
|