-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] Bump emscripten to 3.1.12 #70693
Conversation
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
To make tests build
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Affected by dotnet#51375
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
@radical some tests timeout on windows, could you please take a look? like this one https://helix.dot.net/api/2019-06-17/jobs/fce081ba-bfdc-47e4-a4ae-5c8709e1cb11/workitems/normal-System.Composition.AttributeModel.Tests/console could it be the python bug again? |
This avoids this error, where the linker seems more strict now: [] EXEC : error : undefined symbol: _ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv (referenced by top-level compiled C/C++ code) [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] EXEC : warning : Link with `-sLLD_REPORT_UNDEFINED` to get more information on undefined symbols [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] EXEC : warning : To disable errors for undefined symbols use `-sERROR_ON_UNDEFINED_SYMBOLS=0` [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] EXEC : warning : __ZNKSt3__220__vector_base_commonILb1EE20__throw_length_errorEv may need to be added to EXPORTED_FUNCTIONS if it arrives from a system library [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] EXEC : error : undefined symbol: _ZNKSt3__221__basic_string_commonILb1EE20__throw_length_errorEv (referenced by top-level compiled C/C++ code) [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] EXEC : warning : __ZNKSt3__221__basic_string_commonILb1EE20__throw_length_errorEv may need to be added to EXPORTED_FUNCTIONS if it arrives from a system library [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] EXEC : error : Aborting compilation due to previous errors [/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/blz_nativeref_aot_Debug/blz_nativeref_aot_Debug.csproj] [] emcc : error : '/datadisks/disk1/work/BDDD0A63/w/A3D60932/e/dotnet-workload/packs/Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64/7.0.0-preview.6.22308.2/tools/bin/node
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
No, python shouldn't be involved here. It's v8 timing out right before exit. |
The WBT failures seem relevant here. The ones on |
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
- We are only interested in testing with v8 on linux This changes: 1. All the AOT tests to run with browser on windows 2. Library tests (interpreter) will run with browser, and nodejs
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
.. on Windows/AOT: ``` [00:44:42] info: Discovering: System.Net.Http.Functional.Tests.dll (method display = ClassAndMethod, method display options = None) [00:44:43] fail: System.AggregateException: One or more errors occurred. (Unable to get member, please check input for IsSupported.) ---> System.InvalidOperationException: Unable to get member, please check input for IsSupported. at Xunit.Sdk.XunitTestCase.Initialize() at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcludedInternal(IEnumerable`1 , Func`2 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcluded(ITestCase , Action`1 ) at System.Collections.Generic.List`1[[Xunit.Abstractions.ITestCase, xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]]..ctor(IEnumerable`1 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.ThreadlessXunitTestRunner.Run(IEnumerable`1 ) at Xunit.Sdk.XunitTestCase.Initialize() at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcludedInternal(IEnumerable`1 , Func`2 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcluded(ITestCase , Action`1 ) at System.Collections.Generic.List`1[[Xunit.Abstractions.ITestCase, xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]]..ctor(IEnumerable`1 ) at Microsoft.DotNet.XHarness.TestRunners.Common.ApplicationEntryPoint.InternalRunAsync(LogWriter ) at Xunit.Sdk.XunitTestCase.Initialize() at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcludedInternal(IEnumerable`1 , Func`2 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcluded(ITestCase , Action`1 ) at System.Collections.Generic.List`1[[Xunit.Abstractions.ITestCase, xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]]..ctor(IEnumerable`1 ) at Microsoft.DotNet.XHarness.TestRunners.Common.ApplicationEntryPoint.InternalRunAsync(ApplicationOptions , TextWriter , TextWriter ) at Xunit.Sdk.XunitTestCase.Initialize() at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcludedInternal(IEnumerable`1 , Func`2 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcluded(ITestCase , Action`1 ) at System.Collections.Generic.List`1[[Xunit.Abstractions.ITestCase, xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]]..ctor(IEnumerable`1 ) at Microsoft.DotNet.XHarness.TestRunners.Common.WasmApplicationEntryPointBase.RunAsync() at Xunit.Sdk.XunitTestCase.Initialize() at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcludedInternal(IEnumerable`1 , Func`2 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcluded(ITestCase , Action`1 ) at System.Collections.Generic.List`1[[Xunit.Abstractions.ITestCase, xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]]..ctor(IEnumerable`1 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.WasmApplicationEntryPoint.Run() at Xunit.Sdk.XunitTestCase.Initialize() at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcludedInternal(IEnumerable`1 , Func`2 ) at Microsoft.DotNet.XHarness.TestRunners.Xunit.XUnitFiltersCollection.IsExcluded(ITestCase , Action`1 ) at System.Collections.Generic.List`1[[Xunit.Abstractions.ITestCase, xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c]]..ctor(IEnumerable`1 ) at SimpleWasmTestRunner.Main(String[] ) --- End of inner exception stack trace --- ```
4ea503a
to
bd3aa62
Compare
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
wasm/HighResource_AOT failure is #71848 |
No description provided.