Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
f6a35bba
Commit
f6a35bba
authored
Jul 09, 2019
by
gsamain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pthread tag to cypclass tests
parent
3b688519
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
tests/errors/cypclass_constructions_error.pyx
tests/errors/cypclass_constructions_error.pyx
+1
-1
tests/errors/cypclass_gil_error.pyx
tests/errors/cypclass_gil_error.pyx
+1
-1
tests/errors/cypclass_self_error.pyx
tests/errors/cypclass_self_error.pyx
+1
-1
tests/run/cypclass_constructor_type_inference.pyx
tests/run/cypclass_constructor_type_inference.pyx
+1
-1
tests/run/cypclass_multiple_inheritance.pyx
tests/run/cypclass_multiple_inheritance.pyx
+1
-1
tests/run/cypclass_new_alloc.pyx
tests/run/cypclass_new_alloc.pyx
+1
-1
tests/run/cypclass_new_statement.pyx
tests/run/cypclass_new_statement.pyx
+1
-1
tests/run/cypclass_templates.pyx
tests/run/cypclass_templates.pyx
+1
-1
tests/run/cypclass_wrapped_constructor.pyx
tests/run/cypclass_wrapped_constructor.pyx
+1
-1
No files found.
tests/errors/cypclass_constructions_error.pyx
View file @
f6a35bba
# mode: error
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
UnknownNewOptionalArgs
:
...
...
tests/errors/cypclass_gil_error.pyx
View file @
f6a35bba
# mode: error
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
def
GILHoldingFunction
():
...
...
tests/errors/cypclass_self_error.pyx
View file @
f6a35bba
# mode: error
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
MethodsWithoutSelf
:
...
...
tests/run/cypclass_constructor_type_inference.pyx
View file @
f6a35bba
# mode: run
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
SomeMemory
:
...
...
tests/run/cypclass_multiple_inheritance.pyx
View file @
f6a35bba
# mode: run
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
Base
:
...
...
tests/run/cypclass_new_alloc.pyx
View file @
f6a35bba
# mode: run
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
...
...
tests/run/cypclass_new_statement.pyx
View file @
f6a35bba
# mode: run
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
Nothing
:
...
...
tests/run/cypclass_templates.pyx
View file @
f6a35bba
# mode: run
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
TemplatedBase
[
T
,
U
]:
...
...
tests/run/cypclass_wrapped_constructor.pyx
View file @
f6a35bba
# mode: run
# tag: cpp, cpp11
# tag: cpp, cpp11
, pthread
# cython: experimental_cpp_class_def=True, language_level=2
cdef
cypclass
Default
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment