Skip to content

test(macos): three Kotlin parser tests fail on a clean checkout due to /var vs /private/var #1608

Description

@Shashankss1205

Split out of #1595 (environment note) — reported by @rrodriguesNutrium, credit to them.

On macOS, three tests in tests/unit/parsers/test_kotlin_parser.py::TestKotlinFunctionCallResolution fail on a clean checkout because tempfile returns /var/... while the parser resolves the symlink to /private/var/....

Not a regression — it reproduces on a clean tree — but it makes a fresh macOS checkout look broken and can mask real failures. The fix is presumably to resolve the tmp path in the fixture before comparing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    Backlog tasks
    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions