move stuff out of tests/bugs directory
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 17 Apr 2009 02:10:51 +0000 (19:10 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 17 Apr 2009 02:10:51 +0000 (19:10 -0700)
--HG--
rename : tests/bugs/bad_c_struct_T252.pyx => tests/compile/bad_c_struct_T252.pyx
rename : tests/bugs/pxd_override_T230.pxd => tests/compile/pxd_override_T230.pxd
rename : tests/bugs/pxd_override_T230.py => tests/compile/pxd_override_T230.py
rename : tests/bugs/missing_baseclass_in_predecl_T262.pyx => tests/errors/missing_baseclass_in_predecl_T262.pyx
rename : tests/bugs/return_outside_function_T135.pyx => tests/errors/return_outside_function_T135.pyx
rename : tests/bugs/builtin_types_none_T166.pyx => tests/run/builtin_types_none_T166.pyx
rename : tests/bugs/char_constants_T99.pyx => tests/run/char_constants_T99.pyx
rename : tests/bugs/class_attribute_init_values_T18.pyx => tests/run/class_attribute_init_values_T18.pyx
rename : tests/bugs/ext_instance_type_T232.pyx => tests/run/ext_instance_type_T232.pyx
rename : tests/bugs/funcexc_iter_T228.pyx => tests/run/funcexc_iter_T228.pyx
rename : tests/bugs/ifelseexpr_T267.pyx => tests/run/ifelseexpr_T267.pyx
rename : tests/bugs/large_consts_T237.pyx => tests/run/large_consts_T237.pyx
rename : tests/bugs/methodmangling_T5.pyx => tests/run/methodmangling_T5.pyx
rename : tests/bugs/numpy_ValueError_T172.pyx => tests/run/numpy_ValueError_T172.pyx
rename : tests/bugs/unsignedbehaviour_T184.pyx => tests/run/unsignedbehaviour_T184.pyx

16 files changed:
tests/bugs.txt [new file with mode: 0644]
tests/compile/bad_c_struct_T252.pyx [moved from tests/bugs/bad_c_struct_T252.pyx with 100% similarity]
tests/compile/pxd_override_T230.pxd [moved from tests/bugs/pxd_override_T230.pxd with 100% similarity]
tests/compile/pxd_override_T230.py [moved from tests/bugs/pxd_override_T230.py with 100% similarity]
tests/errors/missing_baseclass_in_predecl_T262.pyx [moved from tests/bugs/missing_baseclass_in_predecl_T262.pyx with 100% similarity]
tests/errors/return_outside_function_T135.pyx [moved from tests/bugs/return_outside_function_T135.pyx with 100% similarity]
tests/run/builtin_types_none_T166.pyx [moved from tests/bugs/builtin_types_none_T166.pyx with 100% similarity]
tests/run/char_constants_T99.pyx [moved from tests/bugs/char_constants_T99.pyx with 100% similarity]
tests/run/class_attribute_init_values_T18.pyx [moved from tests/bugs/class_attribute_init_values_T18.pyx with 100% similarity]
tests/run/ext_instance_type_T232.pyx [moved from tests/bugs/ext_instance_type_T232.pyx with 100% similarity]
tests/run/funcexc_iter_T228.pyx [moved from tests/bugs/funcexc_iter_T228.pyx with 100% similarity]
tests/run/ifelseexpr_T267.pyx [moved from tests/bugs/ifelseexpr_T267.pyx with 100% similarity]
tests/run/large_consts_T237.pyx [moved from tests/bugs/large_consts_T237.pyx with 100% similarity]
tests/run/methodmangling_T5.pyx [moved from tests/bugs/methodmangling_T5.pyx with 100% similarity]
tests/run/numpy_ValueError_T172.pyx [moved from tests/bugs/numpy_ValueError_T172.pyx with 100% similarity]
tests/run/unsignedbehaviour_T184.pyx [moved from tests/bugs/unsignedbehaviour_T184.pyx with 100% similarity]

diff --git a/tests/bugs.txt b/tests/bugs.txt
new file mode 100644 (file)
index 0000000..ce41eb1
--- /dev/null
@@ -0,0 +1,16 @@
+# This file contains tests corresponding to of unresolved bugs, 
+# which will be skipped in the normal testing run. 
+
+methodmangling_T5
+class_attribute_init_values_T18
+return_outside_function_T135
+builtin_types_none_T166
+numpy_ValueError_T172
+unsignedbehaviour_T184
+funcexc_iter_T228
+pxd_override_T230
+ext_instance_type_T232
+large_consts_T237
+bad_c_struct_T252
+missing_baseclass_in_predecl_T262
+ifelseexpr_T267