Skip to content

[wasm][aot] Windows: Test failures for System.IO.FileSystem.Tests #58707

Closed
@radical

Description

@radical

PR to enable AOT tests on windows: https://github.com/dotnet/runtime/pull/58578a

Build
Log

[02:34:11] fail: [FAIL] System.IO.Tests.FileInfo_CopyTo_str.CopyFileWithData(data: ['è', 'f', 'à', 'Ù', 0x008c, ...], readOnly: True)
[02:34:11] info: System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
[02:34:11] info:    at System.IO.Tests.File_Copy_str_str.CopyFileWithData(Char[] data, Boolean readOnly)
[02:34:11] info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )
[02:34:11] fail: [FAIL] System.IO.Tests.FileInfo_CopyTo_str.CopyFileWithData(data: ['V', 'O', '}', 0x0094, '"', ...], readOnly: True)
[02:34:11] info: System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
[02:34:11] info:    at System.IO.Tests.File_Copy_str_str.CopyFileWithData(Char[] data, Boolean readOnly)
[02:34:11] info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )
[02:34:11] fail: [FAIL] System.IO.Tests.FileInfo_CopyTo_str.CopyFileWithData(data: ['*', '4', 0x0018, 0x007f, 0x000e, ...], readOnly: True)
[02:34:11] info: System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
[02:34:11] info:    at System.IO.Tests.File_Copy_str_str.CopyFileWithData(Char[] data, Boolean readOnly)
[02:34:11] info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )
[02:34:11] fail: [FAIL] System.IO.Tests.FileInfo_CopyTo_str.CopyFileWithData(data: ['|', '^', 0x0015, 'J', 0x009e, ...], readOnly: False)
[02:34:11] info: System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
[02:34:11] info:    at System.IO.Tests.File_Copy_str_str.CopyFileWithData(Char[] data, Boolean readOnly)
[02:34:11] info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )
[02:34:11] fail: [FAIL] System.IO.Tests.FileInfo_CopyTo_str.CopyFileWithData(data: [0x0010, 0x0090, 'í', 'é', '¸', ...], readOnly: False)
[02:34:11] info: System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
[02:34:11] info:    at System.IO.Tests.File_Copy_str_str.CopyFileWithData(Char[] data, Boolean readOnly)
[02:34:11] info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )
[02:34:11] fail: [FAIL] System.IO.Tests.FileInfo_CopyTo_str.CopyFileWithData(data: [0x0003, 'R', 'Ð', '0', 0x00b2, ...], readOnly: False)
[02:34:11] info: System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values.
[02:34:11] info:    at System.IO.Tests.File_Copy_str_str.CopyFileWithData(Char[] data, Boolean readOnly)
[02:34:11] info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )
[02:34:35] info: Finished:    System.IO.FileSystem.Tests.dll
[02:34:35] info: 
[02:34:35] info: === TEST EXECUTION SUMMARY ===
[02:34:35] info: Total: 4948, Errors: 0, Failed: 6, Skipped: 158, Time: 33.631588s

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions