Skip to content

ARM64 tests fails #27022

@programmingkidx

Description

@programmingkidx

Describe the bug

In the file v/cmd/v2/README.md it states to run all ARM64 tests this command needs to be used:
./v run vlib/v2/gen/arm64/tests/run_tests.v

The test failed at building v2.

Reproduction Steps

cd to your v folder.
run command: ./v run vlib/v2/gen/arm64/tests/run_tests.v

Expected Behavior

I expect tests to run.

Current Behavior

Building of v2 fails. This is the output:

[*] Building v2...
Error: Failed to build v2
/bin/sh: /Users/user/Documents/Development/Projects/Vlang/V: No such file or directory

Possible Solution

I realize I have spaces in the path so I replaced the spaces with dashes. When I did the building of v2 worked and the next test also passed. I think there is code somewhere that needs to surround a path variable with single quotes to add support for spaces.

Additional Information/Context

No response

V version

V 0.5.1 c5efd0f

Environment details (OS name and version, etc.)

V full version V 0.5.1 c3d0a97.d61fbe8
OS macos, macOS, 12.3.1, 21E258
Processor 8 cpus, 64bit, little endian, Apple M1
Memory 1.27GB/16GB
V executable /Users/user/Documents/Development/Projects/Vlang/V-source-code/git-repo/v/v
V last modified time 2026-04-28 23:26:08
V home dir OK, value: /Users/user/Documents/Development/Projects/Vlang/V-source-code/git-repo/v
VMODULES OK, value: /Users/user/.vmodules
VTMP OK, value: /tmp/v_501
Current working dir OK, value: /Users/user/Documents/Development/Projects/Vlang/V-source-code/git-repo/v
Git version git version 2.36.1
V git status 0.5.1-1411-gd61fbe87
.git/config present true
cc version Apple clang version 13.1.6 (clang-1316.0.21.2.3)
gcc version Apple clang version 13.1.6 (clang-1316.0.21.2.3)
clang version Apple clang version 13.1.6 (clang-1316.0.21.2.3)
tcc version tcc version 0.9.28rc 2026-01-10 HEAD@5ec0e6f8 (AArch64 Darwin)
tcc git status thirdparty-macos-arm64 f995efa3
emcc version N/A
glibc version N/A

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugThis tag is applied to issues which reports bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions