1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# current MRI 1.8.6 pl 114 failures on Ubunutu Linux 8.04:

1)
Float#CONSTANTS the MAX is 1.79769313486232e+308 FAILED
Expected 1.79769313486232e+308
 to equal Infinity

./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:8:in `=='
./spec/ruby/1.8//core/float/constants_spec.rb:33
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:46:in `each'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:60:in `process'
./mspec/runner/state.rb:56:in `each'
./mspec/runner/state.rb:56:in `process'
./mspec/runner/mspec.rb:27:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8//core/float/constants_spec.rb:3
./mspec/runner/mspec.rb:45:in `load'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:42:in `each'
./mspec/runner/mspec.rb:42:in `files'
./mspec/runner/mspec.rb:34:in `process'
mspec/bin/mspec-run:74:in `run'
./mspec/bin/script.rb:75:in `main'
mspec/bin/mspec-run:81

2)
IO#sysread on a file flushes write buffer when called immediately after a buffered IO#write FAILED
Expected "01234"
 to equal "56789"

./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:8:in `=='
./spec/ruby/1.8//core/io/sysread_spec.rb:72
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:46:in `each'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:60:in `process'
./mspec/runner/state.rb:56:in `each'
./mspec/runner/state.rb:56:in `process'
./mspec/runner/mspec.rb:27:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8//core/io/sysread_spec.rb:4
./mspec/runner/mspec.rb:45:in `load'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:42:in `each'
./mspec/runner/mspec.rb:42:in `files'
./mspec/runner/mspec.rb:34:in `process'
mspec/bin/mspec-run:74:in `run'
./mspec/bin/script.rb:75:in `main'
mspec/bin/mspec-run:81

3)
IO#sysseek on a file moves the read position relative to the end with SEEK_END FAILED
Expected 0
 to equal 134

./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:8:in `=='
./spec/ruby/1.8//core/io/sysseek_spec.rb:49
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:46:in `each'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:60:in `process'
./mspec/runner/state.rb:56:in `each'
./mspec/runner/state.rb:56:in `process'
./mspec/runner/mspec.rb:27:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8//core/io/sysseek_spec.rb:4
./mspec/runner/mspec.rb:45:in `load'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:42:in `each'
./mspec/runner/mspec.rb:42:in `files'
./mspec/runner/mspec.rb:34:in `process'
mspec/bin/mspec-run:74:in `run'
./mspec/bin/script.rb:75:in `main'
mspec/bin/mspec-run:81

4)
Process::Constants should have the correct constant values on Linux FAILED
Expected 18446744073709551615
 to equal 9223372036854775807

./mspec/expectations.rb:10:in `fail_with'
./mspec/matchers/base.rb:8:in `=='
./spec/ruby/1.8//core/process/constants_spec.rb:38
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:46:in `each'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:60:in `process'
./mspec/runner/state.rb:56:in `each'
./mspec/runner/state.rb:56:in `process'
./mspec/runner/mspec.rb:27:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8//core/process/constants_spec.rb:2
./mspec/runner/mspec.rb:45:in `load'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:42:in `each'
./mspec/runner/mspec.rb:42:in `files'
./mspec/runner/mspec.rb:34:in `process'
mspec/bin/mspec-run:74:in `run'
./mspec/bin/script.rb:75:in `main'
mspec/bin/mspec-run:81

5)
Etc.getgrgid ignores its argument ERROR
can't find group for 9876
./spec/ruby/1.8//library/etc/getgrgid_spec.rb:32:in `getgrgid'
./spec/ruby/1.8//library/etc/getgrgid_spec.rb:32
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:46:in `each'
./mspec/runner/state.rb:46:in `protect'
./mspec/runner/state.rb:60:in `process'
./mspec/runner/state.rb:56:in `each'
./mspec/runner/state.rb:56:in `process'
./mspec/runner/mspec.rb:27:in `describe'
./mspec/runner/object.rb:11:in `describe'
./spec/ruby/1.8//library/etc/getgrgid_spec.rb:4
./mspec/runner/mspec.rb:45:in `load'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:120:in `call'
./mspec/runner/mspec.rb:120:in `protect'
./mspec/runner/mspec.rb:45:in `files'
./mspec/runner/mspec.rb:42:in `each'
./mspec/runner/mspec.rb:42:in `files'
./mspec/runner/mspec.rb:34:in `process'
mspec/bin/mspec-run:74:in `run'
./mspec/bin/script.rb:75:in `main'
mspec/bin/mspec-run:81

Finished in 11.719301 seconds

1947 files, 6767 examples, 22710 expectations, 4 failures, 1 error