From 6bd7d70a696fa48767a8b3bf109d03825b19f558 Mon Sep 17 00:00:00 2001 From: Robert Fancsik Date: Tue, 16 Jul 2019 13:04:40 +0200 Subject: [PATCH] Fix Lcache and property hashmap related buildoption tests (#2973) JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu --- tools/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-tests.py b/tools/run-tests.py index f304479b3..f2cf365c8 100755 --- a/tools/run-tests.py +++ b/tools/run-tests.py @@ -148,7 +148,7 @@ JERRY_BUILDOPTIONS = [ Options('buildoption_test-no_jerry_libm', ['--jerry-libm=off', '--link-lib=m']), Options('buildoption_test-no_lcache_prophashmap', - ['--compile-flag=-DCONFIG_ECMA_LCACHE_DISABLE', '--compile-flag=-DCONFIG_ECMA_PROPERTY_HASHMAP_DISABLE']), + ['--compile-flag=-DJERRY_LCACHE=0', '--compile-flag=-DJERRY_PROPRETY_HASHMAP=0']), Options('buildoption_test-external_context', ['--external-context=on']), Options('buildoption_test-shared_libs',