Home
last modified time | relevance | path

Searched refs:SimpleTest (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/tools/valgrind/
Dchrome_tests.py240 def SimpleTest(self, module, name, valgrind_test_args=None, cmd_args=None): member in ChromeTests
258 return self.SimpleTest("app_list", "app_list_unittests")
261 return self.SimpleTest("ash", "ash_unittests")
264 return self.SimpleTest("aura", "aura_unittests")
267 return self.SimpleTest("base", "base_unittests")
270 return self.SimpleTest("chromeos", "chromeos_unittests")
273 return self.SimpleTest("components", "components_unittests")
276 return self.SimpleTest("compositor", "compositor_unittests")
279 return self.SimpleTest("content", "content_unittests")
282 return self.SimpleTest("content", "content_browsertests")
[all …]
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_browsertest.cc41 void SimpleTest(const GURL& test_url, bool incognito = false) { in SimpleTest() function in content::IndexedDBBrowserTest
131 SimpleTest(GetTestUrl("indexeddb", "cursor_test.html")); in IN_PROC_BROWSER_TEST_F()
135 SimpleTest(GetTestUrl("indexeddb", "cursor_test.html"), in IN_PROC_BROWSER_TEST_F()
140 SimpleTest(GetTestUrl("indexeddb", "cursor_prefetch.html")); in IN_PROC_BROWSER_TEST_F()
144 SimpleTest(GetTestUrl("indexeddb", "index_test.html")); in IN_PROC_BROWSER_TEST_F()
148 SimpleTest(GetTestUrl("indexeddb", "key_path_test.html")); in IN_PROC_BROWSER_TEST_F()
152 SimpleTest(GetTestUrl("indexeddb", "transaction_get_test.html")); in IN_PROC_BROWSER_TEST_F()
156 SimpleTest(GetTestUrl("indexeddb", "key_types_test.html")); in IN_PROC_BROWSER_TEST_F()
160 SimpleTest(GetTestUrl("indexeddb", "object_store_test.html")); in IN_PROC_BROWSER_TEST_F()
164 SimpleTest(GetTestUrl("indexeddb", "database_test.html")); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/content/browser/fileapi/
Dfile_system_browsertest.cc31 void SimpleTest(const GURL& test_url, bool incognito = false) { in SimpleTest() function in content::FileSystemBrowserTest
82 SimpleTest(GetTestUrl("fileapi", "request_test.html")); in IN_PROC_BROWSER_TEST_F()
86 SimpleTest(GetTestUrl("fileapi", "create_test.html")); in IN_PROC_BROWSER_TEST_F()
90 SimpleTest(GetTestUrl("fileapi", "quota_test.html")); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/browser/dom_storage/
Ddom_storage_browsertest.cc23 void SimpleTest(const GURL& test_url, bool incognito) { in SimpleTest() function in content::DOMStorageBrowserTest
45 SimpleTest(GetTestUrl("dom_storage", "sanity_check.html"), kNotIncognito); in IN_PROC_BROWSER_TEST_F()
49 SimpleTest(GetTestUrl("dom_storage", "sanity_check.html"), kIncognito); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_unittests_android.cc36 TEST_F(GLSurfaceTextureTest, SimpleTest) { in TEST_F() argument
/external/chromium_org/chrome/test/functional/
Dtest_clean_exit.py18 class SimpleTest(pyauto.PyUITest): class
DPYAUTO_TESTS21 # example: 'test_basic.SimpleTest'
23 # example: 'test_basic.SimpleTest.testCanOpenGoogle'
/external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
Dtesting.cc7 TEST(TestCase, SimpleTest) { in TEST() argument
/external/chromium_org/ppapi/proxy/
Draw_var_data_unittest.cc80 TEST_F(RawVarDataTest, SimpleTest) { in TEST_F() argument