Bug #9822
ru.ispras.verilog.parser.VerilogIeeeTestCase.runTest_10_04_04_1: Starting points limit has been exhausted: 513
Start date:
09/16/2019
Due date:
% Done:
100%
Estimated time:
Detected in build:
master
Platform:
Published in build:
0.1.3-beta-201002
Description
ERROR: Starting points limit has been exhausted: 513 ERROR: [Internal] null java.lang.IllegalArgumentException at ru.ispras.fortress.util.InvariantChecks.checkTrue(InvariantChecks.java:53) at ru.ispras.fortress.util.InvariantChecks.checkTrue(InvariantChecks.java:38) at ru.ispras.fortress.util.InvariantChecks.checkFalse(InvariantChecks.java:68) at ru.ispras.verilog.parser.VerilogTranslator.exit(VerilogTranslator.java:112) at ru.ispras.verilog.parser.elaborator.VerilogElaborator.start(VerilogElaborator.java:211) at ru.ispras.verilog.parser.VerilogSyntaxBackends.start(VerilogSyntaxBackends.java:55) at ru.ispras.verilog.parser.VerilogTranslator.start(VerilogTranslator.java:187) at ru.ispras.verilog.parser.sample.VerilogPrinter.main(VerilogPrinter.java:45) at ru.ispras.verilog.parser.VerilogBenchmarkTest.runTest(VerilogBenchmarkTest.java:72) at ru.ispras.verilog.parser.VerilogBenchmarkTest.runTest(VerilogBenchmarkTest.java:58) at ru.ispras.verilog.parser.VerilogIeeeTestCase.runTest_10_04_04_1(VerilogIeeeTestCase.java:933)
Associated revisions
History
Updated by Sergey Smolov about 1 year ago
The test should be uncommented to check if issue is solved: da137937
Updated by Sergey Smolov 10 months ago
- % Done changed from 0 to 100
- Assignee changed from Alexander Kamkin to Sergey Smolov
- Status changed from New to Resolved
It is an expected behavior, so the test has been fixed.
Updated by Sergey Smolov 4 months ago
- Published in build set to 0.1.3-beta-201002
- Status changed from Resolved to Closed
fix test; it's an expected behavior (#9822)
Signed-off-by: Sergey Smolov <smolov@ispras.ru>