Index: tests/pyauto_nacl/surfaway.py |
=================================================================== |
--- tests/pyauto_nacl/surfaway.py (revision 7268) |
+++ tests/pyauto_nacl/surfaway.py (working copy) |
@@ -102,7 +102,7 @@ |
def testSurfAwayEarthCC(self): |
self.surfAway('earth_cc.html', 'Globe') |
- def testSurfAwayProgressEvents(self): |
+ def disabledTestSurfAwayProgressEvents(self): |
self.surfAway('ppapi_progress_events.html', 'PPAPI') |
def testSurfAwayPPBCore(self): |
@@ -117,25 +117,5 @@ |
def testSurfAwayPPBFileSystem(self): |
self.surfAway('ppapi_ppb_file_system.html', 'PPAPI') |
- def testSurfAwayPPAPITestsGraphics2D(self): |
- self.surfAway('test_case.html?mode=nacl&testcase=Graphics2D', |
- 'Test Graphics2D') |
- |
- def testSurfAwayPPAPITestsImageData(self): |
- self.surfAway('test_case.html?mode=nacl&testcase=ImageData', |
- 'Test ImageData') |
- |
- def testSurfAwayPPAPITestsMemory(self): |
- self.surfAway('test_case.html?mode=nacl&testcase=Memory', |
- 'Test Memory') |
- |
- def testSurfAwayPPAPITestsPaintAggregator(self): |
- self.surfAway('test_case.html?mode=nacl&testcase=PaintAggregator', |
- 'Test PaintAggregator') |
- |
- def testSurfAwayPPAPITestsScrollbar(self): |
- self.surfAway('test_case.html?mode=nacl&testcase=Scrollbar', |
- 'Test Scrollbar') |
- |
if __name__ == '__main__': |
pyauto_nacl.Main() |