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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
b193f00e
Commit
b193f00e
authored
Oct 27, 2018
by
Felix Kohlgrüber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix line numbers in other tests
parent
03fff78e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
tests/errors/cfunc_directive_in_pyclass.pyx
tests/errors/cfunc_directive_in_pyclass.pyx
+1
-1
tests/errors/e_autotestdict.pyx
tests/errors/e_autotestdict.pyx
+1
-1
tests/errors/tree_assert.pyx
tests/errors/tree_assert.pyx
+4
-4
tests/run/annotation_typing.pyx
tests/run/annotation_typing.pyx
+3
-3
No files found.
tests/errors/cfunc_directive_in_pyclass.pyx
View file @
b193f00e
...
@@ -7,5 +7,5 @@ class Pyclass(object):
...
@@ -7,5 +7,5 @@ class Pyclass(object):
pass
pass
_ERRORS
=
"""
_ERRORS
=
"""
6
:4: cfunc directive is not allowed here
5
:4: cfunc directive is not allowed here
"""
"""
tests/errors/e_autotestdict.pyx
View file @
b193f00e
...
@@ -7,5 +7,5 @@ def foo():
...
@@ -7,5 +7,5 @@ def foo():
pass
pass
_ERRORS
=
u"""
_ERRORS
=
u"""
6
:0: The autotestdict compiler directive is not allowed in function scope
5
:0: The autotestdict compiler directive is not allowed in function scope
"""
"""
tests/errors/tree_assert.pyx
View file @
b193f00e
...
@@ -11,8 +11,8 @@ def test():
...
@@ -11,8 +11,8 @@ def test():
_ERRORS
=
u"""
_ERRORS
=
u"""
9
:0: Expected path '//ComprehensionNode' not found in result tree
5
:0: Expected path '//ComprehensionNode' not found in result tree
9
:0: Expected path '//ComprehensionNode//FuncDefNode' not found in result tree
5
:0: Expected path '//ComprehensionNode//FuncDefNode' not found in result tree
9
:0: Unexpected path '//NameNode' found in result tree
5
:0: Unexpected path '//NameNode' found in result tree
9
:0: Unexpected path '//SimpleCallNode' found in result tree
5
:0: Unexpected path '//SimpleCallNode' found in result tree
"""
"""
tests/run/annotation_typing.pyx
View file @
b193f00e
...
@@ -242,7 +242,7 @@ _WARNINGS = """
...
@@ -242,7 +242,7 @@ _WARNINGS = """
218:29: Ambiguous types in annotation, ignoring
218:29: Ambiguous types in annotation, ignoring
# BUG:
# BUG:
46:6: 'pytypes_cpdef' redeclared
46:6: 'pytypes_cpdef' redeclared
12
1
:0: 'struct_io' redeclared
12
0
:0: 'struct_io' redeclared
1
56
:0: 'struct_convert' redeclared
1
49
:0: 'struct_convert' redeclared
1
75
:0: 'exception_default' redeclared
1
68
:0: 'exception_default' redeclared
"""
"""
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