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

[wasm] JSImportExportTest.JsImportTaskTypes - System.ObjectDisposedException #93347

Closed
pavelsavara opened this issue Oct 11, 2023 · 2 comments
Closed
Assignees
Labels
arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Milestone

Comments

@pavelsavara
Copy link
Member

pavelsavara commented Oct 11, 2023

Error Blob

{
  "ErrorMessage": "at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Reproduction Steps

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=434577&view=results

fail: [FAIL] System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes
info: System.ObjectDisposedException : Cannot access a disposed object.
info: Object name: 'System.Runtime.InteropServices.JavaScript.JSObject'.
info:    at System.Runtime.InteropServices.JavaScript.Tests.JavaScriptTestHelper.echopromise_JSObject(JSObject value)
info:    at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes()

Log

Previously tracked as #77334

Known issue validation

Build: 🔎
Result validation: ⚠️ Provided build not found. Provide a valid build in the "Build: 🔎" line.
Validation performed at: 12/31/2023 2:49:11 PM UTC

Report

Build Definition Test Pull Request
511205 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #96319
509350 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #96319
509144 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95370
509161 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #96319
507653 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95370
505794 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95370
500843 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #96049
496744 dotnet/runtime System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes #95370
495928 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
493122 dotnet/runtime WasmTestOnNodeJS-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95324
491771 dotnet/runtime System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes #95554
491680 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #94764
491451 dotnet/runtime System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes #95723
491393 dotnet/runtime WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95670
491150 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95710
490935 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution
490634 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95595
490432 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95370
489542 dotnet/runtime normal-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95650
489358 dotnet/runtime WasmTestOnNodeJS-System.Runtime.InteropServices.JavaScript.Tests.WorkItemExecution #95324
488481 dotnet/runtime System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes
488152 dotnet/runtime System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes #95324

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 22
@pavelsavara pavelsavara added arch-wasm WebAssembly architecture blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' area-System.Runtime.InteropServices.JavaScript Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm labels Oct 11, 2023
@pavelsavara pavelsavara added this to the 9.0.0 milestone Oct 11, 2023
@pavelsavara pavelsavara self-assigned this Oct 11, 2023
@ghost
Copy link

ghost commented Oct 11, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

{
  "ErrorMessage": "JSImportExportTest.JsImportTaskTypes",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Reproduction Steps

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=434577&view=results

fail: [FAIL] System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes
info: System.ObjectDisposedException : Cannot access a disposed object.
info: Object name: 'System.Runtime.InteropServices.JavaScript.JSObject'.
info:    at System.Runtime.InteropServices.JavaScript.Tests.JavaScriptTestHelper.echopromise_JSObject(JSObject value)
info:    at System.Runtime.InteropServices.JavaScript.Tests.JSImportExportTest.JsImportTaskTypes()

Log

Previously tracked as #77334

Author: pavelsavara
Assignees: pavelsavara
Labels:

arch-wasm, blocking-clean-ci, area-System.Runtime.InteropServices.JavaScript, Known Build Error, os-browser

Milestone: 9.0.0

@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@pavelsavara pavelsavara added this to the 9.0.0 milestone Nov 20, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 20, 2023
@pavelsavara
Copy link
Member Author

Last few were bad rule matching on a passing test

@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.Runtime.InteropServices.JavaScript blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab os-browser Browser variant of arch-wasm
Projects
None yet
Development

No branches or pull requests

1 participant