File: wasm-fuzz-types.test

package info (click to toggle)
binaryen 120-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 41,284 kB
  • sloc: cpp: 189,449; javascript: 62,189; ansic: 14,087; python: 5,379; pascal: 441; sh: 77; makefile: 30; asm: 27
file content (25 lines) | stat: -rw-r--r-- 971 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;; RUN: wasm-fuzz-types --help | filecheck %s
;; CHECK: ================================================================================
;; CHECK-NEXT: wasm-fuzz-types
;; CHECK-NEXT:
;; CHECK-NEXT: Fuzz type construction, canonicalization, and operations
;; CHECK-NEXT: ================================================================================
;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: wasm-fuzz-types options:
;; CHECK-NEXT: ------------------------
;; CHECK-NEXT:
;; CHECK-NEXT:   --seed       Run a single workload generated by the given seed
;; CHECK-NEXT:
;; CHECK-NEXT:   --verbose,-v Print extra information
;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: General options:
;; CHECK-NEXT: ----------------
;; CHECK-NEXT:
;; CHECK-NEXT:   --version    Output version information and exit
;; CHECK-NEXT:
;; CHECK-NEXT:   --help,-h    Show this help message and exit
;; CHECK-NEXT:
;; CHECK-NEXT:   --debug,-d   Print debug information to stderr
;; CHECK-NEXT: