forked from naitoh/py2rb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_results.txt
258 lines (257 loc) · 17.5 KB
/
test_results.txt
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
Looking for "ruby", "py2rb/builtins/module.rb", "py2rb/builtins/require.rb" [3]:
.. [OK]
tests/test_builtins.rb [1]: . [OK]
tests/algorithms/sqrt.py [4]: .... [OK]
tests/algorithms/triangulation.py [4]: .... [OK]
tests/basic/assert.py [4]: .... [OK]
tests/basic/assign.py [4]: .... [OK]
tests/basic/assign_slice.py [4]: .... [OK]
tests/basic/augassign.py [4]: .... [OK]
tests/basic/augassign2.py [4]: .... [OK]
tests/basic/binaryops.py [4]: .... [OK]
tests/basic/break.py [4]: .... [OK]
tests/basic/class.py [4]: .... [OK]
tests/basic/class2.py [4]: .... [OK]
tests/basic/class3.py [4]: .... [OK]
tests/basic/class4.py [4]: .... [OK]
tests/basic/class5.py [4]: .... [OK]
tests/basic/class6.py [4]: .... [OK]
tests/basic/closure.py [4]: .... [OK]
tests/basic/closure_in_class.py [4]: .... [OK]
tests/basic/continue.py [4]: .... [OK]
tests/basic/del_array.py [4]: .... [OK]
tests/basic/del_attr.py [4]: .... [OK]
tests/basic/del_dict.py [4]: .... [OK]
tests/basic/del_slice.py [4]: .... [OK]
tests/basic/dictcomp1.py [4]: .... [OK]
tests/basic/dictcomp2.py [4]: .... [OK]
tests/basic/dictionary.py [4]: .... [OK]
tests/basic/dictionary2.py [4]: .... [OK]
tests/basic/dictionary3.py [4]: .... [OK]
tests/basic/docstring.py [4]: .... [OK]
tests/basic/embedding.py [4]: .... [OK]
tests/basic/fib.py [4]: .... [OK]
tests/basic/float2int.py [4]: .... [OK]
tests/basic/for_in.py [4]: .... [OK]
tests/basic/for_range1.py [4]: .... [OK]
tests/basic/for_range2.py [4]: .... [OK]
tests/basic/for_step.py [4]: .... [OK]
tests/basic/getattr.py [4]: .... [OK]
tests/basic/globalvar.py [4]: .... [OK]
tests/basic/hasattr1.py [4]: .... [OK]
tests/basic/helloworld.py [4]: .... [OK]
tests/basic/ifelse.py [4]: .... [OK]
tests/basic/ifs.py [4]: .... [OK]
tests/basic/ifs2.py [4]: .... [OK]
tests/basic/keys.py [4]: .... [OK]
tests/basic/kwargs.py [4]: .... [OK]
tests/basic/kwargs2.py [4]: .... [OK]
tests/basic/kwargs3.py [4]: .... [OK]
tests/basic/lambda.py [4]: .... [OK]
tests/basic/lambda2.py [4]: .... [OK]
tests/basic/lambda3.py [4]: .... [OK]
tests/basic/lambda_map.py [4]: .... [OK]
tests/basic/list.py [4]: .... [OK]
tests/basic/list2.py [4]: .... [OK]
tests/basic/list3.py [4]: .... [OK]
tests/basic/listcomp1.py [4]: .... [OK]
tests/basic/literals.py [4]: .... [OK]
tests/basic/logicalops.py [4]: .... [OK]
tests/basic/loops.py [4]: .... [OK]
tests/basic/multiassign.py [4]: .... [OK]
tests/basic/none.py [4]: .... [OK]
tests/basic/numeric.py [4]: .... [OK]
tests/basic/oo.py [4]: .... [OK]
tests/basic/oo_attributes.py [4]: .... [OK]
tests/basic/oo_inherit.py [4]: .... [OK]
tests/basic/oo_inherit2.py [4]: .... [OK]
tests/basic/oo_inherit3.py [4]: .... [OK]
tests/basic/oo_inherit_simple.py [4]: .... [OK]
tests/basic/oo_inherit_simple_super1.py [4]: .... [OK]
tests/basic/oo_inherit_simple_super2.py [4]: .... [OK]
tests/basic/oo_inherit_simple_super3.py [4]: .... [OK]
tests/basic/oo_static_inherit.py [4]: .... [OK]
tests/basic/pass.py [4]: .... [OK]
tests/basic/print.py [4]: .... [OK]
tests/basic/raise.py [4]: .... [OK]
tests/basic/raise2.py [4]: .... [OK]
tests/basic/scope.py [4]: .... [OK]
tests/basic/set.py [4]: .... [OK]
tests/basic/str1.py [4]: .... [OK]
tests/basic/str_endswith.py [4]: .... [OK]
tests/basic/sumcomp.py [4]: .... [OK]
tests/basic/super1.py [4]: .... [OK]
tests/basic/super2.py [4]: .... [OK]
tests/basic/trueorfalse.py [4]: .... [OK]
tests/basic/try.py [4]: .... [OK]
tests/basic/tuple.py [4]: .... [OK]
tests/basic/tuple2.py [4]: .... [OK]
tests/basic/vargs.py [4]: .... [OK]
tests/basic/while.py [4]: .... [OK]
tests/basic/with.py [4]: .... [OK]
tests/collections/ordered_dict.py [4]: .... [OK]
tests/decorator/function1.py [4]: .... [OK]
tests/decorator/function2.py [4]: .... [OK]
tests/decorator/function3.py [4]: .... [OK]
tests/decorator/property.py [4]: .... [OK]
tests/decorator/setter.py [4]: .... [OK]
tests/deep-learning-from-scratch/and_gate.py [4]: .... [OK]
tests/deep-learning-from-scratch/relu.py [4]: .... [OK]
tests/deep-learning-from-scratch/sigmoid.py [4]: .... [OK]
tests/deep-learning-from-scratch/step_function.py [4]: .... [OK]
tests/errors/py_collision.py [4]: .... [OK]
tests/functions/and.py [4]: .... [OK]
tests/functions/append.py [4]: .... [OK]
tests/functions/aug.py [4]: .... [OK]
tests/functions/bitand.py [4]: .... [OK]
tests/functions/bitor.py [4]: .... [OK]
tests/functions/bitxor.py [4]: .... [OK]
tests/functions/divfloor.py [4]: .... [OK]
tests/functions/float.py [4]: .... [OK]
tests/functions/floatdiv.py [4]: .... [OK]
tests/functions/gtge.py [4]: .... [OK]
tests/functions/in.py [4]: .... [OK]
tests/functions/int.py [4]: .... [OK]
tests/functions/isinstance.py [4]: .... [OK]
tests/functions/len.py [4]: .... [OK]
tests/functions/lshift.py [4]: .... [OK]
tests/functions/ltle.py [4]: .... [OK]
tests/functions/ne.py [4]: .... [OK]
tests/functions/or.py [4]: .... [OK]
tests/functions/pop.py [4]: .... [OK]
tests/functions/rshift.py [4]: .... [OK]
tests/functions/sort.py [4]: .... [OK]
tests/functions/str.py [4]: .... [OK]
tests/functions/ubitcomp.py [4]: .... [OK]
tests/functions/uminus.py [4]: .... [OK]
tests/functions/uplus.py [4]: .... [OK]
tests/lists/all.py [4]: .... [OK]
tests/lists/any.py [4]: .... [OK]
tests/lists/extend.py [4]: .... [OK]
tests/lists/filter.py [4]: .... [OK]
tests/lists/in.py [4]: .... [OK]
tests/lists/insert.py [4]: .... [OK]
tests/lists/map.py [4]: .... [OK]
tests/lists/max.py [4]: .... [OK]
tests/lists/min.py [4]: .... [OK]
tests/lists/reverse.py [4]: .... [OK]
tests/lists/subclass.py [4]: .... [OK]
tests/lists/subclass2.py [4]: .... [OK]
tests/lists/subclass3.py [4]: .... [OK]
tests/lists/sum.py [4]: .... [OK]
tests/lists/sum2.py [4]: .... [OK]
tests/lists/xrange.py [4]: .... [OK]
tests/lists/zip.py [4]: .... [OK]
tests/modules/classname.py [4]: .... [OK]
tests/modules/from_import.py [4]: .... [OK]
tests/modules/from_import_as_module.py [4]: .... [OK]
tests/modules/import.py [4]: .... [OK]
tests/modules/import_alias.py [4]: .... [OK]
tests/modules/import_as_module.py [4]: .... [OK]
tests/modules/import_class.py [4]: .... [OK]
tests/modules/import_global.py [4]: .... [OK]
tests/modules/import_init.py [4]: .... [OK]
tests/modules/import_multi.py [4]: .... [OK]
tests/numpy/abs.py [4]: .... [OK]
tests/numpy/all.py [4]: .... [OK]
tests/numpy/any.py [4]: .... [OK]
tests/numpy/arange.py [4]: .... [OK]
tests/numpy/array2string.py [4]: .... [OK]
tests/numpy/asarray.py [4]: .... [OK]
tests/numpy/ellipsis.py [4]: .... [OK]
tests/numpy/empty.py [4]: .... [OK]
tests/numpy/ext_slice.py [4]: .... [OK]
tests/numpy/full.py [4]: .... [OK]
tests/numpy/insert.py [4]: .... [OK]
tests/numpy/like.py [4]: .... [OK]
tests/numpy/linspace.py [4]: .... [OK]
tests/numpy/max_min.py [4]: .... [OK]
tests/numpy/maximum_minimum.py [4]: .... [OK]
tests/numpy/ndarray.py [4]: .... [OK]
tests/numpy/ndarray2.py [4]: .... [OK]
tests/numpy/ndarray3.py [4]: .... [OK]
tests/numpy/not_like.py [4]: .... [OK]
tests/numpy/np_copy.py [4]: .... [OK]
tests/numpy/product.py [4]: .... [OK]
tests/numpy/random_rand.py [4]: .... [OK]
tests/numpy/random_randint.py [4]: .... [OK]
tests/numpy/random_random.py [4]: .... [OK]
tests/numpy/random_uniform.py [4]: .... [OK]
tests/numpy/special_values.py [4]: .... [OK]
tests/numpy/sqrt.py [4]: .... [OK]
tests/numpy/sum.py [4]: .... [OK]
tests/numpy/trigonometric_funcitons.py [4]: .... [OK]
tests/numpy/type.py [4]: .... [OK]
tests/os/path_basename.py [4]: .... [OK]
tests/os/path_dirname.py [4]: .... [OK]
tests/os/path_join.py [4]: .... [OK]
tests/os/walk.py [4]: .... [OK]
tests/random/random_random.py [4]: .... [OK]
tests/six/integer_types.py [4]: .... [OK]
tests/six/iteritems.py [4]: .... [OK]
tests/six/itervalues.py [4]: .... [OK]
tests/six/moves.range.py [4]: .... [OK]
tests/six/py23.py [4]: .... [OK]
tests/strings/count.py [4]: .... [OK]
tests/strings/find.py [4]: .... [OK]
tests/strings/join.py [4]: .... [OK]
tests/strings/lstrip0.py [4]: .... [OK]
tests/strings/lstrip1.py [4]: .... [OK]
tests/strings/replace.py [4]: .... [OK]
tests/strings/rfind.py [4]: .... [OK]
tests/strings/rstrip0.py [4]: .... [OK]
tests/strings/rstrip1.py [4]: .... [OK]
tests/strings/split.py [4]: .... [OK]
tests/strings/splitlines.py [4]: .... [OK]
tests/strings/string_format_combined_simple.py [4]: .... [OK]
tests/strings/string_format_d.py [4]: .... [OK]
tests/strings/string_format_d_simple.py [4]: .... [OK]
tests/strings/string_format_f_simple.py [4]: .... [OK]
tests/strings/string_format_i.py [4]: .... [OK]
tests/strings/string_format_s_simple.py [4]: .... [OK]
tests/strings/string_format_u.py [4]: .... [OK]
tests/strings/strings_in_strings.py [4]: .... [OK]
tests/strings/strip.py [4]: .... [OK]
tests/strings/strip1.py [4]: .... [OK]
tests/strings/ulcase.py [4]: .... [OK]
tests/strings/zipstring.py [4]: .... [OK]
tests/unittest/assertAlmostEqual.py [4]: .... [OK]
tests/unittest/assertEqual.py [4]: .... [OK]
tests/unittest/assertIn.py [4]: .... [OK]
tests/unittest/assertIs.py [4]: .... [OK]
tests/unittest/assertIsInstance.py [4]: .... [OK]
tests/unittest/assertRaises.py [4]: .... [OK]
tests/unittest/assertTrue.py [4]: .... [OK]
tests/unittest/class.py [4]: .... [OK]
tests/basic/default.py [4]: .. known to [FAIL]
tests/basic/del_global.py [4]: ... known to [FAIL]
tests/basic/del_local.py [4]: ... known to [FAIL]
tests/basic/for_in2.py [4]: ... known to [FAIL]
tests/basic/generator.py [4]: .. known to [FAIL]
tests/basic/hasattr2.py [4]: .. known to [FAIL]
tests/basic/listcomp2.py [4]: .. known to [FAIL]
tests/basic/nestedclass.py [4]: .. known to [FAIL]
tests/basic/oo_diamond.py [4]: ... known to [FAIL]
tests/basic/oo_static_inherit2.py [4]: .. known to [FAIL]
tests/basic/oo_super.py [4]: ... known to [FAIL]
tests/basic/valueerror.py [4]: ... known to [FAIL]
tests/basic/vars.py [4]: ... known to [FAIL]
tests/basic/vars2.py [4]: ... known to [FAIL]
tests/basic/yield.py [4]: .. known to [FAIL]
tests/decorator/class.py [4]: .. known to [FAIL]
tests/decorator/decorator.py [4]: .. known to [FAIL]
tests/functions/sort23.py [4]: known to [FAIL]
tests/functions/sort_cmp.py [4]: known to [FAIL]
tests/libraries/xmlwriter.py [4]: .. known to [FAIL]
tests/lists/reduce.py [4]: .. known to [FAIL]
tests/modules/import_diamond.py [4]: .. known to [FAIL]
tests/modules/module_name.py [4]: .. known to [FAIL]
tests/modules/rng.py [4]: known to [FAIL]
tests/numpy/arg_max_min.py [4]: ... known to [FAIL]
tests/strings/other_strings.py [4]: .. known to [FAIL]
tests/strings/replace2.py [4]: .. known to [FAIL]
tests/strings/string_format_efg.py [4]: .. known to [FAIL]
tests/strings/string_format_o.py [4]: ... known to [FAIL]
tests/strings/string_format_x.py [4]: ... known to [FAIL]
Ran 254 tests in 157.455s
OK (expected failures=30)