Add expected failure tags to Renode failed tests Bug: 270727674 Change-Id: I8bef40580b54c9045bb38f2999966f097f73c16a
diff --git a/quant_models/iree_exec/mobilenet_v1_test.run b/quant_models/iree_exec/mobilenet_v1_test.run index c7009dd..ad4a1d5 100644 --- a/quant_models/iree_exec/mobilenet_v1_test.run +++ b/quant_models/iree_exec/mobilenet_v1_test.run
@@ -1,5 +1,6 @@ +// XFAIL: renode // RUN: ${TEST_RUNNER_CMD} %S/mobilenet_v1_bytecode_static 2>&1 | tee %t -// cat %t | FileCheck %S/mobilenet_v1_test.filecheck +// RUN: cat %t | FileCheck %S/mobilenet_v1_test.filecheck // RUN: ${TEST_RUNNER_CMD} %S/mobilenet_v1_emitc_static 2>&1 | tee %t -// cat %t | FileCheck %S/mobilenet_v1_test.filecheck +// RUN: 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 0aab59a..fb129f7 100644 --- a/quant_models/iree_exec/person_detection_test.run +++ b/quant_models/iree_exec/person_detection_test.run
@@ -1,5 +1,6 @@ +// XFAIL: renode // RUN: ${TEST_RUNNER_CMD} %S/person_detection_bytecode_static 2>&1 | tee %t -// cat %t | FileCheck %S/person_detection_test.filecheck +// RUN: cat %t | FileCheck %S/person_detection_test.filecheck // RUN: ${TEST_RUNNER_CMD} %S/person_detection_emitc_static 2>&1 | tee %t -// cat %t | FileCheck %S/person_detection_test.filecheck +// RUN: cat %t | FileCheck %S/person_detection_test.filecheck