Skip to content

Commit b1f52cd

Browse files
committed
Update testing configs
1 parent 005ad56 commit b1f52cd

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

configs/testing/default.config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
#Nautilus:
4-
# Mon Dec 28 18:12:42 2020
4+
# Mon Dec 28 18:26:53 2020
55
#
66

77
#
@@ -92,9 +92,7 @@ NAUT_CONFIG_BASE_LIBM_COMPAT=y
9292
# NAUT_CONFIG_DEBUG_BASE_LIBM_COMPAT is not set
9393
NAUT_CONFIG_BASE_LINUX_COMPAT=y
9494
# NAUT_CONFIG_DEBUG_BASE_LINUX_COMPAT is not set
95-
NAUT_CONFIG_BASE_PTHREAD_COMPAT=y
96-
# NAUT_CONFIG_BASE_PTHREAD_COMPAT_TESTS is not set
97-
# NAUT_CONFIG_DEBUG_BASE_PTHREAD_COMPAT is not set
95+
# NAUT_CONFIG_BASE_PTHREAD_COMPAT is not set
9896

9997
#
10098
# Optimizations

configs/testing/full-debug.config

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
#Nautilus:
4-
# Wed Jul 29 15:53:34 2020
4+
# Mon Dec 28 18:26:21 2020
55
#
66

77
#
@@ -77,6 +77,7 @@ NAUT_CONFIG_TEST_FIBERS=y
7777
#
7878
# NAUT_CONFIG_WATCHDOG is not set
7979
# NAUT_CONFIG_ISOCORE is not set
80+
NAUT_CONFIG_HARDWARE_TLS=y
8081
# NAUT_CONFIG_CACHEPART is not set
8182

8283
#
@@ -89,10 +90,22 @@ NAUT_CONFIG_TEST_FIBERS=y
8990
#
9091
# NAUT_CONFIG_XSAVE_SUPPORT is not set
9192

93+
#
94+
# Compatability
95+
#
96+
NAUT_CONFIG_BASE_LIBC_COMPAT=y
97+
# NAUT_CONFIG_DEBUG_BASE_LIBC_COMPAT is not set
98+
NAUT_CONFIG_BASE_LIBM_COMPAT=y
99+
# NAUT_CONFIG_DEBUG_BASE_LIBM_COMPAT is not set
100+
NAUT_CONFIG_BASE_LINUX_COMPAT=y
101+
# NAUT_CONFIG_DEBUG_BASE_LINUX_COMPAT is not set
102+
# NAUT_CONFIG_BASE_PTHREAD_COMPAT is not set
103+
92104
#
93105
# Optimizations
94106
#
95107
NAUT_CONFIG_FPU_SAVE=y
108+
NAUT_CONFIG_FPU_SAVE_IRQ_EXCP=y
96109
# NAUT_CONFIG_KICK_SCHEDULE is not set
97110
# NAUT_CONFIG_HALT_WHILE_IDLE is not set
98111
# NAUT_CONFIG_THREAD_OPTIMIZE is not set
@@ -119,6 +132,7 @@ NAUT_CONFIG_ENABLE_ASSERTS=y
119132
# NAUT_CONFIG_DEBUG_SHELL is not set
120133
# NAUT_CONFIG_DEBUG_SFI is not set
121134
# NAUT_CONFIG_DEBUG_CXX is not set
135+
# NAUT_CONFIG_DEBUG_ENVS is not set
122136
# NAUT_CONFIG_DEBUG_THREADS is not set
123137
NAUT_CONFIG_DEBUG_FIBERS=y
124138
NAUT_CONFIG_DEBUG_TASKS=y

configs/testing/prov_test.config

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
#Nautilus:
4-
# Wed Jul 29 11:42:35 2020
4+
# Mon Dec 28 18:33:18 2020
55
#
66

77
#
@@ -71,6 +71,7 @@ NAUT_CONFIG_APERIODIC_ROUND_ROBIN=y
7171
#
7272
# NAUT_CONFIG_WATCHDOG is not set
7373
# NAUT_CONFIG_ISOCORE is not set
74+
NAUT_CONFIG_HARDWARE_TLS=y
7475
# NAUT_CONFIG_CACHEPART is not set
7576

7677
#
@@ -83,10 +84,22 @@ NAUT_CONFIG_APERIODIC_ROUND_ROBIN=y
8384
#
8485
# NAUT_CONFIG_XSAVE_SUPPORT is not set
8586

87+
#
88+
# Compatability
89+
#
90+
NAUT_CONFIG_BASE_LIBC_COMPAT=y
91+
# NAUT_CONFIG_DEBUG_BASE_LIBC_COMPAT is not set
92+
NAUT_CONFIG_BASE_LIBM_COMPAT=y
93+
# NAUT_CONFIG_DEBUG_BASE_LIBM_COMPAT is not set
94+
NAUT_CONFIG_BASE_LINUX_COMPAT=y
95+
# NAUT_CONFIG_DEBUG_BASE_LINUX_COMPAT is not set
96+
# NAUT_CONFIG_BASE_PTHREAD_COMPAT is not set
97+
8698
#
8799
# Optimizations
88100
#
89101
NAUT_CONFIG_FPU_SAVE=y
102+
NAUT_CONFIG_FPU_SAVE_IRQ_EXCP=y
90103
# NAUT_CONFIG_KICK_SCHEDULE is not set
91104
# NAUT_CONFIG_HALT_WHILE_IDLE is not set
92105
# NAUT_CONFIG_THREAD_OPTIMIZE is not set
@@ -115,6 +128,7 @@ NAUT_CONFIG_DEBUG_PROVENANCE=y
115128
# NAUT_CONFIG_DEBUG_SHELL is not set
116129
# NAUT_CONFIG_DEBUG_SFI is not set
117130
# NAUT_CONFIG_DEBUG_CXX is not set
131+
# NAUT_CONFIG_DEBUG_ENVS is not set
118132
# NAUT_CONFIG_DEBUG_THREADS is not set
119133
# NAUT_CONFIG_DEBUG_TASKS is not set
120134
# NAUT_CONFIG_DEBUG_WAITQUEUES is not set

0 commit comments

Comments
 (0)