Skip to content

jsFunFuzz: warning: no passes specified, not doing any work #240

@marvi3

Description

@marvi3

Hello,

I am currently trying to use jsFunFuzz to fuzz-test other JavaScript Interpreters, and I have first tried to do so with mjs.
I have gotten jsFunFuzz to work basically by adding the mjs.fuzzmanagerconf to the folder of the SUT which contains the following:

[Main]
tool = jsfunfuzz
product = mjs
platform = Linux
os = Linux

I also had to comment all occurences of queryBuildConfiguration() inside js_interesting.py.
And mjs is build using the -fsanitize=address flag.

Now it starts when I run:

python3 -m funfuzz.js.loop --random-flags --compare-jit 20 mjs <path to mjs>/build/mjs 

However It gives me the following output:

<path to funfuzz>/wtmp26/w1800-wasm |   0.0s | 0 | fine
warning: no passes specified, not doing any work 

I was not aware, that I need to specify llvm?!?-passes in order to be able make funfuzz working.
What does this mean?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions