Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest failures #71986

Closed
buyaa-n opened this issue Jul 12, 2022 · 2 comments
Closed

Comments

@buyaa-n
Copy link
Member

buyaa-n commented Jul 12, 2022

JSImportExportTest failures found in Browser wasm Linux Release LibraryTests leg

Found in: https://github.com/dotnet/runtime/pull/71851/checks?check_run_id=7292394030
Log: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-71851-merge-41355897a98b4bb08f/normal-System.Runtime.InteropServices.JavaScript.Tests/1/console.111b700c.log?helixlogtype=result

[23:07:43] fail: [FAIL] System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JSImportObject(value: Object { }, clazz: "ManagedObject")
[23:07:43] info: Assert.Equal() Failure
[23:07:43] info:           ↓ (pos 0)
[23:07:43] info: Expected: ManagedObject
[23:07:43] info: Actual:   Rr
[23:07:43] info:           ↑ (pos 0)
[23:07:43] info:    at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTest[Object](Object value, Action`1 store1, Func`1 retrieve1, Func`2 echo1, Func`2 throw1, Func`2 identity1, String jsType, String jsClass)
[23:07:43] info:    at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JSImportObject(Object value, String clazz)
[23:07:43] info:    at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
[23:07:44] fail: [FAIL] System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JSImportException(value: System.Exception: Test, clazz: "ManagedError")
[23:07:44] info: Assert.Equal() Failure
[23:07:44] info:           ↓ (pos 0)
[23:07:44] info: Expected: ManagedError
[23:07:44] info: Actual:   jr
[23:07:44] info:           ↑ (pos 0)
[23:07:44] info:    at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTest[Exception](Exception value, Action`1 store1, Func`1 retrieve1, Func`2 echo1, Func`2 throw1, Func`2 identity1, String jsType, String jsClass)
[23:07:44] info:    at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JSImportException(Exception value, String clazz)
[23:07:44] info:    at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
[23:07:45] info: Finished:    System.Runtime.InteropServices.JavaScript.Tests.dll
[23:07:45] info: 
[23:07:45] info: === TEST EXECUTION SUMMARY ===
[23:07:45] info: Total: 348, Errors: 0, Failed: 2, Skipped: 0, Time: 5.769732s
@vcsjones
Copy link
Member

Looks like this will be fixed by #71976.

@radical
Copy link
Member

radical commented Jul 12, 2022

#71976 has been merged.

@radical radical closed this as completed Jul 12, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants