Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

36     REPORTER_ASSERT(reporter, configs.count() == 1);
37 REPORTER_ASSERT(reporter, configs[0]->getTag().equals("gpu"));
38 REPORTER_ASSERT(reporter, configs[0]->getViaParts().count() == 0);
40 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu());
41 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getContextType()
43 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getUseNVPR() == false);
44 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getUseDIText() == false);
45 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getSamples() == 0);
54 REPORTER_ASSERT(reporter, configs.count() == 1);
55 REPORTER_ASSERT(reporter, configs[0]->getTag().equals("gpu"));
58 REPORTER_ASSERT(reporter, configs.count() == 1);
59 REPORTER_ASSERT(reporter, configs[0]->getTag().equals("8888"));
74 REPORTER_ASSERT(reporter, configs.count() == config1.count());
76 REPORTER_ASSERT(reporter, configs[i]->getTag().equals(config1[i]));
77 REPORTER_ASSERT(reporter, configs[i]->getViaParts().count() == 0);
80 REPORTER_ASSERT(reporter, !configs[0]->asConfigGpu());
81 REPORTER_ASSERT(reporter, !configs[1]->asConfigGpu());
82 REPORTER_ASSERT(reporter, configs[2]->asConfigGpu());
83 REPORTER_ASSERT(reporter, configs[3]->asConfigGpu());
84 REPORTER_ASSERT(reporter, configs[4]->asConfigGpu());
85 REPORTER_ASSERT(reporter, configs[5]->asConfigGpu()->getUseDIText());
86 REPORTER_ASSERT(reporter, configs[6]->asConfigGpu());
87 REPORTER_ASSERT(reporter, configs[7]->asConfigGpu()->getSamples() == 16);
88 REPORTER_ASSERT(reporter, configs[8]->asConfigGpu()->getSamples() == 4);
89 REPORTER_ASSERT(reporter, !configs[9]->asConfigGpu());
90 REPORTER_ASSERT(reporter, !configs[10]->asConfigGpu());
91 REPORTER_ASSERT(reporter, configs[11]->asConfigGpu());
92 REPORTER_ASSERT(reporter, configs[12]->asConfigGpu()->getSamples() == 16);
93 REPORTER_ASSERT(reporter, configs[12]->asConfigGpu()->getUseNVPR());
94 REPORTER_ASSERT(reporter, configs[12]->asConfigGpu()->getUseDIText());
95 REPORTER_ASSERT(reporter, configs[13]->asConfigGpu()->getSamples() == 4);
96 REPORTER_ASSERT(reporter, configs[13]->asConfigGpu()->getUseNVPR());
97 REPORTER_ASSERT(reporter, configs[13]->asConfigGpu()->getUseDIText());
98 REPORTER_ASSERT(reporter, !configs[14]->asConfigGpu());
99 REPORTER_ASSERT(reporter, !configs[15]->asConfigGpu());
100 REPORTER_ASSERT(reporter, !configs[16]->asConfigGpu());
101 REPORTER_ASSERT(reporter, !configs[17]->asConfigGpu());
102 REPORTER_ASSERT(reporter, !configs[18]->asConfigGpu());
103 REPORTER_ASSERT(reporter, !configs[23]->asConfigGpu());
106 REPORTER_ASSERT(reporter, configs[19]->asConfigGpu());
108 REPORTER_ASSERT(reporter, !configs[19]->asConfigGpu());
110 REPORTER_ASSERT(reporter, configs[20]->asConfigGpu());
112 REPORTER_ASSERT(reporter, !configs[19]->asConfigGpu());
113 REPORTER_ASSERT(reporter, !configs[20]->asConfigGpu());
116 REPORTER_ASSERT(reporter, configs[21]->asConfigGpu());
118 REPORTER_ASSERT(reporter, !configs[21]->asConfigGpu());
121 REPORTER_ASSERT(reporter, configs[22]->asConfigGpu());
123 REPORTER_ASSERT(reporter, !configs[22]->asConfigGpu());
141 REPORTER_ASSERT(reporter, configs.count() == config1.count());
143 REPORTER_ASSERT(reporter, configs[i]->getTag().equals(config1[i]));
146 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getContextType() ==
148 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getUseNVPR());
149 REPORTER_ASSERT(reporter, !configs[0]->asConfigGpu()->getUseDIText());
150 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu()->getSamples() == 0);
153 REPORTER_ASSERT(reporter, configs[1]->asConfigGpu()->getContextType() ==
156 REPORTER_ASSERT(reporter, !configs[1]->asConfigGpu());
158 REPORTER_ASSERT(reporter, configs[2]->asConfigGpu()->getContextType() ==
161 REPORTER_ASSERT(reporter, !configs[1]->asConfigGpu());
162 REPORTER_ASSERT(reporter, !configs[2]->asConfigGpu());
165 REPORTER_ASSERT(reporter, configs[3]->asConfigGpu()->getContextType() ==
168 REPORTER_ASSERT(reporter, !configs[3]->asConfigGpu());
171 REPORTER_ASSERT(reporter, configs[4]->asConfigGpu()->getContextType() ==
175 REPORTER_ASSERT(reporter, !configs[4]->asConfigGpu());
177 REPORTER_ASSERT(reporter, configs[5]->asConfigGpu()->getContextType() ==
179 REPORTER_ASSERT(reporter, !configs[5]->asConfigGpu()->getUseNVPR());
180 REPORTER_ASSERT(reporter, !configs[5]->asConfigGpu()->getUseDIText());
181 REPORTER_ASSERT(reporter, configs[5]->asConfigGpu()->getSamples() == 0);
182 REPORTER_ASSERT(reporter, configs[6]->asConfigGpu()->getContextType() ==
184 REPORTER_ASSERT(reporter, !configs[6]->asConfigGpu()->getUseNVPR());
185 REPORTER_ASSERT(reporter, !configs[6]->asConfigGpu()->getUseDIText());
186 REPORTER_ASSERT(reporter, configs[6]->asConfigGpu()->getSamples() == 0);
209 REPORTER_ASSERT(reporter, configs.count() == config1.count());
211 REPORTER_ASSERT(reporter, configs[i]->getTag().equals(config1[i]));
212 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(config1[i]));
214 REPORTER_ASSERT(reporter, !configs[i]->asConfigGpu());
232 REPORTER_ASSERT(reporter, configs.count() == config1.count());
234 REPORTER_ASSERT(reporter, configs[i]->getTag().equals(config1[i]));
236 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals("gpu"));
237 REPORTER_ASSERT(reporter, configs[i]->asConfigGpu());
239 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(config1[i]));
262 REPORTER_ASSERT(reporter, configs[i]->getTag().equals(config1[i]));
263 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
266 REPORTER_ASSERT(reporter, configs[i]->getViaParts().count() == j);
269 REPORTER_ASSERT(reporter,
299 REPORTER_ASSERT(reporter, configs[i]->getTag().equals(config1[i]));
300 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
303 REPORTER_ASSERT(reporter, configs[i]->getViaParts().count() ==
307 REPORTER_ASSERT(reporter,
312 REPORTER_ASSERT(reporter, configs[0]->asConfigGpu());
313 REPORTER_ASSERT(reporter, !configs[1]->asConfigGpu());
314 REPORTER_ASSERT(reporter, !configs[2]->asConfigGpu());