Skip to content

Test creates a file named string in the root source directory #60277

Open
@pcc

Description

@pcc

Dart commit 5bf9bdb

tools/sdks/dart-sdk/bin/dart tools/test.dart -n vm-linux-release-arm64
# change a source file
ninja -C out/ReleaseARM64

Expected behavior: build succeeds

Actual behavior: lots of errors, e.g.

../../string:1:15: error: source file is not valid UTF-8

This appears to be caused by one of the tests creating a file named string in the root source directory which the compiler thinks is the C++ <string> header.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-sdkUse area-sdk for general purpose SDK issues (packaging, distribution, …).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions