projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44c56e1
)
added tags to test files
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 7 Apr 2011 10:58:24 +0000
(12:58 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 7 Apr 2011 10:58:24 +0000
(12:58 +0200)
13 files changed:
tests/run/args_unpacking_in_closure_T658.pyx
patch
|
blob
|
history
tests/run/closure_arg_type_error.pyx
patch
|
blob
|
history
tests/run/closure_class_T596.pyx
patch
|
blob
|
history
tests/run/closure_decorators_T478.pyx
patch
|
blob
|
history
tests/run/closure_inside_cdef_T554.pyx
patch
|
blob
|
history
tests/run/closure_name_mangling_T537.pyx
patch
|
blob
|
history
tests/run/closure_self.pyx
patch
|
blob
|
history
tests/run/closure_tests_1.pyx
patch
|
blob
|
history
tests/run/closure_tests_2.pyx
patch
|
blob
|
history
tests/run/closure_tests_3.pyx
patch
|
blob
|
history
tests/run/closure_tests_4.pyx
patch
|
blob
|
history
tests/run/closures_T82.pyx
patch
|
blob
|
history
tests/run/list_comp_in_closure_T598.pyx
patch
|
blob
|
history
diff --git
a/tests/run/args_unpacking_in_closure_T658.pyx
b/tests/run/args_unpacking_in_closure_T658.pyx
index f6401905c19372c2ea49203e7b36e20aef465f8f..98b57743b7e09ef8a8b26f4bc4d592120d6ebb85 100644
(file)
--- a/
tests/run/args_unpacking_in_closure_T658.pyx
+++ b/
tests/run/args_unpacking_in_closure_T658.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 658
def outer(int x, *args, **kwargs):
diff --git
a/tests/run/closure_arg_type_error.pyx
b/tests/run/closure_arg_type_error.pyx
index a2a65594189223aa88bb75d3812b25348f538374..e1873ae1f8c3ec0af385950099523cd734d7de57 100644
(file)
--- a/
tests/run/closure_arg_type_error.pyx
+++ b/
tests/run/closure_arg_type_error.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# The arguments in f() are put into the closure one after the other,
# so the reference of 'o' is filled in before the type errors are
diff --git
a/tests/run/closure_class_T596.pyx
b/tests/run/closure_class_T596.pyx
index 80434344f0ab08eab3176cdc19c37992ef8baea8..6a92d9f82b608baf3dbb4e5abfed7fd42a35e365 100644
(file)
--- a/
tests/run/closure_class_T596.pyx
+++ b/
tests/run/closure_class_T596.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 596
def simple(a, b):
diff --git
a/tests/run/closure_decorators_T478.pyx
b/tests/run/closure_decorators_T478.pyx
index 182f208c6374cccf16dec799feb4b2f543380084..e1c5f4918952debcf61928f72b34e19d8b7a314d 100644
(file)
--- a/
tests/run/closure_decorators_T478.pyx
+++ b/
tests/run/closure_decorators_T478.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 478
__doc__ = """
diff --git
a/tests/run/closure_inside_cdef_T554.pyx
b/tests/run/closure_inside_cdef_T554.pyx
index 99d7f9f58d7bb72f670f048e55128f7161ec728c..494f17fac19ff3d4ba15fb73e00de8a617f23c98 100644
(file)
--- a/
tests/run/closure_inside_cdef_T554.pyx
+++ b/
tests/run/closure_inside_cdef_T554.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 554
def call_f(x):
diff --git
a/tests/run/closure_name_mangling_T537.pyx
b/tests/run/closure_name_mangling_T537.pyx
index 453d3c16da3347a081c334c10e71c8255b0fbd04..0324109ec667813851a0cb976f3cd7acf95a2ffa 100644
(file)
--- a/
tests/run/closure_name_mangling_T537.pyx
+++ b/
tests/run/closure_name_mangling_T537.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 537
__doc__ = u"""
diff --git
a/tests/run/closure_self.pyx
b/tests/run/closure_self.pyx
index 60c256d4c4ae741eebdabe20282466a0a1edfd3b..cfc624982615ef1ae448d37dce684b5aac98bb83 100644
(file)
--- a/
tests/run/closure_self.pyx
+++ b/
tests/run/closure_self.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
cdef class Test:
cdef int x
diff --git
a/tests/run/closure_tests_1.pyx
b/tests/run/closure_tests_1.pyx
index 82d412e8f78634451f3cfd80a7c2881d0530b0bb..af443894cc7d7e961b597a578f1c7f8a68c429da 100644
(file)
--- a/
tests/run/closure_tests_1.pyx
+++ b/
tests/run/closure_tests_1.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
#
# closure_tests_1.pyx
#
diff --git
a/tests/run/closure_tests_2.pyx
b/tests/run/closure_tests_2.pyx
index 1b86ffb88d616eacd387c0fa47921d6b4eb9eb77..ace26653cbd7295dd8d9a46f7df8c089e7caa3f1 100644
(file)
--- a/
tests/run/closure_tests_2.pyx
+++ b/
tests/run/closure_tests_2.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
#
# closure_tests_2.pyx
#
diff --git
a/tests/run/closure_tests_3.pyx
b/tests/run/closure_tests_3.pyx
index 4babb99298a90ec390fa9e56a70a32bc227b5d8c..3d0543d0a921a1acfcb08d4038eaf87451ccc4c9 100644
(file)
--- a/
tests/run/closure_tests_3.pyx
+++ b/
tests/run/closure_tests_3.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
#
# closure_tests_3.pyx
#
diff --git
a/tests/run/closure_tests_4.pyx
b/tests/run/closure_tests_4.pyx
index 81e164504562aaef067e5dde0f44b1e965d570dd..1451e24b93901d13732b57248a0e7f7ad5decba3 100644
(file)
--- a/
tests/run/closure_tests_4.pyx
+++ b/
tests/run/closure_tests_4.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
#
# closure_tests_4.pyx
#
diff --git
a/tests/run/closures_T82.pyx
b/tests/run/closures_T82.pyx
index eb6f98b4e2a73a22878831561cc7b6f51369a194..86e0405d7801556b690a8ca15b3ece8366a98241 100644
(file)
--- a/
tests/run/closures_T82.pyx
+++ b/
tests/run/closures_T82.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 82
cimport cython
diff --git
a/tests/run/list_comp_in_closure_T598.pyx
b/tests/run/list_comp_in_closure_T598.pyx
index fceffd5681011dbfecacf6c27b3351aeb512b9f5..3f418add1efd159eea168f750a1a113a46d64fa3 100644
(file)
--- a/
tests/run/list_comp_in_closure_T598.pyx
+++ b/
tests/run/list_comp_in_closure_T598.pyx
@@
-1,3
+1,5
@@
+# mode: run
+# tag: closures
# ticket: 598
# cython: language_level=3