Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Side by Side Diff: media/tools/layout_tests/layouttest_analyzer_helpers_unittest.py

Issue 8672007: Fix python scripts in src/media (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/usr/bin/python 1 #!/usr/bin/env python
2 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 import copy 6 import copy
7 from datetime import datetime 7 from datetime import datetime
8 import os 8 import os
9 import pickle 9 import pickle
10 import time 10 import time
11 import unittest 11 import unittest
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 BUGCR,72223,IMAGE PASS,media/video-frame-accurate-seek.html, 201 BUGCR,72223,IMAGE PASS,media/video-frame-accurate-seek.html,
202 BUGCR,75354,TEXT IMAGE IMAGE+TEXT,media/media-document-audio-repaint.html, 202 BUGCR,75354,TEXT IMAGE IMAGE+TEXT,media/media-document-audio-repaint.html,
203 BUGCR,73609,TEXT,http/tests/media/video-play-stall.html, 203 BUGCR,73609,TEXT,http/tests/media/video-play-stall.html,
204 BUGWK,64003,DEBUG TEXT MAC PASS,media/video-delay-load-event.html, 204 BUGWK,64003,DEBUG TEXT MAC PASS,media/video-delay-load-event.html,
205 """ 205 """
206 self.assertEquals(issues_txt, expected_issues_txt) 206 self.assertEquals(issues_txt, expected_issues_txt)
207 207
208 208
209 if __name__ == '__main__': 209 if __name__ == '__main__':
210 unittest.main() 210 unittest.main()
OLDNEW
« no previous file with comments | « media/tools/layout_tests/layouttest_analyzer_helpers.py ('k') | media/tools/layout_tests/layouttest_analyzer_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698