[Libre-soc-bugs] [Bug 448] MUL pipeline unit tests

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Aug 5 01:15:32 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=448

--- Comment #8 from Cole Poirier <colepoirier at gmail.com> ---
Pushed my commit. However, getting a weird cryptic error:

```
{standard input}: Assembler messages:
{standard input}:1: Error: missing operand
Error in program:
maddhd 3, 1, 2

Traceback (most recent call last):
  File "/home/colepoirier/src/soc/src/soc/simulator/program.py", line 86, in
_assemble
    sys.exit(1)
SystemExit: 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "test_pipe_caller.py", line 330, in <module>
    suite.addTest(TestRunner(MulTestCase().test_data))
  File "/home/colepoirier/src/soc/src/soc/fu/test/common.py", line 84, in
__init__
    v(self)
  File "test_pipe_caller.py", line 197, in case_all
    with Program(l, bigendian) as prog:
  File "/home/colepoirier/src/soc/src/soc/simulator/program.py", line 46, in
__init__
    self._assemble()
  File "/home/colepoirier/src/soc/src/soc/simulator/program.py", line 87, in
_assemble
    self._link(outfile)
  File "/usr/lib/python3.7/tempfile.py", line 639, in __exit__
    self.close()
  File "/usr/lib/python3.7/tempfile.py", line 646, in close
    self._closer.close()
  File "/usr/lib/python3.7/tempfile.py", line 583, in close
    unlink(self.name)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpe8odpld7.o'
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list