sw:vec_iree: Re-enable lit failing tests RVV codegen is fixed in LLVM. These tests are passing now. Change-Id: I70b21ec9914b3ec811084a018c298a31315c86f7
diff --git a/samples/quant_model/mobilenet_v1_bytecode_static_test.txt b/samples/quant_model/mobilenet_v1_bytecode_static_test.txt index 7393c88..4d2dda7 100644 --- a/samples/quant_model/mobilenet_v1_bytecode_static_test.txt +++ b/samples/quant_model/mobilenet_v1_bytecode_static_test.txt
@@ -2,4 +2,3 @@ // RUN: cat %t | FileCheck %s // TODO(hcindyl): Figure out ubuntu20.04 vs debian testing discrepancy. // CHECK: {{Image prediction result is: id: 17[5-8]}} -// XFAIL: *
diff --git a/samples/quant_model/mobilenet_v1_emitc_static_test.txt b/samples/quant_model/mobilenet_v1_emitc_static_test.txt index 54845c7..3d8dadb 100644 --- a/samples/quant_model/mobilenet_v1_emitc_static_test.txt +++ b/samples/quant_model/mobilenet_v1_emitc_static_test.txt
@@ -2,4 +2,3 @@ // RUN: cat %t | FileCheck %s // TODO(hcindyl): Figure out ubuntu20.04 vs debian testing discrepancy // CHECK: {{Image prediction result is: id: 17[5-8]}} -// XFAIL: *
diff --git a/samples/quant_model/mobilenet_v2_bytecode_static_test.txt b/samples/quant_model/mobilenet_v2_bytecode_static_test.txt index a1179ef..fd3b156 100644 --- a/samples/quant_model/mobilenet_v2_bytecode_static_test.txt +++ b/samples/quant_model/mobilenet_v2_bytecode_static_test.txt
@@ -1,4 +1,3 @@ // RUN: ${TEST_RUNNER_CMD} ${OUT}/springbok_iree/samples/quant_model/mobilenet_v2_bytecode_static 2>&1 | tee %t // RUN: cat %t | FileCheck %s // CHECK: {{Image prediction result is: id: 210}} -// XFAIL: *
diff --git a/samples/quant_model/mobilenet_v2_emitc_static_text.txt b/samples/quant_model/mobilenet_v2_emitc_static_text.txt index 668458d..1824224 100644 --- a/samples/quant_model/mobilenet_v2_emitc_static_text.txt +++ b/samples/quant_model/mobilenet_v2_emitc_static_text.txt
@@ -1,4 +1,3 @@ // RUN: ${TEST_RUNNER_CMD} ${OUT}/springbok_iree/samples/quant_model/mobilenet_v2_emitc_static 2>&1 | tee %t // RUN: cat %t | FileCheck %s // CHECK: {{Image prediction result is: id: 210}} -// XFAIL: *
diff --git a/samples/quant_model/person_detection_bytecode_static_test.txt b/samples/quant_model/person_detection_bytecode_static_test.txt index 31e94ef..f278d1d 100644 --- a/samples/quant_model/person_detection_bytecode_static_test.txt +++ b/samples/quant_model/person_detection_bytecode_static_test.txt
@@ -1,4 +1,3 @@ // RUN: ${TEST_RUNNER_CMD} ${OUT}/springbok_iree/samples/quant_model/person_detection_bytecode_static 2>&1 | tee %t // RUN: cat %t | FileCheck %s // CHECK: {{Non-person Score: -113; Person Score: 113}} -// XFAIL: *
diff --git a/samples/quant_model/person_detection_emitc_static_test.txt b/samples/quant_model/person_detection_emitc_static_test.txt index 28c8946..38b4bc4 100644 --- a/samples/quant_model/person_detection_emitc_static_test.txt +++ b/samples/quant_model/person_detection_emitc_static_test.txt
@@ -1,4 +1,3 @@ // RUN: ${TEST_RUNNER_CMD} ${OUT}/springbok_iree/samples/quant_model/person_detection_emitc_static 2>&1 | tee %t // RUN: cat %t | FileCheck %s // CHECK: {{Non-person Score: -113; Person Score: 113}} -// XFAIL: *
diff --git a/samples/quant_model/semantic_lift_test.txt b/samples/quant_model/semantic_lift_test.txt index 84bfc9c..38ccd4b 100644 --- a/samples/quant_model/semantic_lift_test.txt +++ b/samples/quant_model/semantic_lift_test.txt
@@ -1,4 +1,3 @@ // RUN: ${TEST_RUNNER_CMD} --timeout 200 ${OUT}/springbok_iree/samples/quant_model/semantic_lift_bytecode_static // RUN: ${TEST_RUNNER_CMD} --timeout 200 ${OUT}/springbok_iree/samples/quant_model/semantic_lift_emitc_static // REQUIRES: internal -// XFAIL: *