Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/tools/vcreate/vcreate_input_test.v fails on FreeBSD #19577

Closed
bakul opened this issue Oct 16, 2023 · 0 comments · Fixed by #19578
Closed

cmd/tools/vcreate/vcreate_input_test.v fails on FreeBSD #19577

bakul opened this issue Oct 16, 2023 · 0 comments · Fixed by #19578
Labels
Bug This tag is applied to issues which reports bugs. OS: FreeBSD Bugs/feature requests, that are specific to FreeBSD OS.

Comments

@bakul
Copy link
Contributor

bakul commented Oct 16, 2023

Describe the bug

cmd/tools/vcreate/vcreate_input_test.v fails on FreeBSD because it doesn't look for expect in /usr/local/bin (where ported binaries go in FreeBSD).

Reproduction Steps

On a freebsd machine:

cd vlang/v
v test cmd/tools/vcreate/vcreate_input_test.v

Expected Behavior

test should pass

Current Behavior

test fails

Possible Solution

May be add /usr/local/bin to $PATH?

Additional Information/Context

No response

V version

Any

Environment details (OS name and version, etc.)

FreeBSD (any version)

Note

You can vote for this issue using the 👍 reaction. More votes increase the issue's priority for developers.

Take into account that only the 👍 reaction counts as a vote.
Only reactions to the issue itself will be counted as votes, not comments.

@bakul bakul added the Bug This tag is applied to issues which reports bugs. label Oct 16, 2023
@ArtemkaKun ArtemkaKun added OS: OpenBSD Bugs/feature requests, that are specific to OpenBSD OS. OS: FreeBSD Bugs/feature requests, that are specific to FreeBSD OS. OS: DragonFlyBSD Bugs/feature requests, that are specific to DragonflyBSD OS. and removed OS: OpenBSD Bugs/feature requests, that are specific to OpenBSD OS. OS: DragonFlyBSD Bugs/feature requests, that are specific to DragonflyBSD OS. labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs. OS: FreeBSD Bugs/feature requests, that are specific to FreeBSD OS.
Projects
None yet
2 participants