aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-03 15:23:25 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-03-03 15:23:25 -0800
commit8cc0273ae706c88e403ddacefbe795bb9244ab1d (patch)
tree8adfb718079bbef19dca888377381585d01a246d /tests
parent3bd0991eb432b0c7ada786a008abf9bf545405a0 (diff)
remove no-longer-needed INIT_STACK
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 8b6e54af..1858ab45 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -6912,7 +6912,6 @@ void*:16
extra_emscripten_args=['-H', 'libc/fcntl.h,libc/sys/unistd.h,poll.h,libc/math.h,libc/langinfo.h,libc/time.h'])
def get_freetype(self):
- Settings.INIT_STACK = 1 # TODO: Investigate why this is necessary
return self.get_library('freetype',
os.path.join('objs', '.libs', 'libfreetype.a'))
@@ -8341,7 +8340,6 @@ class %s(T):
Settings.CORRECT_ROUNDINGS = 0
Settings.CORRECT_OVERFLOWS_LINES = CORRECT_SIGNS_LINES = CORRECT_ROUNDINGS_LINES = SAFE_HEAP_LINES = []
Settings.CHECK_SIGNS = 0 #1-(embetter or llvm_opts)
- Settings.INIT_STACK = 0
Settings.RUNTIME_TYPE_INFO = 0
Settings.DISABLE_EXCEPTION_CATCHING = 0
Settings.INCLUDE_FULL_LIBRARY = 0