msv-lab / angelix

Semantic program repair system for C programs
http://angelix.io
MIT License
97 stars 38 forks source link

Angelix docker version failed test #23

Closed saiema closed 3 years ago

saiema commented 3 years ago

There is a failing test on the docker version of Angelix

======================================================================
FAIL: test_deletebreak (__main__.TestAngelix)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/tests.py", line 126, in test_deletebreak
    self.assertEqual(result, 'SUCCESS')
AssertionError: 'FAIL' != 'SUCCESS'
- FAIL
+ SUCCESS

----------------------------------------------------------------------
Ran 17 tests in 209.562s
mechtaev commented 3 years ago

Thanks. This functionality is not supported. We are not fixing it, because the current version of Angelix has many old dependencies, so we are going to update nearly everything after we finish some research.

saiema commented 3 years ago

But what it means the functionality is not supported? Can I overlook the failing test to use Angelix?

mechtaev commented 3 years ago

I mean the delete break functionality. You can still use it without it. It is not really very important.

saiema commented 3 years ago

Ok, thank you

Regards.