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

[js/webgpu] allow setting env.webgpu.adapter #19940

Merged
merged 3 commits into from
Mar 19, 2024

fix error introduced by conflict resolving

0a586ea
Select commit
Loading
Failed to load commit list.
Merged

[js/webgpu] allow setting env.webgpu.adapter #19940

fix error introduced by conflict resolving
0a586ea
Select commit
Loading
Failed to load commit list.
Azure Pipelines / ONNX Runtime React Native CI Pipeline failed Mar 16, 2024 in 1h 50m 49s

Build #20240315.26 had test failures

Details

Tests

  • Failed: 1 (1.72%)
  • Passed: 57 (98.28%)
  • Other: 0 (0.00%)
  • Total: 58

Annotations

Check failure on line 32 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ONNX Runtime React Native CI Pipeline

Build log #L32

Artifact e2e_test_logs already exists for build 1326601.

Check failure on line 1 in OnnxruntimeModuleExample OnnxruntimeModuleExampleE2ETest CheckInferenceResultValueIsCorrect

See this annotation in the file changed.

@azure-pipelines azure-pipelines / ONNX Runtime React Native CI Pipeline

OnnxruntimeModuleExample OnnxruntimeModuleExampleE2ETest CheckInferenceResultValueIsCorrect

Test failed
Raw output
Test Failed: Waited for the root of the view hierarchy to have window focus and not request layout for 10 seconds. If you specified a non default root matcher, it may be picking a root that never takes focus. Root:
Root{application-window-token=android.view.ViewRootImpl$W@bf38178, window-token=android.view.ViewRootImpl$W@bf38178, has-window-focus=false, layout-params-type=1, layout-params-string={(0,0)(fillxfill) sim={adjust=resize forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
  fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
  pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
  bhv=DEFAULT
  fitSides=}, decor-view-string=DecorView{id=-1, visibility=VISIBLE, width=320, height=640, has-focus=false, has-focusable=true, has-window-focus=false, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params={(0,0)(fillxfill) sim={adjust=resize forwardNavigation} ty=BASE_APPLICATION wanim=0x10302fe
  fl=LAYOUT_IN_SCREEN LAYOUT_INSET_DECOR SPLIT_TOUCH HARDWARE_ACCELERATED DRAWS_SYSTEM_BAR_BACKGROUNDS
  pfl=NO_MOVE_ANIMATION FORCE_DRAW_STATUS_BAR_BACKGROUND FIT_INSETS_CONTROLLED
  bhv=DEFAULT
  fitSides=}, tag=null, root-is-layout-requested=false, has-input-connection=false, x=0.0, y=0.0, child-count=2}}
    at toHaveText (/Users/runner/work/1/s/js/react_native/e2e/test/OnnxruntimeModuleExample.test.js:24:49)
    at tryCatch (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:86:17)
    at Generator._invoke (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:66:24)
    at Generator.next (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:117:21)
    at tryCatch (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:86:17)
    at invoke (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:124:20)
    at /Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:148:11
    at new Promise (<anonymous>)
    at callInvokeWithMethodAndArg (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:147:16)
    at AsyncIterator._invoke (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:152:129)
    at AsyncIterator.next (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:117:21)
    at Object.exports.async (/Users/runner/work/1/s/js/react_native/e2e/node_modules/@babel/runtime/helpers/regeneratorRuntime.js:238:63)
    at Object.async (/Users/runner/work/1/s/js/react_native/e2e/test/OnnxruntimeModuleExample.test.js:19:76)
    at Promise.then.completed (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/utils.js:293:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/utils.js:226:10)
    at _callCircusTest (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/run.js:297:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/run.js:233:3)
    at _runTestsForDescribeBlock (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/run.js:135:9)
    at _runTestsForDescribeBlock (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/run.js:130:9)
    at run (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/run.js:68:3)
    at runAndTransformResultsToJestFormat (/Users/runner/work/1/s/js/react_native/e2e/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterI