Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run some tests only on 64-bit archs
  • Loading branch information
JukkaL committed Apr 23, 2026
commit fe3ed257b40dde4b501c938f0c344a36ddc76ce8
6 changes: 3 additions & 3 deletions mypyc/test-data/irbuild-vec-i64.test
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ L1:
L2:
return 1

[case testVecI64CreateWithCap]
[case testVecI64CreateWithCap_64bit]
from librt.vecs import vec
from mypy_extensions import i64

Expand All @@ -843,7 +843,7 @@ L0:
r0 = VecI64Api.alloc(0, n)
return r0

[case testVecI64CreateFromListWithCap]
[case testVecI64CreateFromListWithCap_64bit]
from librt.vecs import vec
from mypy_extensions import i64

Expand All @@ -865,7 +865,7 @@ L0:
keep_alive r0
return r0

[case testVecI64CreateFromListMultiplyWithCap]
[case testVecI64CreateFromListMultiplyWithCap_64bit]
from librt.vecs import vec
from mypy_extensions import i64

Expand Down
2 changes: 1 addition & 1 deletion mypyc/test-data/irbuild-vec-nested.test
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ L5:
keep_alive v
return r10

[case testVecNestedCreateWithCap]
[case testVecNestedCreateWithCap_64bit]
from librt.vecs import vec
from mypy_extensions import i64

Expand Down
4 changes: 2 additions & 2 deletions mypyc/test-data/irbuild-vec-t.test
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ main:5: error: Invalid item type for "vec"
main:6: error: Invalid item type for "vec"
main:7: error: Invalid item type for "vec"

[case testVecTCreateWithCap]
[case testVecTCreateWithCap_64bit]
from librt.vecs import vec
from mypy_extensions import i64

Expand Down Expand Up @@ -390,7 +390,7 @@ L0:
r2 = VecTApi.alloc(0, n, r1)
return r2

[case testVecTCreateFromListWithCap]
[case testVecTCreateFromListWithCap_64bit]
from librt.vecs import vec
from mypy_extensions import i64

Expand Down
Loading