You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== Running webgpu:api,operation,compute,basic:* ===
Finished dev [unoptimized + debuginfo] target(s) in 0.15s
Running `/Users/yet/Developer/github.com/gfx-rs/wgpu/target/debug/cts_runner ./tools/run_deno --verbose 'webgpu:api,operation,compute,basic:*'`
thread 'main' panicked at /Users/yet/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.272.0/gotham_state.rs:82:3:
required type wgpu_core::global::Global is not present in GothamState container
stack backtrace:
0: rust_begin_unwind
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5
1: core::panicking::panic_fmt
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:72:14
2: deno_core::gotham_state::missing
at /Users/yet/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.272.0/gotham_state.rs:82:3
3: deno_core::gotham_state::GothamState::borrow::{{closure}}
at /Users/yet/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.272.0/gotham_state.rs:42:41
4: core::option::Option<T>::unwrap_or_else
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/option.rs:976:21
5: deno_core::gotham_state::GothamState::borrow
at /Users/yet/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.272.0/gotham_state.rs:42:5
6: deno_webgpu::compute_pass::op_webgpu_compute_pass_set_pipeline::call
at /Users/yet/Developer/github.com/gfx-rs/wgpu/deno_webgpu/compute_pass.rs:39:23
7: deno_webgpu::compute_pass::op_webgpu_compute_pass_set_pipeline::slow_function_impl
at /Users/yet/Developer/github.com/gfx-rs/wgpu/deno_webgpu/compute_pass.rs:22:1
8: deno_webgpu::compute_pass::op_webgpu_compute_pass_set_pipeline::v8_fn_ptr
at /Users/yet/Developer/github.com/gfx-rs/wgpu/deno_webgpu/compute_pass.rs:22:1
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
fatal runtime error: failed to initiate panic, error 5
git bisected to commit 77a83fb which contains several 'todo', including:
* fix deno issues -> move DynComputePass into wgc
unsure if this is specifically relevant.
all other tests within test.lst pass.
Repro steps
git clone https://github.com/gpuweb/cts.git
cd cts
git checkout $(cat ../cts_runner/revision.txt)
cargo run --manifest-path ../cts_runner/Cargo.toml --frozen -- ./tools/run_deno --verbose "webgpu:api,operation,compute,basic:*"
issue exists on tip of trunk, firefox dependency 5543961 which uses rust 1.76, and 77a83fb which uses rust 1.76
git checkout 77a83fb0dd9f2295f25e99a850b9a031738925c3
rustup override set 1.76
# above repro again
Expected vs observed behavior
cts_runner should execute the test.
Platform
macos sonoma on m3 pro
The text was updated successfully, but these errors were encountered:
Description
git bisected to commit 77a83fb which contains several 'todo', including:
unsure if this is specifically relevant.
all other tests within test.lst pass.
Repro steps
issue exists on tip of trunk, firefox dependency 5543961 which uses rust 1.76, and 77a83fb which uses rust 1.76
Expected vs observed behavior
cts_runner should execute the test.
Platform
macos sonoma on m3 pro
The text was updated successfully, but these errors were encountered: