Skip to content

[browser][filesystem] FileSystem test not passing due to working directory #39998

@kjpou1

Description

@kjpou1

System.IO.Tests.DirectoryInfo_Name.CurrentDirectory does not pass because it is using Path.GetFileName on the current directory of "/".

		config.loaded_cb = function () {
			FS.mkdir("net5.0-Browser-debug");
			FS.chdir("net5.0-Browser-debug");
			App.init ();
		};

By setting the current directory as above the test passes. This should be set via command line args and the setup of the test harness.

Using this active issue for a temporary skipping of this test and flag for later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arch-wasmWebAssembly architecturearea-System.IOdisabled-testThe test is disabled in source code against the issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions