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) {
157
157
tensors_count * TF_LITE_EVAL_TENSOR_STRUCT_SIZE * 2 );
158
158
}
159
159
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
164
160
TF_LITE_MICRO_TEST (TestRecordsPersistentTfLiteTensorData) {
165
161
const tflite::Model* model = tflite::GetModel (kTestConvModelData );
166
162
uint8_t arena[kTestConvArenaSize ];
@@ -231,7 +227,6 @@ TF_LITE_MICRO_TEST(TestRecordsPersistentTfLiteTensorQuantizationData) {
231
227
TF_LITE_MICRO_EXPECT_GE (recorded_allocation.used_bytes ,
232
228
expected_requested_bytes);
233
229
}
234
- #endif
235
230
236
231
TF_LITE_MICRO_TEST (TestRecordsPersistentBufferData) {
237
232
uint8_t arena[kTestConvArenaSize ];
You can’t perform that action at this time.
0 commit comments