|
From: <sv...@va...> - 2015-04-15 20:31:00
|
Author: philippe
Date: Wed Apr 15 21:30:52 2015
New Revision: 15099
Log:
Following fix done in tilegx host in vex: r3130, reenable tilegx as host
in libvexmultiarch_test
Modified:
trunk/none/tests/libvex_test.c
Modified: trunk/none/tests/libvex_test.c
==============================================================================
--- trunk/none/tests/libvex_test.c (original)
+++ trunk/none/tests/libvex_test.c Wed Apr 15 21:30:52 2015
@@ -241,14 +241,6 @@
show_vta("skipped (word size differs)", &vta);
continue;
}
- // Special condition for VexArchTILEGX that is not yet ready
- // to run in multiarch as an host for different guest.
- if (va == VexArchTILEGX
- && guest_arch != VexArchTILEGX
- && multiarch != va) {
- show_vta("skipped (TILEGX host and guest != TILEGX)", &vta);
- continue;
- }
if (multiarch > VexArch_INVALID
&& multiarch != va) {
show_vta("skipped (!= specific requested arch)", &vta);
|