Skip to content

Commit 189feab

Browse files
committed
Reenable tests
1 parent 7ba714a commit 189feab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tensorflow/lite/micro/recording_micro_allocator_test.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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
164160
TF_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

236231
TF_LITE_MICRO_TEST(TestRecordsPersistentBufferData) {
237232
uint8_t arena[kTestConvArenaSize];

0 commit comments

Comments
 (0)