We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f7450 commit d08ef09Copy full SHA for d08ef09
none/tests/libvex_test.c
@@ -241,14 +241,6 @@ int main(int argc, char **argv)
241
show_vta("skipped (word size differs)", &vta);
242
continue;
243
}
244
- // Special condition for VexArchTILEGX that is not yet ready
245
- // to run in multiarch as an host for different guest.
246
- if (va == VexArchTILEGX
247
- && guest_arch != VexArchTILEGX
248
- && multiarch != va) {
249
- show_vta("skipped (TILEGX host and guest != TILEGX)", &vta);
250
- continue;
251
- }
252
if (multiarch > VexArch_INVALID
253
&& multiarch != va) {
254
show_vta("skipped (!= specific requested arch)", &vta);
0 commit comments