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.