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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver_unittest.py 52 expected_log=[
70 expected_log=[
89 expected_log=[
108 expected_log=[
129 expected_log=[
153 expected_log=[
177 expected_log=[
198 expected_log=[
205 def _assertRebaseline(self, test_files, results_files, test_name, baseline_target, baseline_move_to, expected_success, expected_log):
214 self.assertEqual(expected_log, log
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc 190 std::string expected_log; local
198 expected_log.append("notification displayed\n");
205 EXPECT_EQ(expected_log, log_output_);
220 std::string expected_log; local
225 expected_log.append("notification displayed\n");
232 expected_log.append("notification displayed\n");
247 EXPECT_EQ(expected_log, log_output_);
267 std::string expected_log; local
269 expected_log.append("notification displayed\n");
276 EXPECT_EQ(expected_log, log_output_)
    [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 204 std::string expected_log; local
206 expected_log.append("notification displayed\n");
210 EXPECT_EQ(expected_log, log_output_);
221 expected_log.append("notification closed by script\n");
224 EXPECT_EQ(expected_log, log_output_);
231 expected_log.append("notification closed by script\n");
233 EXPECT_EQ(expected_log, log_output_);

Completed in 125 milliseconds