From 44b15049e76c5ff7537c7aa64a8ab488bf14a20a Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 16 Feb 2019 14:28:19 +0100 Subject: [PATCH] Mode 2400 and 2410 do not have pure kernel --- tools/test.pl | 2 ++ tools/test_modules/m02400.pm | 2 +- tools/test_modules/m02410.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/test.pl b/tools/test.pl index 813289cb9..c196ec670 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -289,6 +289,8 @@ sub get_module_constraints $constraints->[0]->[0] = $constraints->[2]->[0]; $constraints->[0]->[1] = $constraints->[2]->[1]; + + $IS_OPTIMIZED = 1; } if (($constraints->[1]->[0] == -1) && ($constraints->[1]->[1] == -1)) diff --git a/tools/test_modules/m02400.pm b/tools/test_modules/m02400.pm index df41cfd97..5b2ea6a6a 100644 --- a/tools/test_modules/m02400.pm +++ b/tools/test_modules/m02400.pm @@ -11,7 +11,7 @@ use warnings; use Digest::MD5 qw (md5); use POSIX qw (strftime ceil); -sub module_constraints { [[0, 255], [-1, -1], [1, 55], [-1, -1], [-1, -1]] } +sub module_constraints { [[-1, -1], [-1, -1], [1, 55], [-1, -1], [-1, -1]] } sub pseudo_base64 { diff --git a/tools/test_modules/m02410.pm b/tools/test_modules/m02410.pm index d34f8f71e..a8808013c 100644 --- a/tools/test_modules/m02410.pm +++ b/tools/test_modules/m02410.pm @@ -11,7 +11,7 @@ use warnings; use Digest::MD5 qw (md5); use POSIX qw (ceil); -sub module_constraints { [[0, 255], [1, 4], [0, 55], [1, 4], [-1, -1]] } +sub module_constraints { [[-1, -1], [-1, -1], [0, 55], [1, 4], [-1, -1]] } sub pseudo_base64 {