File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
;; Create profiles
8
8
9
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.foo.prof foo
10
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.bar.prof bar
11
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.both.prof foo bar
12
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.none.prof
9
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.foo.prof foo
10
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.bar.prof bar
11
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.both.prof foo bar
12
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.none.prof
13
13
14
14
;; Create profile-guided splits
15
15
33
33
34
34
;; Create profiles
35
35
36
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.foo.prof foo
37
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.bar.prof bar
38
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.both.prof foo bar
39
- ;; RUN: node --experimental-wasm-threads %S/call_exports.mjs %t.instrumented.wasm %t.none.prof
36
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.foo.prof foo
37
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.bar.prof bar
38
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.both.prof foo bar
39
+ ;; RUN: node %S/call_exports.mjs %t.instrumented.wasm %t.none.prof
40
40
41
41
;; Create profile-guided splits
42
42
You can’t perform that action at this time.
0 commit comments