Skip to content

Commit

Permalink
Update cmdline.ts and server.ts help strings. (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman authored Jan 10, 2025
1 parent 1874295 commit 9e8664d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/runtime/cmdline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ Options:
--coverage Emit coverage data.
--verbose Print result/log of every test as it runs.
--list Print all testcase names that match the given query and exit.
--list-unimplemented Print all unimplemented tests
--debug Include debug messages in logging.
--print-json Print the complete result JSON in the output.
--expectations Path to expectations file.
--gpu-provider Path to node module that provides the GPU implementation.
--gpu-provider-flag Flag to set on the gpu-provider as <flag>=<value>
--unroll-const-eval-loops Unrolls loops in constant-evaluation shader execution tests
--enforce-default-limits Enforce the default limits (note: powerPreference tests may fail)
--force-fallback-adapter Force a fallback adapter
--log-to-websocket Log to a websocket
--quiet Suppress summary information in output
`);
return sys.exit(rc);
Expand Down
3 changes: 3 additions & 0 deletions src/common/runtime/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Options:
--gpu-provider Path to node module that provides the GPU implementation.
--gpu-provider-flag Flag to set on the gpu-provider as <flag>=<value>
--unroll-const-eval-loops Unrolls loops in constant-evaluation shader execution tests
--enforce-default-limits Enforce the default limits (note: powerPreference tests may fail)
--force-fallback-adapter Force a fallback adapter
--log-to-websocket Log to a websocket
--u Flag to set on the gpu-provider as <flag>=<value>
Provides an HTTP server used for running tests via an HTTP RPC interface
Expand Down

0 comments on commit 9e8664d

Please sign in to comment.