tests.py (13540:da30e62884ee) tests.py (13929:10f74274f35b)
1#!/usr/bin/env python2.7
2#
3# Copyright (c) 2016-2017 ARM Limited
4# All rights reserved
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 112 unchanged lines hidden (view full) ---

121 'realview64-switcheroo-full',
122 ),
123
124 ("sparc", None) : (
125 't1000-simple-atomic',
126 't1000-simple-x86',
127 ),
128
1#!/usr/bin/env python2.7
2#
3# Copyright (c) 2016-2017 ARM Limited
4# All rights reserved
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

--- 112 unchanged lines hidden (view full) ---

121 'realview64-switcheroo-full',
122 ),
123
124 ("sparc", None) : (
125 't1000-simple-atomic',
126 't1000-simple-x86',
127 ),
128
129 ("timing", None) : (
129 ("x86", None) : (
130 'pc-simple-atomic',
131 'pc-simple-timing',
132 'pc-o3-timing',
133 'pc-switcheroo-full',
134 ),
135
136 ("x86", "hsail") : (
137 'gpu',

--- 244 unchanged lines hidden ---
130 'pc-simple-atomic',
131 'pc-simple-timing',
132 'pc-o3-timing',
133 'pc-switcheroo-full',
134 ),
135
136 ("x86", "hsail") : (
137 'gpu',

--- 244 unchanged lines hidden ---