| commit | db76576a9d0aaa533ff7f91369400e981c8686f1 | [log] [tgz] |
|---|---|---|
| author | Cindy Liu <hcindyl@google.com> | Thu Mar 30 10:07:34 2023 -0700 |
| committer | Cindy Liu <hcindyl@google.com> | Thu Mar 30 10:11:51 2023 -0700 |
| tree | c7a76391f90a02764253694ce74a601a1039ef3e | |
| parent | d331de1cc4299c3c05c200c5e7c3346bd29f17dd [diff] |
Remove the XFAIL flag in lit tests Renode has fixed the vsetivli bug, so all the tests are passing with the correct results Fix: 270727674 Change-Id: I3b9920509b1f6eac7546d3045ca47a1eb04a4ca6
diff --git a/quant_models/iree_exec/mobilenet_v1_test.run b/quant_models/iree_exec/mobilenet_v1_test.run index ad4a1d5..3ccc914 100644 --- a/quant_models/iree_exec/mobilenet_v1_test.run +++ b/quant_models/iree_exec/mobilenet_v1_test.run
@@ -1,4 +1,3 @@ -// XFAIL: renode // RUN: ${TEST_RUNNER_CMD} %S/mobilenet_v1_bytecode_static 2>&1 | tee %t // 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 fb129f7..6f59441 100644 --- a/quant_models/iree_exec/person_detection_test.run +++ b/quant_models/iree_exec/person_detection_test.run
@@ -1,4 +1,3 @@ -// XFAIL: renode // RUN: ${TEST_RUNNER_CMD} %S/person_detection_bytecode_static 2>&1 | tee %t // RUN: cat %t | FileCheck %S/person_detection_test.filecheck