|
1 | | -conformant = "Pass" |
2 | | -conformance_automated = "Pass" |
| 1 | +conformant = "Unsupported" |
| 2 | +conformance_automated = "Fail" |
3 | 3 | errors_diff = """ |
| 4 | +Line 18: Expected 1 errors |
| 5 | +Line 24: Expected 1 errors |
| 6 | +Line 25: Expected 1 errors |
| 7 | +Line 30: Expected 1 errors |
| 8 | +Line 41: Expected 1 errors |
| 9 | +Line 42: Expected 1 errors |
| 10 | +Line 44: Expected 1 errors |
| 11 | +Line 47: Expected 1 errors |
| 12 | +Line 48: Expected 1 errors |
| 13 | +Line 58: Expected 1 errors |
| 14 | +Line 69: Expected 1 errors |
| 15 | +Line 98: Expected 1 errors |
4 | 16 | """ |
5 | 17 | output = """ |
6 | | - WARN directives_deprecated.py:18:44-47: `Ham` is deprecated [deprecated] |
7 | | - WARN directives_deprecated.py:24:1-23: `_directives_deprecated_library.norwegian_blue` is deprecated [deprecated] |
8 | | - WARN directives_deprecated.py:25:5-27: `_directives_deprecated_library.norwegian_blue` is deprecated [deprecated] |
9 | | - WARN directives_deprecated.py:30:12-15: Call to deprecated overload `_directives_deprecated_library.foo` [deprecated] |
10 | | - WARN directives_deprecated.py:41:5-13: `+` is not supported between `Spam` and `Literal[1]` [deprecated] |
11 | | - WARN directives_deprecated.py:42:1-10: `+=` is not supported between `Spam` and `Literal[1]` [deprecated] |
12 | | - WARN directives_deprecated.py:44:1-12: `_directives_deprecated_library.Spam.greasy` is deprecated [deprecated] |
13 | | - WARN directives_deprecated.py:47:1-11: `_directives_deprecated_library.Spam.shape` is deprecated [deprecated] |
14 | | - WARN directives_deprecated.py:48:1-11: `_directives_deprecated_library.Spam.shape` is deprecated [deprecated] |
15 | | - WARN directives_deprecated.py:58:1-10: `Invocable.__call__` is deprecated [deprecated] |
16 | | - WARN directives_deprecated.py:69:1-6: `lorem` is deprecated [deprecated] |
17 | | - WARN directives_deprecated.py:98:5-10: `SupportsFoo1.foo` is deprecated [deprecated] |
18 | 18 | """ |
0 commit comments