File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,6 @@ TF_LITE_MICRO_TEST(TestRecordsMultiTenantAllocations) {
157157 tensors_count * TF_LITE_EVAL_TENSOR_STRUCT_SIZE * 2 );
158158}
159159
160- // TODO(veblush): Reenable this
161- // Currently those two tests are failing with
162- // "qemu: uncaught target signal 7 (Bus error) - core dumped"
163- #if 0
164160TF_LITE_MICRO_TEST (TestRecordsPersistentTfLiteTensorData) {
165161 const tflite::Model* model = tflite::GetModel (kTestConvModelData );
166162 uint8_t arena[kTestConvArenaSize ];
@@ -231,7 +227,6 @@ TF_LITE_MICRO_TEST(TestRecordsPersistentTfLiteTensorQuantizationData) {
231227 TF_LITE_MICRO_EXPECT_GE (recorded_allocation.used_bytes ,
232228 expected_requested_bytes);
233229}
234- #endif
235230
236231TF_LITE_MICRO_TEST (TestRecordsPersistentBufferData) {
237232 uint8_t arena[kTestConvArenaSize ];
You can’t perform that action at this time.
0 commit comments