|
|
@@ -3,11 +3,6 @@
|
|
|
#if (PIKA_SYNTAX_LEVEL == PIKA_SYNTAX_LEVEL_MAXIMAL) && (!PIKA_POOL_ENABLE) && \
|
|
|
(PIKA_STACK_BUFF_SIZE > 0x6000)
|
|
|
|
|
|
-#if 0
|
|
|
-//! Valgrind not pass.
|
|
|
-//! ==16693== Invalid read of size 4
|
|
|
-//! ==16693== at 0x5E733F: tm_preprocess (tm_model.c:67)
|
|
|
-//! ...
|
|
|
TEST(PikaNN, test1) {
|
|
|
/* init */
|
|
|
pikaMemInfo.heapUsedMax = 0;
|
|
|
@@ -22,7 +17,6 @@ TEST(PikaNN, test1) {
|
|
|
|
|
|
EXPECT_EQ(pikaMemNow(), 0);
|
|
|
}
|
|
|
-#endif
|
|
|
|
|
|
extern "C" {
|
|
|
void _lm_test(void);
|