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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
mac.py 115 expectations = []
129 if l not in expectations:
130 expectations.append(l)
134 expectations.append('BUG_SKIPPED SKIP : fast/wcss = FAIL')
135 expectations.append('BUG_SKIPPED SKIP : fast/xhtmlmp = FAIL')
136 expectations.append('BUG_SKIPPED SKIP : http/tests/wml = FAIL')
137 expectations.append('BUG_SKIPPED SKIP : mathml = FAIL')
138 expectations.append('BUG_SKIPPED SKIP : platform/chromium = FAIL')
139 expectations.append('BUG_SKIPPED SKIP : platform/gtk = FAIL')
140 expectations.append('BUG_SKIPPED SKIP : platform/qt = FAIL'
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 30 """A helper class for reading in and dealing with tests expectations
53 def __init__(self, port, tests, expectations, test_platform_name,
55 """Loads and parses the test expectations given in the string.
59 expectations: test expectations as a string
60 test_platform_name: name of the platform to match expectations
64 in the expectations
65 is_lint_mode: If True, just parse the expectations string
72 self._expected_failures = TestExpectationsFile(port, expectations,
100 If there are no expectations for the test, then "PASS" is returned.""
    [all...]
json_layout_results_generator.py 50 test_timings, expectations, result_summary, all_tests):
66 self._expectations = expectations
  /external/webkit/WebKit/chromium/src/js/
Tests.js 669 var expectations = {
679 this.assertEquals(expectations.functionsOnStack[0], callFrame.functionName);
681 this._checkSourceFrameWhenLoaded(expectations, function() {
1021 * Checks current execution line against expectations.
    [all...]
  /build/core/tasks/
cts.mk 72 # $4 : The directory containing vogar expectations files
103 tests.dom.AllTests, libcore/expectations)
106 tests.luni.AllTestsIo, libcore/expectations)
109 tests.luni.AllTestsLang, libcore/expectations)
112 tests.luni.AllTestsNet, libcore/expectations)
115 tests.luni.AllTestsUtil, libcore/expectations)
118 tests.xml.AllTests, libcore/expectations)
143 dot.junit.AllJunitHostTests, libcore/expectations, cts/tools/vm-tests/Android.mk)
  /external/v8/test/cctest/
test-decls.cc 38 enum Expectations {
61 Expectations expectations,
128 Expectations expectations,
141 if (expectations == EXPECT_RESULT) {
147 CHECK(expectations == EXPECT_EXCEPTION);
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 116 def __init__(self, expectations, test_files):
119 self.expectations = expectations
128 for expectation in TestExpectationsFile.EXPECTATIONS.values():
132 expectations.get_tests_with_timeline(timeline))
218 """Parse the expectations from the test_list files and return a data
336 # Update expectations so that the stats are calculated correctly.
    [all...]
  /external/v8/src/
array.js     [all...]

Completed in 201 milliseconds