Disable some tests temporarily due to renode issue Renode doesn't generate correct results for some models. Temporarily disable those tests for now. Also increase heap size for mobilenet_v1_emitc_static BUG: 270727674 Change-Id: I2d64991b461013b55c075accf95616f3cb7722dc
diff --git a/quant_models/CMakeLists.txt b/quant_models/CMakeLists.txt index ec6dec2..fd18344 100644 --- a/quant_models/CMakeLists.txt +++ b/quant_models/CMakeLists.txt
@@ -184,6 +184,7 @@ model_util::util_static LINKOPTS "LINKER:--defsym=__stack_size__=300k" + "LINKER:--defsym=__heap_size__=1500k" COPTS "-DBUILD_EMITC" TESTFILES
diff --git a/quant_models/iree_exec/mobilenet_v1_test.run b/quant_models/iree_exec/mobilenet_v1_test.run index 3ccc914..c7009dd 100644 --- a/quant_models/iree_exec/mobilenet_v1_test.run +++ b/quant_models/iree_exec/mobilenet_v1_test.run
@@ -1,5 +1,5 @@ // RUN: ${TEST_RUNNER_CMD} %S/mobilenet_v1_bytecode_static 2>&1 | tee %t -// RUN: cat %t | FileCheck %S/mobilenet_v1_test.filecheck +// cat %t | FileCheck %S/mobilenet_v1_test.filecheck // RUN: ${TEST_RUNNER_CMD} %S/mobilenet_v1_emitc_static 2>&1 | tee %t -// RUN: cat %t | FileCheck %S/mobilenet_v1_test.filecheck +// cat %t | FileCheck %S/mobilenet_v1_test.filecheck
diff --git a/quant_models/iree_exec/person_detection_test.run b/quant_models/iree_exec/person_detection_test.run index 6f59441..0aab59a 100644 --- a/quant_models/iree_exec/person_detection_test.run +++ b/quant_models/iree_exec/person_detection_test.run
@@ -1,5 +1,5 @@ // RUN: ${TEST_RUNNER_CMD} %S/person_detection_bytecode_static 2>&1 | tee %t -// RUN: cat %t | FileCheck %S/person_detection_test.filecheck +// cat %t | FileCheck %S/person_detection_test.filecheck // RUN: ${TEST_RUNNER_CMD} %S/person_detection_emitc_static 2>&1 | tee %t -// RUN: cat %t | FileCheck %S/person_detection_test.filecheck +// cat %t | FileCheck %S/person_detection_test.filecheck