HomeSort by relevance Sort by last modified time
    Searched refs:expectations (Results 1 - 25 of 50) sorted by null

1 2

  /external/autotest/client/site_tests/graphics_dEQP/
diff.sh 7 rm expectations/${gpu}/*.json
8 cat expectations/${gpu}/* | sort > /tmp/${gpu}.sorted
9 cat expectations/${gpu}/* | sort | uniq > /tmp/${gpu}.sorted_uniq
process_logs.py 17 _EXPECTATIONS_DIR = 'expectations'
111 expectations = {}
114 expectations[key] = set(data[key])
115 return expectations
132 # Clean up obsolete expectations.
240 description='Download from GS and process dEQP logs into expectations.')
249 # This is somewhat optional. Remove existing expectations to start clean, but
  /art/tools/
run-libcore-tests.sh 35 expectations="--expectations art/tools/libcore_failures.txt"
38 expectations="$expectations --expectations art/tools/libcore_failures_concurrent_collector.txt"
117 vogar $vogar_args --vm-arg -Xusejit:true $expectations --classpath $jsr166_test_jack --classpath $test_jack ${working_packages[@]}
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/resources/
keyframes-test.js 19 function assertAnimationStyles(keyframes, expectations, description) {
20 for (var progress in expectations) {
25 for (var property in expectations[progress]) {
26 assert_equals(computedStyle[property], expectations[progress][property],
  /external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
security_RootfsStatefulSymlinks.py 30 def validate_attributes(self, link, expectations):
37 if destination != expectations['destination']:
40 link, expectations['destination'], destination)
50 return expectations['can_dangle']
57 if (owner == expectations['owner'] and
58 group == expectations['group'] and
59 mode == expectations['mode']):
63 destination, expectations['owner'],
64 expectations['group'], expectations['mode']
    [all...]
  /external/autotest/client/site_tests/graphics_PiglitBVT/
generate_scripts.py 141 Used to find regular log files (*results.json) and expectations*.json.
212 def get_passing_tests(statistics, expectations):
221 if test not in expectations:
260 # Load all expectations but ignore suggested.
261 exp_dict = load_files(get_filepaths(family_root, 'expectations.*\.json$'))
263 expectations = compute_expectations(exp_dict, statistics, family, piglit_path)
265 # across different log files into one expectations file per family.
266 output_suggested_expectations(expectations, family, family_root)
269 passing_tests = get_passing_tests(statistics, expectations)
333 def insert_expectation(expectations, test, expectation)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerMeasurementTestActivity.java 79 * axis that the sensor data collects. It then compares it against the test expectations that
84 * and the expectations are set are different.
93 private String verifyMeasurements(float ... expectations) throws Throwable {
102 expectations,
108 private String delayedVerifyMeasurements(int descriptionResId, float ... expectations)
117 return verifyMeasurements(expectations);
123 private String verifyMeasurements(int descriptionResId, float ... expectations)
130 return verifyMeasurements(expectations);
  /external/v8/test/cctest/
test-field-type-tracking.cc 85 class Expectations {
99 explicit Expectations(Isolate* isolate)
113 os << "Expectations: #" << number_of_properties_ << "\n";
277 // Helper methods for initializing expectations and adding properties to
428 Expectations expectations(isolate);
430 // Create a map, add required properties to it and initialize expectations.
433 map = expectations.AddAccessorConstant(map, NONE, pair);
437 CHECK(expectations.Check(*map));
444 CHECK(expectations.Check(*map))
    [all...]
  /cts/tests/libcore/luni/
Android.mk 53 libcore/expectations/brokentests.txt \
54 libcore/expectations/icebox.txt \
55 libcore/expectations/knownfailures.txt \
56 libcore/expectations/taggedtests.txt
  /cts/tests/libcore/ojluni/
Android.mk 45 libcore/expectations/brokentests.txt \
46 libcore/expectations/icebox.txt \
47 libcore/expectations/knownfailures.txt \
48 libcore/expectations/taggedtests.txt
  /cts/tests/libcore/okhttp/
Android.mk 46 libcore/expectations/brokentests.txt \
47 libcore/expectations/icebox.txt \
48 libcore/expectations/knownfailures.txt \
49 libcore/expectations/taggedtests.txt
  /external/skia/tests/
PDFMetadataAttributeTest.cpp 28 static const char* expectations[] = { local
38 for (const char* expectation : expectations) {
  /libcore/luni/src/test/java/libcore/java/security/
MessageDigestTest.java 88 private static final Map<String, Map<String, byte[]>> EXPECTATIONS
92 Map<String, byte[]> expectations = EXPECTATIONS.get(algorithm); local
93 if (expectations == null) {
94 expectations = new HashMap<String, byte[]>();
95 EXPECTATIONS.put(algorithm, expectations);
97 expectations.put(inputName, expected);
101 Map<String, byte[]> expectations = EXPECTATIONS.get(algorithm) local
    [all...]
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 100 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
makefile_writer_tests.py 161 # Now confirm that it matches expectations
166 # Now confirm that it matches expectations
173 # Compare various ways of calling write_local_vars to expectations.
244 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.',
  /external/skia/bench/
check_bench_regressions.py 108 def read_expectations(expectations, filename):
109 """Reads expectations data from file and put in expectations dict."""
118 if bench_entry in expectations:
122 expectations[bench_entry] = (float(elements[LB_IDX]),
126 def check_expectations(lines, expectations, key_suffix):
129 For each input line in lines, checks the expectations dictionary to see if
134 expectations: dictionary returned by read_expectations().
157 if bench_platform_key not in expectations:
160 this_min, this_max, this_expected = expectations[bench_platform_key
    [all...]
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 298 // Return a set of expectations that haven't been satisfied yet, possibly
299 // empty if no such expectations exist.
354 // - avoid serializing expectations explicitly; the test is not as robust
355 // as it could be because it must place expectations between wait
745 PeerConnection pc, ObserverExpectations expectations) {
746 expectations.dataChannel.unregisterObserver();
747 expectations.dataChannel.dispose();
748 expectations.expectStatsCallback();
749 assertTrue(pc.getStats(expectations, null));
750 assertTrue(expectations.waitForAllExpectationsToBeSatisfied(TIMEOUT_SECONDS))
    [all...]
  /build/core/tasks/
old-cts.mk 121 # $6 : The directory containing vogar expectations files
188 $(TARGET_ARCH),libcore/expectations)
195 $(TARGET_ARCH),libcore/expectations)
202 $(TARGET_ARCH),libcore/expectations)
209 $(TARGET_ARCH),libcore/expectations)
216 $(TARGET_ARCH),libcore/expectations)
233 $(TARGET_ARCH),libcore/expectations)
240 $(TARGET_ARCH),libcore/expectations)
247 $(TARGET_ARCH),libcore/expectations)
254 $(TARGET_ARCH),libcore/expectations)
    [all...]
  /cts/tools/utils/
CollectAllTests.java 184 ExpectationStore[] expectations = new ExpectationStore[] { local
247 addToTests(expectations, architecture, testCases, klass);
258 addToTests(expectations, architecture, testCases, klass);
395 private static void addToTests(ExpectationStore[] expectations,
427 addToTests(expectations, architecture, testCases, testClass, testName);
431 private static void addToTests(ExpectationStore[] expectations,
446 } else if (VogarUtils.isVogarKnownFailure(expectations,
455 expectations,
458 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectations,
  /external/v8/test/preparser/
testcfg.py 87 expectations = self._GetExpectations()
94 throws = expectations.get(f, None)
  /cts/build/
config.mk 31 CTS_EXPECTATIONS := cts/tests/expectations/knownfailures.txt
34 CTS_UNSUPPORTED_ABIS := cts/tests/expectations/unsupportedabis.txt
  /external/v8/test/mjsunit/regress/
regress-2056.js 52 // Make sure that non-crankshaft results match expectations.
59 // Make sure that crankshaft results match expectations.
  /system/core/crash_reporter/
user_collector_test.cc 359 } expectations[] = { local
369 for (unsigned i = 0; i < sizeof(expectations)/sizeof(expectations[0]); ++i) {
370 EXPECT_EQ(expectations[i].exists,
372 container_path.Append(expectations[i].name)));
  /external/v8/tools/release/
test_scripts.py 338 "expectations must consist of at least as many arguments." %
793 expectations = []
795 expectations.append(Cmd("which vi", "/usr/bin/vi"))
796 expectations += [
817 expectations.append(RL("")) # Open editor.
819 expectations.append(
821 expectations += [
835 expectations.append(RL("Y")) # Sanity check.
836 expectations += [
856 self.Expect(expectations)
    [all...]
  /external/caliper/
Android.mk 77 # vogar --expectations $ANDROID_BUILD_TOP/external/caliper/expectations/knownfailures.txt \

Completed in 9187 milliseconds

1 2