Skip to content

Fuzzer catches too many exceptions #4458

@chriseth

Description

@chriseth

The fuzzer currently does not fail on failing assertions.

Example code (from #4417):

pragma solidity ^0.4.24;

contract SomeContract {

  uint public balance = 0;


  function balance(uint number) public {

  }

  function doSomething() public {
    balance(3);
  }
}

-- found by @mattaereal

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions