makefile-tests 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253
  1. ## Copyright (C) 2017 Jeremiah Orians
  2. ## Copyright (C) 2020-2021 deesix <deesix@tuta.io>
  3. ## This file is part of M2-Planet.
  4. ##
  5. ## M2-Planet is free software: you can redistribute it and/or modify
  6. ## it under the terms of the GNU General Public License as published by
  7. ## the Free Software Foundation, either version 3 of the License, or
  8. ## (at your option) any later version.
  9. ##
  10. ## M2-Planet is distributed in the hope that it will be useful,
  11. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ## GNU General Public License for more details.
  14. ##
  15. ## You should have received a copy of the GNU General Public License
  16. ## along with M2-Planet. If not, see <http://www.gnu.org/licenses/>.
  17. # Prevent rebuilding
  18. VPATH = bin:test:test/results
  19. all: test
  20. # tests
  21. test: aarch64-tests amd64-tests knight-posix-tests knight-native-tests armv7l-tests x86-tests riscv32-tests riscv64-tests | results
  22. aarch64-tests: \
  23. test0000-aarch64-binary \
  24. test0001-aarch64-binary \
  25. test0002-aarch64-binary \
  26. test0003-aarch64-binary \
  27. test0004-aarch64-binary \
  28. test0005-aarch64-binary \
  29. test0006-aarch64-binary \
  30. test0007-aarch64-binary \
  31. test0008-aarch64-binary \
  32. test0009-aarch64-binary \
  33. test0010-aarch64-binary \
  34. test0011-aarch64-binary \
  35. test0012-aarch64-binary \
  36. test0013-aarch64-binary \
  37. test0014-aarch64-binary \
  38. test0015-aarch64-binary \
  39. test0016-aarch64-binary \
  40. test0017-aarch64-binary \
  41. test0018-aarch64-binary \
  42. test0019-aarch64-binary \
  43. test0020-aarch64-binary \
  44. test0021-aarch64-binary \
  45. test0022-aarch64-binary \
  46. test0023-aarch64-binary \
  47. test0024-aarch64-binary \
  48. test0025-aarch64-binary \
  49. test0026-aarch64-binary \
  50. test0027-aarch64-binary \
  51. test0028-aarch64-binary \
  52. test0029-aarch64-binary \
  53. test0030-aarch64-binary \
  54. test0031-aarch64-binary \
  55. test0032-aarch64-binary \
  56. test0100-aarch64-binary \
  57. test0101-aarch64-binary \
  58. test0102-aarch64-binary \
  59. test0103-aarch64-binary \
  60. test0104-aarch64-binary \
  61. test0105-aarch64-binary \
  62. test0106-aarch64-binary \
  63. test1000-aarch64-binary | results
  64. amd64-tests: \
  65. test0000-amd64-binary \
  66. test0001-amd64-binary \
  67. test0002-amd64-binary \
  68. test0003-amd64-binary \
  69. test0004-amd64-binary \
  70. test0005-amd64-binary \
  71. test0006-amd64-binary \
  72. test0007-amd64-binary \
  73. test0008-amd64-binary \
  74. test0009-amd64-binary \
  75. test0010-amd64-binary \
  76. test0011-amd64-binary \
  77. test0012-amd64-binary \
  78. test0013-amd64-binary \
  79. test0014-amd64-binary \
  80. test0015-amd64-binary \
  81. test0016-amd64-binary \
  82. test0017-amd64-binary \
  83. test0018-amd64-binary \
  84. test0019-amd64-binary \
  85. test0020-amd64-binary \
  86. test0021-amd64-binary \
  87. test0022-amd64-binary \
  88. test0023-amd64-binary \
  89. test0024-amd64-binary \
  90. test0025-amd64-binary \
  91. test0026-amd64-binary \
  92. test0027-amd64-binary \
  93. test0028-amd64-binary \
  94. test0029-amd64-binary \
  95. test0030-amd64-binary \
  96. test0031-amd64-binary \
  97. test0032-amd64-binary \
  98. test0100-amd64-binary \
  99. test0101-amd64-binary \
  100. test0102-amd64-binary \
  101. test0103-amd64-binary \
  102. test0104-amd64-binary \
  103. test0105-amd64-binary \
  104. test0106-amd64-binary \
  105. test1000-amd64-binary | results
  106. knight-posix-tests: \
  107. test0000-knight-posix-binary \
  108. test0001-knight-posix-binary \
  109. test0002-knight-posix-binary \
  110. test0003-knight-posix-binary \
  111. test0004-knight-posix-binary \
  112. test0005-knight-posix-binary \
  113. test0006-knight-posix-binary \
  114. test0007-knight-posix-binary \
  115. test0008-knight-posix-binary \
  116. test0009-knight-posix-binary \
  117. test0010-knight-posix-binary \
  118. test0011-knight-posix-binary \
  119. test0012-knight-posix-binary \
  120. test0013-knight-posix-binary \
  121. test0014-knight-posix-binary \
  122. test0015-knight-posix-binary \
  123. test0016-knight-posix-binary \
  124. test0017-knight-posix-binary \
  125. test0018-knight-posix-binary \
  126. test0019-knight-posix-binary \
  127. test0020-knight-posix-binary \
  128. test0021-knight-posix-binary \
  129. test0022-knight-posix-binary \
  130. test0023-knight-posix-binary \
  131. test0024-knight-posix-binary \
  132. test0028-knight-posix-binary \
  133. test0029-knight-posix-binary \
  134. test0030-knight-posix-binary \
  135. test0031-knight-posix-binary \
  136. test0032-knight-posix-binary \
  137. test0100-knight-posix-binary \
  138. test0101-knight-posix-binary \
  139. test0102-knight-posix-binary \
  140. test0103-knight-posix-binary \
  141. test0106-knight-posix-binary \
  142. test1000-knight-posix-binary | results
  143. knight-native-tests: \
  144. test0000-knight-native-binary\
  145. test0001-knight-native-binary\
  146. test0002-knight-native-binary\
  147. test0003-knight-native-binary\
  148. test0004-knight-native-binary\
  149. test0005-knight-native-binary\
  150. test0006-knight-native-binary\
  151. test0007-knight-native-binary\
  152. test0008-knight-native-binary\
  153. test0009-knight-native-binary\
  154. test0010-knight-native-binary\
  155. test0011-knight-native-binary\
  156. test0012-knight-native-binary\
  157. test0013-knight-native-binary\
  158. test0017-knight-native-binary\
  159. test0018-knight-native-binary\
  160. test0020-knight-native-binary\
  161. test0024-knight-native-binary\
  162. test0028-knight-native-binary\
  163. test0030-knight-native-binary\
  164. test0106-knight-native-binary | results
  165. armv7l-tests: \
  166. test0000-armv7l-binary \
  167. test0001-armv7l-binary \
  168. test0002-armv7l-binary \
  169. test0003-armv7l-binary \
  170. test0004-armv7l-binary \
  171. test0005-armv7l-binary \
  172. test0006-armv7l-binary \
  173. test0007-armv7l-binary \
  174. test0008-armv7l-binary \
  175. test0009-armv7l-binary \
  176. test0010-armv7l-binary \
  177. test0011-armv7l-binary \
  178. test0012-armv7l-binary \
  179. test0013-armv7l-binary \
  180. test0014-armv7l-binary \
  181. test0015-armv7l-binary \
  182. test0016-armv7l-binary \
  183. test0017-armv7l-binary \
  184. test0018-armv7l-binary \
  185. test0019-armv7l-binary \
  186. test0020-armv7l-binary \
  187. test0021-armv7l-binary \
  188. test0022-armv7l-binary \
  189. test0023-armv7l-binary \
  190. test0024-armv7l-binary \
  191. test0025-armv7l-binary \
  192. test0026-armv7l-binary \
  193. test0027-armv7l-binary \
  194. test0028-armv7l-binary \
  195. test0029-armv7l-binary \
  196. test0030-armv7l-binary \
  197. test0031-armv7l-binary \
  198. test0032-armv7l-binary \
  199. test0100-armv7l-binary \
  200. test0101-armv7l-binary \
  201. test0102-armv7l-binary \
  202. test0103-armv7l-binary \
  203. test0104-armv7l-binary \
  204. test0105-armv7l-binary \
  205. test0106-armv7l-binary \
  206. test1000-armv7l-binary | results
  207. x86-tests: \
  208. test0000-x86-binary \
  209. test0001-x86-binary \
  210. test0002-x86-binary \
  211. test0003-x86-binary \
  212. test0004-x86-binary \
  213. test0005-x86-binary \
  214. test0006-x86-binary \
  215. test0007-x86-binary \
  216. test0008-x86-binary \
  217. test0009-x86-binary \
  218. test0010-x86-binary \
  219. test0011-x86-binary \
  220. test0012-x86-binary \
  221. test0013-x86-binary \
  222. test0014-x86-binary \
  223. test0015-x86-binary \
  224. test0016-x86-binary \
  225. test0017-x86-binary \
  226. test0018-x86-binary \
  227. test0019-x86-binary \
  228. test0020-x86-binary \
  229. test0021-x86-binary \
  230. test0022-x86-binary \
  231. test0023-x86-binary \
  232. test0024-x86-binary \
  233. test0025-x86-binary \
  234. test0026-x86-binary \
  235. test0027-x86-binary \
  236. test0028-x86-binary \
  237. test0029-x86-binary \
  238. test0030-x86-binary \
  239. test0031-x86-binary \
  240. test0032-x86-binary \
  241. test0100-x86-binary \
  242. test0101-x86-binary \
  243. test0102-x86-binary \
  244. test0103-x86-binary \
  245. test0104-x86-binary \
  246. test0105-x86-binary \
  247. test0106-x86-binary \
  248. test1000-x86-binary | results
  249. riscv32-tests: \
  250. test0000-riscv32-binary \
  251. test0001-riscv32-binary \
  252. test0002-riscv32-binary \
  253. test0003-riscv32-binary \
  254. test0004-riscv32-binary \
  255. test0005-riscv32-binary \
  256. test0006-riscv32-binary \
  257. test0007-riscv32-binary \
  258. test0008-riscv32-binary \
  259. test0009-riscv32-binary \
  260. test0010-riscv32-binary \
  261. test0011-riscv32-binary \
  262. test0012-riscv32-binary \
  263. test0013-riscv32-binary \
  264. test0014-riscv32-binary \
  265. test0015-riscv32-binary \
  266. test0016-riscv32-binary \
  267. test0017-riscv32-binary \
  268. test0018-riscv32-binary \
  269. test0019-riscv32-binary \
  270. test0020-riscv32-binary \
  271. test0021-riscv32-binary \
  272. test0022-riscv32-binary \
  273. test0023-riscv32-binary \
  274. test0024-riscv32-binary \
  275. test0025-riscv32-binary \
  276. test0026-riscv32-binary \
  277. test0027-riscv32-binary \
  278. test0028-riscv32-binary \
  279. test0029-riscv32-binary \
  280. test0030-riscv32-binary \
  281. test0031-riscv32-binary \
  282. test0032-riscv32-binary \
  283. test0100-riscv32-binary \
  284. test0101-riscv32-binary \
  285. test0102-riscv32-binary \
  286. test0103-riscv32-binary \
  287. test0104-riscv32-binary \
  288. test0105-riscv32-binary \
  289. test0106-riscv32-binary \
  290. test1000-riscv32-binary | results
  291. riscv64-tests: \
  292. test0000-riscv64-binary \
  293. test0001-riscv64-binary \
  294. test0002-riscv64-binary \
  295. test0003-riscv64-binary \
  296. test0004-riscv64-binary \
  297. test0005-riscv64-binary \
  298. test0006-riscv64-binary \
  299. test0007-riscv64-binary \
  300. test0008-riscv64-binary \
  301. test0009-riscv64-binary \
  302. test0010-riscv64-binary \
  303. test0011-riscv64-binary \
  304. test0012-riscv64-binary \
  305. test0013-riscv64-binary \
  306. test0014-riscv64-binary \
  307. test0015-riscv64-binary \
  308. test0016-riscv64-binary \
  309. test0017-riscv64-binary \
  310. test0018-riscv64-binary \
  311. test0019-riscv64-binary \
  312. test0020-riscv64-binary \
  313. test0021-riscv64-binary \
  314. test0022-riscv64-binary \
  315. test0023-riscv64-binary \
  316. test0024-riscv64-binary \
  317. test0025-riscv64-binary \
  318. test0026-riscv64-binary \
  319. test0027-riscv64-binary \
  320. test0028-riscv64-binary \
  321. test0029-riscv64-binary \
  322. test0030-riscv64-binary \
  323. test0031-riscv64-binary \
  324. test0032-riscv64-binary \
  325. test0100-riscv64-binary \
  326. test0101-riscv64-binary \
  327. test0102-riscv64-binary \
  328. test0103-riscv64-binary \
  329. test0104-riscv64-binary \
  330. test0105-riscv64-binary \
  331. test0106-riscv64-binary \
  332. test1000-riscv64-binary | results
  333. test0000-riscv32-binary: M2-Planet | results
  334. test/test0000/run_test.sh riscv32
  335. test0001-riscv32-binary: M2-Planet | results
  336. test/test0001/run_test.sh riscv32
  337. test0002-riscv32-binary: M2-Planet | results
  338. test/test0002/run_test.sh riscv32
  339. test0003-riscv32-binary: M2-Planet | results
  340. test/test0003/run_test.sh riscv32
  341. test0004-riscv32-binary: M2-Planet | results
  342. test/test0004/run_test.sh riscv32
  343. test0005-riscv32-binary: M2-Planet | results
  344. test/test0005/run_test.sh riscv32
  345. test0006-riscv32-binary: M2-Planet | results
  346. test/test0006/run_test.sh riscv32
  347. test0007-riscv32-binary: M2-Planet | results
  348. test/test0007/run_test.sh riscv32
  349. test0008-riscv32-binary: M2-Planet | results
  350. test/test0008/run_test.sh riscv32
  351. test0009-riscv32-binary: M2-Planet | results
  352. test/test0009/run_test.sh riscv32
  353. test0010-riscv32-binary: M2-Planet | results
  354. test/test0010/run_test.sh riscv32
  355. test0011-riscv32-binary: M2-Planet | results
  356. test/test0011/run_test.sh riscv32
  357. test0012-riscv32-binary: M2-Planet | results
  358. test/test0012/run_test.sh riscv32
  359. test0013-riscv32-binary: M2-Planet | results
  360. test/test0013/run_test.sh riscv32
  361. test0014-riscv32-binary: M2-Planet | results
  362. test/test0014/run_test.sh riscv32
  363. test0015-riscv32-binary: M2-Planet | results
  364. test/test0015/run_test.sh riscv32
  365. test0016-riscv32-binary: M2-Planet | results
  366. test/test0016/run_test.sh riscv32
  367. test0017-riscv32-binary: M2-Planet | results
  368. test/test0017/run_test.sh riscv32
  369. test0018-riscv32-binary: M2-Planet | results
  370. test/test0018/run_test.sh riscv32
  371. test0019-riscv32-binary: M2-Planet | results
  372. test/test0019/run_test.sh riscv32
  373. test0020-riscv32-binary: M2-Planet | results
  374. test/test0020/run_test.sh riscv32
  375. test0021-riscv32-binary: M2-Planet | results
  376. test/test0021/run_test.sh riscv32
  377. test0022-riscv32-binary: M2-Planet | results
  378. test/test0022/run_test.sh riscv32
  379. test0023-riscv32-binary: M2-Planet | results
  380. test/test0023/run_test.sh riscv32
  381. test0024-riscv32-binary: M2-Planet | results
  382. test/test0024/run_test.sh riscv32
  383. test0025-riscv32-binary: M2-Planet | results
  384. test/test0025/run_test.sh riscv32
  385. test0026-riscv32-binary: M2-Planet | results
  386. test/test0026/run_test.sh riscv32
  387. test0027-riscv32-binary: M2-Planet | results
  388. test/test0027/run_test.sh riscv32
  389. test0028-riscv32-binary: M2-Planet | results
  390. test/test0028/run_test.sh riscv32
  391. test0029-riscv32-binary: M2-Planet | results
  392. test/test0029/run_test.sh riscv32
  393. test0030-riscv32-binary: M2-Planet | results
  394. test/test0030/run_test.sh riscv32
  395. test0031-riscv32-binary: M2-Planet | results
  396. test/test0031/run_test.sh riscv32
  397. test0032-riscv32-binary: M2-Planet | results
  398. test/test0032/run_test.sh riscv32
  399. test0100-riscv32-binary: M2-Planet | results
  400. test/test0100/run_test.sh riscv32
  401. test0101-riscv32-binary: M2-Planet | results
  402. test/test0101/run_test.sh riscv32
  403. test0102-riscv32-binary: M2-Planet | results
  404. test/test0102/run_test.sh riscv32
  405. test0103-riscv32-binary: M2-Planet | results
  406. test/test0103/run_test.sh riscv32
  407. test0104-riscv32-binary: M2-Planet | results
  408. test/test0104/run_test.sh riscv32
  409. test0105-riscv32-binary: M2-Planet | results
  410. test/test0105/run_test.sh riscv32
  411. test0106-riscv32-binary: M2-Planet | results
  412. test/test0106/run_test.sh riscv32
  413. test1000-riscv32-binary: M2-Planet | results
  414. test/test1000/hello-riscv32.sh
  415. test0000-riscv64-binary: M2-Planet | results
  416. test/test0000/run_test.sh riscv64
  417. test0001-riscv64-binary: M2-Planet | results
  418. test/test0001/run_test.sh riscv64
  419. test0002-riscv64-binary: M2-Planet | results
  420. test/test0002/run_test.sh riscv64
  421. test0003-riscv64-binary: M2-Planet | results
  422. test/test0003/run_test.sh riscv64
  423. test0004-riscv64-binary: M2-Planet | results
  424. test/test0004/run_test.sh riscv64
  425. test0005-riscv64-binary: M2-Planet | results
  426. test/test0005/run_test.sh riscv64
  427. test0006-riscv64-binary: M2-Planet | results
  428. test/test0006/run_test.sh riscv64
  429. test0007-riscv64-binary: M2-Planet | results
  430. test/test0007/run_test.sh riscv64
  431. test0008-riscv64-binary: M2-Planet | results
  432. test/test0008/run_test.sh riscv64
  433. test0009-riscv64-binary: M2-Planet | results
  434. test/test0009/run_test.sh riscv64
  435. test0010-riscv64-binary: M2-Planet | results
  436. test/test0010/run_test.sh riscv64
  437. test0011-riscv64-binary: M2-Planet | results
  438. test/test0011/run_test.sh riscv64
  439. test0012-riscv64-binary: M2-Planet | results
  440. test/test0012/run_test.sh riscv64
  441. test0013-riscv64-binary: M2-Planet | results
  442. test/test0013/run_test.sh riscv64
  443. test0014-riscv64-binary: M2-Planet | results
  444. test/test0014/run_test.sh riscv64
  445. test0015-riscv64-binary: M2-Planet | results
  446. test/test0015/run_test.sh riscv64
  447. test0016-riscv64-binary: M2-Planet | results
  448. test/test0016/run_test.sh riscv64
  449. test0017-riscv64-binary: M2-Planet | results
  450. test/test0017/run_test.sh riscv64
  451. test0018-riscv64-binary: M2-Planet | results
  452. test/test0018/run_test.sh riscv64
  453. test0019-riscv64-binary: M2-Planet | results
  454. test/test0019/run_test.sh riscv64
  455. test0020-riscv64-binary: M2-Planet | results
  456. test/test0020/run_test.sh riscv64
  457. test0021-riscv64-binary: M2-Planet | results
  458. test/test0021/run_test.sh riscv64
  459. test0022-riscv64-binary: M2-Planet | results
  460. test/test0022/run_test.sh riscv64
  461. test0023-riscv64-binary: M2-Planet | results
  462. test/test0023/run_test.sh riscv64
  463. test0024-riscv64-binary: M2-Planet | results
  464. test/test0024/run_test.sh riscv64
  465. test0025-riscv64-binary: M2-Planet | results
  466. test/test0025/run_test.sh riscv64
  467. test0026-riscv64-binary: M2-Planet | results
  468. test/test0026/run_test.sh riscv64
  469. test0027-riscv64-binary: M2-Planet | results
  470. test/test0027/run_test.sh riscv64
  471. test0028-riscv64-binary: M2-Planet | results
  472. test/test0028/run_test.sh riscv64
  473. test0029-riscv64-binary: M2-Planet | results
  474. test/test0029/run_test.sh riscv64
  475. test0030-riscv64-binary: M2-Planet | results
  476. test/test0030/run_test.sh riscv64
  477. test0031-riscv64-binary: M2-Planet | results
  478. test/test0031/run_test.sh riscv64
  479. test0032-riscv64-binary: M2-Planet | results
  480. test/test0032/run_test.sh riscv64
  481. test0100-riscv64-binary: M2-Planet | results
  482. test/test0100/run_test.sh riscv64
  483. test0101-riscv64-binary: M2-Planet | results
  484. test/test0101/run_test.sh riscv64
  485. test0102-riscv64-binary: M2-Planet | results
  486. test/test0102/run_test.sh riscv64
  487. test0103-riscv64-binary: M2-Planet | results
  488. test/test0103/run_test.sh riscv64
  489. test0104-riscv64-binary: M2-Planet | results
  490. test/test0104/run_test.sh riscv64
  491. test0105-riscv64-binary: M2-Planet | results
  492. test/test0105/run_test.sh riscv64
  493. test0106-riscv64-binary: M2-Planet | results
  494. test/test0106/run_test.sh riscv64
  495. test1000-riscv64-binary: M2-Planet | results
  496. test/test1000/hello-riscv64.sh
  497. test0000-aarch64-binary: M2-Planet | results
  498. test/test0000/run_test.sh aarch64
  499. test0001-aarch64-binary: M2-Planet | results
  500. test/test0001/run_test.sh aarch64
  501. test0002-aarch64-binary: M2-Planet | results
  502. test/test0002/run_test.sh aarch64
  503. test0003-aarch64-binary: M2-Planet | results
  504. test/test0003/run_test.sh aarch64
  505. test0004-aarch64-binary: M2-Planet | results
  506. test/test0004/run_test.sh aarch64
  507. test0005-aarch64-binary: M2-Planet | results
  508. test/test0005/run_test.sh aarch64
  509. test0006-aarch64-binary: M2-Planet | results
  510. test/test0006/run_test.sh aarch64
  511. test0007-aarch64-binary: M2-Planet | results
  512. test/test0007/run_test.sh aarch64
  513. test0008-aarch64-binary: M2-Planet | results
  514. test/test0008/run_test.sh aarch64
  515. test0009-aarch64-binary: M2-Planet | results
  516. test/test0009/run_test.sh aarch64
  517. test0010-aarch64-binary: M2-Planet | results
  518. test/test0010/run_test.sh aarch64
  519. test0011-aarch64-binary: M2-Planet | results
  520. test/test0011/run_test.sh aarch64
  521. test0012-aarch64-binary: M2-Planet | results
  522. test/test0012/run_test.sh aarch64
  523. test0013-aarch64-binary: M2-Planet | results
  524. test/test0013/run_test.sh aarch64
  525. test0014-aarch64-binary: M2-Planet | results
  526. test/test0014/run_test.sh aarch64
  527. test0015-aarch64-binary: M2-Planet | results
  528. test/test0015/run_test.sh aarch64
  529. test0016-aarch64-binary: M2-Planet | results
  530. test/test0016/run_test.sh aarch64
  531. test0017-aarch64-binary: M2-Planet | results
  532. test/test0017/run_test.sh aarch64
  533. test0018-aarch64-binary: M2-Planet | results
  534. test/test0018/run_test.sh aarch64
  535. test0019-aarch64-binary: M2-Planet | results
  536. test/test0019/run_test.sh aarch64
  537. test0020-aarch64-binary: M2-Planet | results
  538. test/test0020/run_test.sh aarch64
  539. test0021-aarch64-binary: M2-Planet | results
  540. test/test0021/run_test.sh aarch64
  541. test0022-aarch64-binary: M2-Planet | results
  542. test/test0022/run_test.sh aarch64
  543. test0023-aarch64-binary: M2-Planet | results
  544. test/test0023/run_test.sh aarch64
  545. test0024-aarch64-binary: M2-Planet | results
  546. test/test0024/run_test.sh aarch64
  547. test0025-aarch64-binary: M2-Planet | results
  548. test/test0025/run_test.sh aarch64
  549. test0026-aarch64-binary: M2-Planet | results
  550. test/test0026/run_test.sh aarch64
  551. test0027-aarch64-binary: M2-Planet | results
  552. test/test0027/run_test.sh aarch64
  553. test0028-aarch64-binary: M2-Planet | results
  554. test/test0028/run_test.sh aarch64
  555. test0029-aarch64-binary: M2-Planet | results
  556. test/test0029/run_test.sh aarch64
  557. test0030-aarch64-binary: M2-Planet | results
  558. test/test0030/run_test.sh aarch64
  559. test0031-aarch64-binary: M2-Planet | results
  560. test/test0031/run_test.sh aarch64
  561. test0032-aarch64-binary: M2-Planet | results
  562. test/test0032/run_test.sh aarch64
  563. test0100-aarch64-binary: M2-Planet | results
  564. test/test0100/run_test.sh aarch64
  565. test0101-aarch64-binary: M2-Planet | results
  566. test/test0101/run_test.sh aarch64
  567. test0102-aarch64-binary: M2-Planet | results
  568. test/test0102/run_test.sh aarch64
  569. test0103-aarch64-binary: M2-Planet | results
  570. test/test0103/run_test.sh aarch64
  571. test0104-aarch64-binary: M2-Planet | results
  572. test/test0104/run_test.sh aarch64
  573. test0105-aarch64-binary: M2-Planet | results
  574. test/test0105/run_test.sh aarch64
  575. test0106-aarch64-binary: M2-Planet | results
  576. test/test0106/run_test.sh aarch64
  577. test1000-aarch64-binary: M2-Planet | results
  578. test/test1000/hello-aarch64.sh
  579. test0000-amd64-binary: M2-Planet | results
  580. test/test0000/run_test.sh amd64
  581. test0001-amd64-binary: M2-Planet | results
  582. test/test0001/run_test.sh amd64
  583. test0002-amd64-binary: M2-Planet | results
  584. test/test0002/run_test.sh amd64
  585. test0003-amd64-binary: M2-Planet | results
  586. test/test0003/run_test.sh amd64
  587. test0004-amd64-binary: M2-Planet | results
  588. test/test0004/run_test.sh amd64
  589. test0005-amd64-binary: M2-Planet | results
  590. test/test0005/run_test.sh amd64
  591. test0006-amd64-binary: M2-Planet | results
  592. test/test0006/run_test.sh amd64
  593. test0007-amd64-binary: M2-Planet | results
  594. test/test0007/run_test.sh amd64
  595. test0008-amd64-binary: M2-Planet | results
  596. test/test0008/run_test.sh amd64
  597. test0009-amd64-binary: M2-Planet | results
  598. test/test0009/run_test.sh amd64
  599. test0010-amd64-binary: M2-Planet | results
  600. test/test0010/run_test.sh amd64
  601. test0011-amd64-binary: M2-Planet | results
  602. test/test0011/run_test.sh amd64
  603. test0012-amd64-binary: M2-Planet | results
  604. test/test0012/run_test.sh amd64
  605. test0013-amd64-binary: M2-Planet | results
  606. test/test0013/run_test.sh amd64
  607. test0014-amd64-binary: M2-Planet | results
  608. test/test0014/run_test.sh amd64
  609. test0015-amd64-binary: M2-Planet | results
  610. test/test0015/run_test.sh amd64
  611. test0016-amd64-binary: M2-Planet | results
  612. test/test0016/run_test.sh amd64
  613. test0017-amd64-binary: M2-Planet | results
  614. test/test0017/run_test.sh amd64
  615. test0018-amd64-binary: M2-Planet | results
  616. test/test0018/run_test.sh amd64
  617. test0019-amd64-binary: M2-Planet | results
  618. test/test0019/run_test.sh amd64
  619. test0020-amd64-binary: M2-Planet | results
  620. test/test0020/run_test.sh amd64
  621. test0021-amd64-binary: M2-Planet | results
  622. test/test0021/run_test.sh amd64
  623. test0022-amd64-binary: M2-Planet | results
  624. test/test0022/run_test.sh amd64
  625. test0023-amd64-binary: M2-Planet | results
  626. test/test0023/run_test.sh amd64
  627. test0024-amd64-binary: M2-Planet | results
  628. test/test0024/run_test.sh amd64
  629. test0025-amd64-binary: M2-Planet | results
  630. test/test0025/run_test.sh amd64
  631. test0026-amd64-binary: M2-Planet | results
  632. test/test0026/run_test.sh amd64
  633. test0027-amd64-binary: M2-Planet | results
  634. test/test0027/run_test.sh amd64
  635. test0028-amd64-binary: M2-Planet | results
  636. test/test0028/run_test.sh amd64
  637. test0029-amd64-binary: M2-Planet | results
  638. test/test0029/run_test.sh amd64
  639. test0030-amd64-binary: M2-Planet | results
  640. test/test0030/run_test.sh amd64
  641. test0031-amd64-binary: M2-Planet | results
  642. test/test0031/run_test.sh amd64
  643. test0032-amd64-binary: M2-Planet | results
  644. test/test0032/run_test.sh amd64
  645. test0100-amd64-binary: M2-Planet | results
  646. test/test0100/run_test.sh amd64
  647. test0101-amd64-binary: M2-Planet | results
  648. test/test0101/run_test.sh amd64
  649. test0102-amd64-binary: M2-Planet | results
  650. test/test0102/run_test.sh amd64
  651. test0103-amd64-binary: M2-Planet | results
  652. test/test0103/run_test.sh amd64
  653. test0104-amd64-binary: M2-Planet | results
  654. test/test0104/run_test.sh amd64
  655. test0105-amd64-binary: M2-Planet | results
  656. test/test0105/run_test.sh amd64
  657. test0106-amd64-binary: M2-Planet | results
  658. test/test0106/run_test.sh amd64
  659. test1000-amd64-binary: M2-Planet | results
  660. test/test1000/hello-amd64.sh
  661. test0000-knight-posix-binary: M2-Planet | results
  662. test/test0000/hello-knight-posix.sh
  663. test0001-knight-posix-binary: M2-Planet | results
  664. test/test0001/hello-knight-posix.sh
  665. test0002-knight-posix-binary: M2-Planet | results
  666. test/test0002/hello-knight-posix.sh
  667. test0003-knight-posix-binary: M2-Planet | results
  668. test/test0003/hello-knight-posix.sh
  669. test0004-knight-posix-binary: M2-Planet | results
  670. test/test0004/hello-knight-posix.sh
  671. test0005-knight-posix-binary: M2-Planet | results
  672. test/test0005/hello-knight-posix.sh
  673. test0006-knight-posix-binary: M2-Planet | results
  674. test/test0006/hello-knight-posix.sh
  675. test0007-knight-posix-binary: M2-Planet | results
  676. test/test0007/hello-knight-posix.sh
  677. test0008-knight-posix-binary: M2-Planet | results
  678. test/test0008/hello-knight-posix.sh
  679. test0009-knight-posix-binary: M2-Planet | results
  680. test/test0009/hello-knight-posix.sh
  681. test0010-knight-posix-binary: M2-Planet | results
  682. test/test0010/hello-knight-posix.sh
  683. test0011-knight-posix-binary: M2-Planet | results
  684. test/test0011/hello-knight-posix.sh
  685. test0012-knight-posix-binary: M2-Planet | results
  686. test/test0012/hello-knight-posix.sh
  687. test0013-knight-posix-binary: M2-Planet | results
  688. test/test0013/hello-knight-posix.sh
  689. test0014-knight-posix-binary: M2-Planet | results
  690. test/test0014/hello-knight-posix.sh
  691. test0015-knight-posix-binary: M2-Planet | results
  692. test/test0015/hello-knight-posix.sh
  693. test0016-knight-posix-binary: M2-Planet | results
  694. test/test0016/hello-knight-posix.sh
  695. test0017-knight-posix-binary: M2-Planet | results
  696. test/test0017/hello-knight-posix.sh
  697. test0018-knight-posix-binary: M2-Planet | results
  698. test/test0018/hello-knight-posix.sh
  699. test0019-knight-posix-binary: M2-Planet | results
  700. test/test0019/hello-knight-posix.sh
  701. test0020-knight-posix-binary: M2-Planet | results
  702. test/test0020/hello-knight-posix.sh
  703. test0021-knight-posix-binary: M2-Planet | results
  704. test/test0021/hello-knight-posix.sh
  705. test0022-knight-posix-binary: M2-Planet | results
  706. test/test0022/hello-knight-posix.sh
  707. test0023-knight-posix-binary: M2-Planet | results
  708. test/test0023/hello-knight-posix.sh
  709. test0024-knight-posix-binary: M2-Planet | results
  710. test/test0024/hello-knight-posix.sh
  711. test0028-knight-posix-binary: M2-Planet | results
  712. test/test0028/hello-knight-posix.sh
  713. test0029-knight-posix-binary: M2-Planet | results
  714. test/test0029/hello-knight-posix.sh
  715. test0030-knight-posix-binary: M2-Planet | results
  716. test/test0030/hello-knight-posix.sh
  717. test0031-knight-posix-binary: M2-Planet | results
  718. test/test0031/hello-knight-posix.sh
  719. test0032-knight-posix-binary: M2-Planet | results
  720. test/test0032/hello-knight-posix.sh
  721. test0100-knight-posix-binary: M2-Planet | results
  722. test/test0100/hello-knight-posix.sh
  723. test0101-knight-posix-binary: M2-Planet | results
  724. test/test0101/hello-knight-posix.sh
  725. test0102-knight-posix-binary: M2-Planet | results
  726. test/test0102/hello-knight-posix.sh
  727. test0103-knight-posix-binary: M2-Planet | results
  728. test/test0103/hello-knight-posix.sh
  729. test0106-knight-posix-binary: M2-Planet | results
  730. test/test0106/hello-knight-posix.sh
  731. test1000-knight-posix-binary: M2-Planet | results
  732. test/test1000/hello-knight-posix.sh
  733. test0000-knight-native-binary: M2-Planet | results
  734. test/test0000/hello-knight-native.sh
  735. test0001-knight-native-binary: M2-Planet | results
  736. test/test0001/hello-knight-native.sh
  737. test0002-knight-native-binary: M2-Planet | results
  738. test/test0002/hello-knight-native.sh
  739. test0003-knight-native-binary: M2-Planet | results
  740. test/test0003/hello-knight-native.sh
  741. test0004-knight-native-binary: M2-Planet | results
  742. test/test0004/hello-knight-native.sh
  743. test0005-knight-native-binary: M2-Planet | results
  744. test/test0005/hello-knight-native.sh
  745. test0006-knight-native-binary: M2-Planet | results
  746. test/test0006/hello-knight-native.sh
  747. test0007-knight-native-binary: M2-Planet | results
  748. test/test0007/hello-knight-native.sh
  749. test0008-knight-native-binary: M2-Planet | results
  750. test/test0008/hello-knight-native.sh
  751. test0009-knight-native-binary: M2-Planet | results
  752. test/test0009/hello-knight-native.sh
  753. test0010-knight-native-binary: M2-Planet | results
  754. test/test0010/hello-knight-native.sh
  755. test0011-knight-native-binary: M2-Planet | results
  756. test/test0011/hello-knight-native.sh
  757. test0012-knight-native-binary: M2-Planet | results
  758. test/test0012/hello-knight-native.sh
  759. test0013-knight-native-binary: M2-Planet | results
  760. test/test0013/hello-knight-native.sh
  761. test0017-knight-native-binary: M2-Planet | results
  762. test/test0017/hello-knight-native.sh
  763. test0018-knight-native-binary: M2-Planet | results
  764. test/test0018/hello-knight-native.sh
  765. test0020-knight-native-binary: M2-Planet | results
  766. test/test0020/hello-knight-native.sh
  767. test0024-knight-native-binary: M2-Planet | results
  768. test/test0024/hello-knight-native.sh
  769. test0028-knight-native-binary: M2-Planet | results
  770. test/test0028/hello-knight-native.sh
  771. test0030-knight-native-binary: M2-Planet | results
  772. test/test0030/hello-knight-native.sh
  773. test0106-knight-native-binary: M2-Planet | results
  774. test/test0106/hello-knight-native.sh
  775. test0000-armv7l-binary: M2-Planet | results
  776. test/test0000/run_test.sh armv7l
  777. test0001-armv7l-binary: M2-Planet | results
  778. test/test0001/run_test.sh armv7l
  779. test0002-armv7l-binary: M2-Planet | results
  780. test/test0002/run_test.sh armv7l
  781. test0003-armv7l-binary: M2-Planet | results
  782. test/test0003/run_test.sh armv7l
  783. test0004-armv7l-binary: M2-Planet | results
  784. test/test0004/run_test.sh armv7l
  785. test0005-armv7l-binary: M2-Planet | results
  786. test/test0005/run_test.sh armv7l
  787. test0006-armv7l-binary: M2-Planet | results
  788. test/test0006/run_test.sh armv7l
  789. test0007-armv7l-binary: M2-Planet | results
  790. test/test0007/run_test.sh armv7l
  791. test0008-armv7l-binary: M2-Planet | results
  792. test/test0008/run_test.sh armv7l
  793. test0009-armv7l-binary: M2-Planet | results
  794. test/test0009/run_test.sh armv7l
  795. test0010-armv7l-binary: M2-Planet | results
  796. test/test0010/run_test.sh armv7l
  797. test0011-armv7l-binary: M2-Planet | results
  798. test/test0011/run_test.sh armv7l
  799. test0012-armv7l-binary: M2-Planet | results
  800. test/test0012/run_test.sh armv7l
  801. test0013-armv7l-binary: M2-Planet | results
  802. test/test0013/run_test.sh armv7l
  803. test0014-armv7l-binary: M2-Planet | results
  804. test/test0014/run_test.sh armv7l
  805. test0015-armv7l-binary: M2-Planet | results
  806. test/test0015/run_test.sh armv7l
  807. test0016-armv7l-binary: M2-Planet | results
  808. test/test0016/run_test.sh armv7l
  809. test0017-armv7l-binary: M2-Planet | results
  810. test/test0017/run_test.sh armv7l
  811. test0018-armv7l-binary: M2-Planet | results
  812. test/test0018/run_test.sh armv7l
  813. test0019-armv7l-binary: M2-Planet | results
  814. test/test0019/run_test.sh armv7l
  815. test0020-armv7l-binary: M2-Planet | results
  816. test/test0020/run_test.sh armv7l
  817. test0021-armv7l-binary: M2-Planet | results
  818. test/test0021/run_test.sh armv7l
  819. test0022-armv7l-binary: M2-Planet | results
  820. test/test0022/run_test.sh armv7l
  821. test0023-armv7l-binary: M2-Planet | results
  822. test/test0023/run_test.sh armv7l
  823. test0024-armv7l-binary: M2-Planet | results
  824. test/test0024/run_test.sh armv7l
  825. test0025-armv7l-binary: M2-Planet | results
  826. test/test0025/run_test.sh armv7l
  827. test0026-armv7l-binary: M2-Planet | results
  828. test/test0026/run_test.sh armv7l
  829. test0027-armv7l-binary: M2-Planet | results
  830. test/test0027/run_test.sh armv7l
  831. test0028-armv7l-binary: M2-Planet | results
  832. test/test0028/run_test.sh armv7l
  833. test0029-armv7l-binary: M2-Planet | results
  834. test/test0029/run_test.sh armv7l
  835. test0030-armv7l-binary: M2-Planet | results
  836. test/test0030/run_test.sh armv7l
  837. test0031-armv7l-binary: M2-Planet | results
  838. test/test0031/run_test.sh armv7l
  839. test0032-armv7l-binary: M2-Planet | results
  840. test/test0032/run_test.sh armv7l
  841. test0100-armv7l-binary: M2-Planet | results
  842. test/test0100/run_test.sh armv7l
  843. test0101-armv7l-binary: M2-Planet | results
  844. test/test0101/run_test.sh armv7l
  845. test0102-armv7l-binary: M2-Planet | results
  846. test/test0102/run_test.sh armv7l
  847. test0103-armv7l-binary: M2-Planet | results
  848. test/test0103/run_test.sh armv7l
  849. test0104-armv7l-binary: M2-Planet | results
  850. test/test0104/run_test.sh armv7l
  851. test0105-armv7l-binary: M2-Planet | results
  852. test/test0105/run_test.sh armv7l
  853. test0106-armv7l-binary: M2-Planet | results
  854. test/test0106/run_test.sh armv7l
  855. test1000-armv7l-binary: M2-Planet | results
  856. test/test1000/hello-armv7l.sh
  857. test0000-x86-binary: M2-Planet | results
  858. test/test0000/run_test.sh x86
  859. test0001-x86-binary: M2-Planet | results
  860. test/test0001/run_test.sh x86
  861. test0002-x86-binary: M2-Planet | results
  862. test/test0002/run_test.sh x86
  863. test0003-x86-binary: M2-Planet | results
  864. test/test0003/run_test.sh x86
  865. test0004-x86-binary: M2-Planet | results
  866. test/test0004/run_test.sh x86
  867. test0005-x86-binary: M2-Planet | results
  868. test/test0005/run_test.sh x86
  869. test0006-x86-binary: M2-Planet | results
  870. test/test0006/run_test.sh x86
  871. test0007-x86-binary: M2-Planet | results
  872. test/test0007/run_test.sh x86
  873. test0008-x86-binary: M2-Planet | results
  874. test/test0008/run_test.sh x86
  875. test0009-x86-binary: M2-Planet | results
  876. test/test0009/run_test.sh x86
  877. test0010-x86-binary: M2-Planet | results
  878. test/test0010/run_test.sh x86
  879. test0011-x86-binary: M2-Planet | results
  880. test/test0011/run_test.sh x86
  881. test0012-x86-binary: M2-Planet | results
  882. test/test0012/run_test.sh x86
  883. test0013-x86-binary: M2-Planet | results
  884. test/test0013/run_test.sh x86
  885. test0014-x86-binary: M2-Planet | results
  886. test/test0014/run_test.sh x86
  887. test0015-x86-binary: M2-Planet | results
  888. test/test0015/run_test.sh x86
  889. test0016-x86-binary: M2-Planet | results
  890. test/test0016/run_test.sh x86
  891. test0017-x86-binary: M2-Planet | results
  892. test/test0017/run_test.sh x86
  893. test0018-x86-binary: M2-Planet | results
  894. test/test0018/run_test.sh x86
  895. test0019-x86-binary: M2-Planet | results
  896. test/test0019/run_test.sh x86
  897. test0020-x86-binary: M2-Planet | results
  898. test/test0020/run_test.sh x86
  899. test0021-x86-binary: M2-Planet | results
  900. test/test0021/run_test.sh x86
  901. test0022-x86-binary: M2-Planet | results
  902. test/test0022/run_test.sh x86
  903. test0023-x86-binary: M2-Planet | results
  904. test/test0023/run_test.sh x86
  905. test0024-x86-binary: M2-Planet | results
  906. test/test0024/run_test.sh x86
  907. test0025-x86-binary: M2-Planet | results
  908. test/test0025/run_test.sh x86
  909. test0026-x86-binary: M2-Planet | results
  910. test/test0026/run_test.sh x86
  911. test0027-x86-binary: M2-Planet | results
  912. test/test0027/run_test.sh x86
  913. test0028-x86-binary: M2-Planet | results
  914. test/test0028/run_test.sh x86
  915. test0029-x86-binary: M2-Planet | results
  916. test/test0029/run_test.sh x86
  917. test0030-x86-binary: M2-Planet | results
  918. test/test0030/run_test.sh x86
  919. test0031-x86-binary: M2-Planet | results
  920. test/test0031/run_test.sh x86
  921. test0032-x86-binary: M2-Planet | results
  922. test/test0032/run_test.sh x86
  923. test0100-x86-binary: M2-Planet | results
  924. test/test0100/run_test.sh x86
  925. test0101-x86-binary: M2-Planet | results
  926. test/test0101/run_test.sh x86
  927. test0102-x86-binary: M2-Planet | results
  928. test/test0102/run_test.sh x86
  929. test0103-x86-binary: M2-Planet | results
  930. test/test0103/run_test.sh x86
  931. test0104-x86-binary: M2-Planet | results
  932. test/test0104/run_test.sh x86
  933. test0105-x86-binary: M2-Planet | results
  934. test/test0105/run_test.sh x86
  935. test0106-x86-binary: M2-Planet | results
  936. test/test0106/run_test.sh x86
  937. test1000-x86-binary: M2-Planet | results
  938. test/test1000/hello-x86.sh