drop manticore for runlen, longer limit
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ void printBytes(const char* bytes) {
|
||||
}
|
||||
|
||||
// Can be (much) higher (e.g., > 1024) if we're using fuzzing, not symbolic execution
|
||||
#define MAX_STR_LEN 3
|
||||
#define MAX_STR_LEN 4
|
||||
|
||||
TEST(Runlength, EncodeDecode) {
|
||||
char* original = DeepState_CStrUpToLen(MAX_STR_LEN);
|
||||
|
||||
@@ -5,6 +5,8 @@ import logrun
|
||||
|
||||
class RunlenTest(deepstate_base.DeepStateTestCase):
|
||||
def run_deepstate(self, deepstate):
|
||||
if deepstate == "deepstate-manticore":
|
||||
return # Just skip for now, we know it's too slow
|
||||
(r, output) = logrun.logrun([deepstate, "build/examples/Runlen"],
|
||||
"deepstate.out", 2900)
|
||||
self.assertEqual(r, 0)
|
||||
|
||||
Reference in New Issue
Block a user