@@ -1090,9 +1090,7 @@ import foo # type: ignore
10901090[builtins fixtures/module.pyi]
10911091[stale]
10921092
1093- -- Order of processing of files is not stable in this test, skip it in parallel mode.
1094- -- Note: do not use _no_parallel unless really needed!
1095- [case testIncrementalWithSilentImportsAndIgnore_no_parallel]
1093+ [case testIncrementalWithSilentImportsAndIgnore]
10961094# cmd: mypy -m main b
10971095# cmd2: mypy -m main c c.submodule
10981096# flags: --follow-imports=skip
@@ -1163,8 +1161,7 @@ class A:
11631161[out1]
11641162main:2: error: "A" has no attribute "bar"
11651163
1166- -- Order of files unstable in parallel mode
1167- [case testIncrementalChangedError_no_parallel]
1164+ [case testIncrementalChangedError]
11681165import m
11691166[file m.py]
11701167import n
@@ -1326,8 +1323,7 @@ tmp/main.py:4: note: Revealed type is "builtins.str"
13261323[out2]
13271324tmp/main.py:4: note: Revealed type is "Any"
13281325
1329- -- Order of files unstable in parallel mode
1330- [case testIncrementalFixedBugCausesPropagation_no_parallel]
1326+ [case testIncrementalFixedBugCausesPropagation]
13311327import mod1
13321328
13331329[file mod1.py]
@@ -1367,8 +1363,7 @@ tmp/mod1.py:3: note: Revealed type is "builtins.int"
13671363[out2]
13681364tmp/mod1.py:3: note: Revealed type is "builtins.int"
13691365
1370- -- Order of files unstable in parallel mode
1371- [case testIncrementalIncidentalChangeWithBugCausesPropagation_no_parallel]
1366+ [case testIncrementalIncidentalChangeWithBugCausesPropagation]
13721367import mod1
13731368
13741369[file mod1.py]
@@ -1407,8 +1402,7 @@ tmp/mod1.py:3: note: Revealed type is "builtins.int"
14071402tmp/mod3.py:6: error: Incompatible types in assignment (expression has type "str", variable has type "int")
14081403tmp/mod1.py:3: note: Revealed type is "builtins.str"
14091404
1410- -- Order of files unstable in parallel mode
1411- [case testIncrementalIncidentalChangeWithBugFixCausesPropagation_no_parallel]
1405+ [case testIncrementalIncidentalChangeWithBugFixCausesPropagation]
14121406import mod1
14131407
14141408[file mod1.py]
@@ -1976,8 +1970,7 @@ main:2: error: Name "nonexisting" is not defined
19761970[out2]
19771971main:2: error: Name "nonexisting" is not defined
19781972
1979- -- Order of files unstable in parallel mode
1980- [case testIncrementalInnerClassAttrInMethodReveal_no_parallel]
1973+ [case testIncrementalInnerClassAttrInMethodReveal]
19811974import crash
19821975reveal_type(crash.C().a)
19831976reveal_type(crash.D().a)
@@ -4089,8 +4082,7 @@ main:2: error: Argument 2 to "B" has incompatible type "str"; expected "int"
40894082[out2]
40904083[rechecked b]
40914084
4092- -- Order of files unstable in parallel mode
4093- [case testIncrementalDataclassesThreeFiles_no_parallel]
4085+ [case testIncrementalDataclassesThreeFiles]
40944086from c import C
40954087C('foo', 5, True)
40964088
@@ -5412,8 +5404,7 @@ tmp/c.py:2: note: Revealed type is "b.<subclass of "a.A" and "a.B">"
54125404[out2]
54135405tmp/c.py:2: note: Revealed type is "b.<subclass of "a.A" and "a.C">"
54145406
5415- -- Order of files unstable in parallel mode
5416- [case testIsInstanceAdHocIntersectionIncrementalIntersectionToUnreachable_no_parallel]
5407+ [case testIsInstanceAdHocIntersectionIncrementalIntersectionToUnreachable]
54175408import c
54185409[file a.py]
54195410class A:
@@ -5447,8 +5438,7 @@ tmp/c.py:2: note: Revealed type is "a.<subclass of "a.A" and "a.B">"
54475438tmp/b.py:2: error: Cannot determine type of "y"
54485439tmp/c.py:2: note: Revealed type is "Any"
54495440
5450- -- Order of files unstable in parallel mode
5451- [case testIsInstanceAdHocIntersectionIncrementalUnreachaableToIntersection_no_parallel]
5441+ [case testIsInstanceAdHocIntersectionIncrementalUnreachaableToIntersection]
54525442import c
54535443[file a.py]
54545444class A:
0 commit comments