Skip to content

Commit

Permalink
Add confidence to all expected functional test outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Nov 21, 2021
1 parent c9ac554 commit 4bc56a6
Show file tree
Hide file tree
Showing 325 changed files with 1,758 additions and 1,758 deletions.
32 changes: 16 additions & 16 deletions tests/functional/a/abstract/abstract_method.txt
@@ -1,16 +1,16 @@
abstract-method:47:0:Concrete:Method 'bbbb' is abstract in class 'Abstract' but is not overridden
abstract-method:70:0:Container:Method '__hash__' is abstract in class 'Structure' but is not overridden
abstract-method:70:0:Container:Method '__iter__' is abstract in class 'Structure' but is not overridden
abstract-method:70:0:Container:Method '__len__' is abstract in class 'Structure' but is not overridden
abstract-method:76:0:Sizable:Method '__contains__' is abstract in class 'Structure' but is not overridden
abstract-method:76:0:Sizable:Method '__hash__' is abstract in class 'Structure' but is not overridden
abstract-method:76:0:Sizable:Method '__iter__' is abstract in class 'Structure' but is not overridden
abstract-method:82:0:Hashable:Method '__contains__' is abstract in class 'Structure' but is not overridden
abstract-method:82:0:Hashable:Method '__iter__' is abstract in class 'Structure' but is not overridden
abstract-method:82:0:Hashable:Method '__len__' is abstract in class 'Structure' but is not overridden
abstract-method:87:0:Iterator:Method '__contains__' is abstract in class 'Structure' but is not overridden
abstract-method:87:0:Iterator:Method '__hash__' is abstract in class 'Structure' but is not overridden
abstract-method:87:0:Iterator:Method '__len__' is abstract in class 'Structure' but is not overridden
abstract-method:106:0:BadComplexMro:Method '__hash__' is abstract in class 'Structure' but is not overridden
abstract-method:106:0:BadComplexMro:Method '__len__' is abstract in class 'AbstractSizable' but is not overridden
abstract-method:106:0:BadComplexMro:Method 'length' is abstract in class 'AbstractSizable' but is not overridden
abstract-method:47:0:Concrete:Method 'bbbb' is abstract in class 'Abstract' but is not overridden:HIGH
abstract-method:70:0:Container:Method '__hash__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:70:0:Container:Method '__iter__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:70:0:Container:Method '__len__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:76:0:Sizable:Method '__contains__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:76:0:Sizable:Method '__hash__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:76:0:Sizable:Method '__iter__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:82:0:Hashable:Method '__contains__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:82:0:Hashable:Method '__iter__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:82:0:Hashable:Method '__len__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:87:0:Iterator:Method '__contains__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:87:0:Iterator:Method '__hash__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:87:0:Iterator:Method '__len__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:106:0:BadComplexMro:Method '__hash__' is abstract in class 'Structure' but is not overridden:HIGH
abstract-method:106:0:BadComplexMro:Method '__len__' is abstract in class 'AbstractSizable' but is not overridden:HIGH
abstract-method:106:0:BadComplexMro:Method 'length' is abstract in class 'AbstractSizable' but is not overridden:HIGH
4 changes: 2 additions & 2 deletions tests/functional/a/access/access_member_before_definition.txt
@@ -1,2 +1,2 @@
access-member-before-definition:8:15:Aaaa.__init__:Access to member '_var2' before its definition line 9
access-member-before-definition:28:19:Bbbb.catchme:Access to member '_repo' before its definition line 30
access-member-before-definition:8:15:Aaaa.__init__:Access to member '_var2' before its definition line 9:HIGH
access-member-before-definition:28:19:Bbbb.catchme:Access to member '_repo' before its definition line 30:HIGH
48 changes: 24 additions & 24 deletions tests/functional/a/alternative/alternative_union_syntax_error.txt
@@ -1,24 +1,24 @@
unsupported-binary-operation:14:8::unsupported operand type(s) for |
unsupported-binary-operation:15:7::unsupported operand type(s) for |
unsupported-binary-operation:17:23::unsupported operand type(s) for |
unsupported-binary-operation:18:6::unsupported operand type(s) for |
unsupported-binary-operation:19:6::unsupported operand type(s) for |
unsupported-binary-operation:20:18::unsupported operand type(s) for |
unsupported-binary-operation:23:23::unsupported operand type(s) for |
unsupported-binary-operation:25:24::unsupported operand type(s) for |
unsupported-binary-operation:27:14::unsupported operand type(s) for |
unsupported-binary-operation:29:5::unsupported operand type(s) for |
unsupported-binary-operation:31:14:func:unsupported operand type(s) for |
unsupported-binary-operation:34:15:func2:unsupported operand type(s) for |
unsupported-binary-operation:40:9::unsupported operand type(s) for |
unsupported-binary-operation:47:36::unsupported operand type(s) for |
unsupported-binary-operation:50:12:CustomNamedTuple2:unsupported operand type(s) for |
unsupported-binary-operation:53:12:CustomNamedTuple3:unsupported operand type(s) for |
unsupported-binary-operation:57:54::unsupported operand type(s) for |
unsupported-binary-operation:59:60::unsupported operand type(s) for |
unsupported-binary-operation:62:12:CustomTypedDict3:unsupported operand type(s) for |
unsupported-binary-operation:65:12:CustomTypedDict4:unsupported operand type(s) for |
unsupported-binary-operation:76:12:CustomDataClass:unsupported operand type(s) for |
unsupported-binary-operation:80:12:CustomDataClass2:unsupported operand type(s) for |
unsupported-binary-operation:84:12:CustomDataClass3:unsupported operand type(s) for |
unsupported-binary-operation:89:12:CustomDataClass4:unsupported operand type(s) for |
unsupported-binary-operation:14:8::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:15:7::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:17:23::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:18:6::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:19:6::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:20:18::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:23:23::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:25:24::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:27:14::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:29:5::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:31:14:func:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:34:15:func2:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:40:9::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:47:36::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:50:12:CustomNamedTuple2:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:53:12:CustomNamedTuple3:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:57:54::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:59:60::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:62:12:CustomTypedDict3:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:65:12:CustomTypedDict4:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:76:12:CustomDataClass:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:80:12:CustomDataClass2:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:84:12:CustomDataClass3:unsupported operand type(s) for |:HIGH
unsupported-binary-operation:89:12:CustomDataClass4:unsupported operand type(s) for |:HIGH
18 changes: 9 additions & 9 deletions tests/functional/a/alternative/alternative_union_syntax_py37.txt
@@ -1,9 +1,9 @@
unsupported-binary-operation:15:8::unsupported operand type(s) for |
unsupported-binary-operation:16:7::unsupported operand type(s) for |
unsupported-binary-operation:24:23::unsupported operand type(s) for |
unsupported-binary-operation:26:24::unsupported operand type(s) for |
unsupported-binary-operation:28:14::unsupported operand type(s) for |
unsupported-binary-operation:41:9::unsupported operand type(s) for |
unsupported-binary-operation:48:36::unsupported operand type(s) for |
unsupported-binary-operation:58:54::unsupported operand type(s) for |
unsupported-binary-operation:60:60::unsupported operand type(s) for |
unsupported-binary-operation:15:8::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:16:7::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:24:23::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:26:24::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:28:14::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:41:9::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:48:36::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:58:54::unsupported operand type(s) for |:HIGH
unsupported-binary-operation:60:60::unsupported operand type(s) for |:HIGH
12 changes: 6 additions & 6 deletions tests/functional/a/anomalous_backslash_escape.txt
@@ -1,6 +1,6 @@
anomalous-backslash-in-string:4:14::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix."
anomalous-backslash-in-string:5:27::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix."
anomalous-backslash-in-string:6:30::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix."
anomalous-backslash-in-string:8:4::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix."
anomalous-backslash-in-string:12:4::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix."
anomalous-backslash-in-string:15:23::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix."
anomalous-backslash-in-string:4:14::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix.":HIGH
anomalous-backslash-in-string:5:27::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix.":HIGH
anomalous-backslash-in-string:6:30::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix.":HIGH
anomalous-backslash-in-string:8:4::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix.":HIGH
anomalous-backslash-in-string:12:4::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix.":HIGH
anomalous-backslash-in-string:15:23::"Anomalous backslash in string: '\z'. String constant might be missing an r prefix.":HIGH
6 changes: 3 additions & 3 deletions tests/functional/a/anomalous_unicode_escape.txt
@@ -1,3 +1,3 @@
anomalous-unicode-escape-in-string:5:16::"Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix."
anomalous-unicode-escape-in-string:6:21::"Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix."
anomalous-unicode-escape-in-string:8:22::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix."
anomalous-unicode-escape-in-string:5:16::"Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix.":HIGH
anomalous-unicode-escape-in-string:6:21::"Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix.":HIGH
anomalous-unicode-escape-in-string:8:22::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix.":HIGH
78 changes: 39 additions & 39 deletions tests/functional/a/arguments.txt
@@ -1,39 +1,39 @@
no-value-for-parameter:46:0::No value for argument 'first_argument' in function call
too-many-function-args:47:0::Too many positional arguments for function call
no-value-for-parameter:49:0::No value for argument 'third_argument' in function call
no-value-for-parameter:51:0::No value for argument 'first_argument' in function call
no-value-for-parameter:51:0::No value for argument 'second_argument' in function call
no-value-for-parameter:51:0::No value for argument 'third_argument' in function call
too-many-function-args:53:0::Too many positional arguments for function call
no-value-for-parameter:58:0::No value for argument 'first_argument' in function call
unexpected-keyword-arg:58:0::Unexpected keyword argument 'bob' in function call
unexpected-keyword-arg:59:0::Unexpected keyword argument 'coin' in function call
redundant-keyword-arg:61:0::Argument 'one' passed by position and keyword in function call
no-value-for-parameter:66:0::No value for argument 'arg' in lambda call
no-value-for-parameter:71:4:method_tests:No value for argument 'arg' in staticmethod call
no-value-for-parameter:72:4:method_tests:No value for argument 'arg' in staticmethod call
no-value-for-parameter:74:4:method_tests:No value for argument 'arg' in classmethod call
no-value-for-parameter:75:4:method_tests:No value for argument 'arg' in classmethod call
no-value-for-parameter:77:4:method_tests:No value for argument 'arg' in method call
no-value-for-parameter:78:4:method_tests:No value for argument 'arg' in unbound method call
no-value-for-parameter:80:4:method_tests:No value for argument 'arg' in method call
no-value-for-parameter:81:4:method_tests:No value for argument 'arg' in unbound method call
no-value-for-parameter:110:8:TestStaticMethod.func:No value for argument 'first' in staticmethod call
too-many-function-args:111:8:TestStaticMethod.func:Too many positional arguments for staticmethod call
too-many-function-args:119:8:TypeCheckConstructor.test:Too many positional arguments for constructor call
no-value-for-parameter:121:8:TypeCheckConstructor.test:No value for argument 'first' in constructor call
no-value-for-parameter:121:8:TypeCheckConstructor.test:No value for argument 'second' in constructor call
no-value-for-parameter:122:8:TypeCheckConstructor.test:No value for argument 'second' in constructor call
unexpected-keyword-arg:122:8:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call
no-value-for-parameter:133:8:Test.test:No value for argument 'icon' in method call
too-many-function-args:134:8:Test.test:Too many positional arguments for method call
no-value-for-parameter:136:0::No value for argument 'icon' in method call
no-value-for-parameter:163:4:no_context_but_redefined:No value for argument 'three' in function call
no-value-for-parameter:163:4:no_context_but_redefined:No value for argument 'two' in function call
no-value-for-parameter:166:4:no_context_one_elem:No value for argument 'three' in function call
no-value-for-parameter:166:4:no_context_one_elem:No value for argument 'two' in function call
unexpected-keyword-arg:202:23:namedtuple_replace_issue_1036:Unexpected keyword argument 'd' in method call
unexpected-keyword-arg:202:23:namedtuple_replace_issue_1036:Unexpected keyword argument 'e' in method call
no-value-for-parameter:215:0::No value for argument 'third' in function call
no-value-for-parameter:216:0::No value for argument 'second' in function call
unexpected-keyword-arg:217:0::Unexpected keyword argument 'fourth' in function call
no-value-for-parameter:46:0::No value for argument 'first_argument' in function call:HIGH
too-many-function-args:47:0::Too many positional arguments for function call:HIGH
no-value-for-parameter:49:0::No value for argument 'third_argument' in function call:HIGH
no-value-for-parameter:51:0::No value for argument 'first_argument' in function call:HIGH
no-value-for-parameter:51:0::No value for argument 'second_argument' in function call:HIGH
no-value-for-parameter:51:0::No value for argument 'third_argument' in function call:HIGH
too-many-function-args:53:0::Too many positional arguments for function call:HIGH
no-value-for-parameter:58:0::No value for argument 'first_argument' in function call:HIGH
unexpected-keyword-arg:58:0::Unexpected keyword argument 'bob' in function call:HIGH
unexpected-keyword-arg:59:0::Unexpected keyword argument 'coin' in function call:HIGH
redundant-keyword-arg:61:0::Argument 'one' passed by position and keyword in function call:HIGH
no-value-for-parameter:66:0::No value for argument 'arg' in lambda call:HIGH
no-value-for-parameter:71:4:method_tests:No value for argument 'arg' in staticmethod call:HIGH
no-value-for-parameter:72:4:method_tests:No value for argument 'arg' in staticmethod call:HIGH
no-value-for-parameter:74:4:method_tests:No value for argument 'arg' in classmethod call:HIGH
no-value-for-parameter:75:4:method_tests:No value for argument 'arg' in classmethod call:HIGH
no-value-for-parameter:77:4:method_tests:No value for argument 'arg' in method call:HIGH
no-value-for-parameter:78:4:method_tests:No value for argument 'arg' in unbound method call:HIGH
no-value-for-parameter:80:4:method_tests:No value for argument 'arg' in method call:HIGH
no-value-for-parameter:81:4:method_tests:No value for argument 'arg' in unbound method call:HIGH
no-value-for-parameter:110:8:TestStaticMethod.func:No value for argument 'first' in staticmethod call:HIGH
too-many-function-args:111:8:TestStaticMethod.func:Too many positional arguments for staticmethod call:HIGH
too-many-function-args:119:8:TypeCheckConstructor.test:Too many positional arguments for constructor call:HIGH
no-value-for-parameter:121:8:TypeCheckConstructor.test:No value for argument 'first' in constructor call:HIGH
no-value-for-parameter:121:8:TypeCheckConstructor.test:No value for argument 'second' in constructor call:HIGH
no-value-for-parameter:122:8:TypeCheckConstructor.test:No value for argument 'second' in constructor call:HIGH
unexpected-keyword-arg:122:8:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call:HIGH
no-value-for-parameter:133:8:Test.test:No value for argument 'icon' in method call:HIGH
too-many-function-args:134:8:Test.test:Too many positional arguments for method call:HIGH
no-value-for-parameter:136:0::No value for argument 'icon' in method call:HIGH
no-value-for-parameter:163:4:no_context_but_redefined:No value for argument 'three' in function call:HIGH
no-value-for-parameter:163:4:no_context_but_redefined:No value for argument 'two' in function call:HIGH
no-value-for-parameter:166:4:no_context_one_elem:No value for argument 'three' in function call:HIGH
no-value-for-parameter:166:4:no_context_one_elem:No value for argument 'two' in function call:HIGH
unexpected-keyword-arg:202:23:namedtuple_replace_issue_1036:Unexpected keyword argument 'd' in method call:HIGH
unexpected-keyword-arg:202:23:namedtuple_replace_issue_1036:Unexpected keyword argument 'e' in method call:HIGH
no-value-for-parameter:215:0::No value for argument 'third' in function call:HIGH
no-value-for-parameter:216:0::No value for argument 'second' in function call:HIGH
unexpected-keyword-arg:217:0::Unexpected keyword argument 'fourth' in function call:HIGH

0 comments on commit 4bc56a6

Please sign in to comment.