The instruction referencing work currently only works on X86, and all the tests for it will be X86 based for the time being. Configure the whole directory to be X86-only, seeing how I keep on landing tests that don't have the correct REQUIRES lines.
3 lines
67 B
INI
3 lines
67 B
INI
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|