Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[wasm] Tests failing with DirectoryNotFoundException trying to load test data #128293

Copy link
Copy link

Description

@elinor-fung
Issue body actions

A whole bunch of different tests appear to be failing trying to load test data:

21:07:30] info: [FAIL] MonoTests.System.Data.DataTableExtensionsTest.AsEnumerable
[21:07:30] info: System.IO.DirectoryNotFoundException : Could not find a part of the path '/Mono/testdataset1.xml'.
[21:07:30] info:    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
[21:07:30] info:    at Interop.CheckIo(Error error, String path, Boolean isDirError)
[21:07:30] info:    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
[21:07:31] info:    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
[21:07:31] info:    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode, Func`4 createOpenException)
[21:07:31] info:    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
[21:07:31] info:    at System.IO.Strategies.UnixFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
[21:07:31] info:    at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
[21:07:31] info:    at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
[21:07:31] info:    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
[21:07:31] info:    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
[21:07:31] info:    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
[21:07:31] info:    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
[21:07:31] info:    at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy)
[21:07:31] info:    at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
[21:07:31] info:    at System.Xml.XmlTextReaderImpl.OpenUrl()
[21:07:31] info:    at System.Xml.XmlTextReaderImpl.Read()
[21:07:31] info:    at System.Xml.XmlTextReader.Read()
[21:07:31] info:    at System.Xml.XmlReader.MoveToContent()
[21:07:31] info:    at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
[21:07:31] info:    at System.Data.DataSet.ReadXml(String fileName)
[21:07:31] info:    at MonoTests.System.Data.DataTableExtensionsTest.AsEnumerable()
[21:07:31] info:    at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result)
[21:07:31] info:    at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
[21:07:31] info:    at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
[21:07:31] info:    at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=1423495
Build error leg or test failing: MonoTests.System.Data.DataTableExtensionsTest.AsEnumerable
Pull request: #128243

Error Message

DO NOT USE JSON BELOW IF THIS IS A BUILD BREAK otherwise build analysis will allow pull requests to merge that break the build worse. For a build break, do not use this issue form. Make a regular new issue.

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["System.IO.DirectoryNotFoundException : Could not find a part of the path '/Mono/testdataset1.xml'"],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=1423495
Error message validated: [System.IO.DirectoryNotFoundException : Could not find a part of the path '/Mono/testdataset1.xml']
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 5/17/2026 2:26:40 AM UTC

Report

Build Repository Test Pull Request
1446632 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution
1446574 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128920
1446571 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128919
1426190 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #127958
1425168 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126226
1424326 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127690
1428227 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution
1426498 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128198
1424763 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128261
1427030 dotnet/runtime MonoTests.System.Data.DataTableExtensionsTest.AsEnumerable #125437
1422787 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128268
1424298 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128049
1426524 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128068
1426660 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #124173
1426673 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127927
1426669 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128368
1426612 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128364
1426634 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128367
1426595 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128366
1426584 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128360
1426592 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-14.WorkItemExecution #128252
1426570 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #123138
1426556 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126542
1426511 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128245
1426494 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128067
1426484 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127883
1426462 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #123252
1426451 dotnet/runtime MonoTests.System.Data.EnumerableRowCollectionTest.ThenBy #127749
1426448 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #121935
1426412 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127520
1426376 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127498
1426352 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #125888
1426348 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126150
1426357 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126135
1426333 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #125437
1426215 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128359
1426194 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126542
1426031 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128149
1426170 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128284
1426179 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #121935
1426168 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution
1426157 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-14.WorkItemExecution #128252
1426132 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127578
1426117 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128347
1426101 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128351
1426047 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127475
1426035 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128241
1426021 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128356
1426011 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128355
1426003 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128350
1425984 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128357
1425965 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128200
1425954 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127883
1425943 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128347
1425938 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126947
1425916 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128214
1425865 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128351
1425869 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128232
1425797 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128353
1425791 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128352
1425778 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #123252
1425760 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127894
1425489 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127683
1425743 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128170
1425741 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #126542
1425713 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128348
1425710 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128347
1425676 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128241
1425671 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128346
1425659 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128341
1425667 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128269
1425642 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128306
1425624 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128344
1425616 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128272
1425611 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128001
1425599 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128338
1425587 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128303
1425550 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128343
1425523 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128333
1425513 dotnet/runtime MonoTests.System.Data.DataTableExtensionsTest.AsEnumerable #128235
1425503 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128225
1425454 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128232
1425444 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128313
1425435 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127838
1425429 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #127888
1425400 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128336
1425411 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128337
1425396 dotnet/runtime MonoTests.System.Data.EnumerableRowCollectionTest.QueryWhere #128245
1425331 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128318
1425321 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution
1425312 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128271
1425304 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128269
1423495 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128243
1425294 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128272
1425233 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128001
1425201 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128179
1425182 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128116
1425148 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #122090
1422456 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-15.WorkItemExecution #128232
1425145 dotnet/runtime WasmTestOnChrome-CLR-ST-Batch-19.WorkItemExecution #128058
Displaying 100 of 121 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 121
Reactions are currently unavailable

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.