Home | History | Annotate | Download | only in commands

Lines Matching refs:test_port

604         test_port = self.tool.port_factory.get('test')
609 return test_port
615 return test_port
709 test_port = self._setup_test_port()
731 self.tool.filesystem.write_text_file(test_port.path_to_generic_test_expectations_file(), """
735 self._write_test_file(test_port, 'fast/dom/prototype-taco.html', "Dummy test contents")
750 self.assertEqual(self.tool.filesystem.read_text_file(test_port.path_to_generic_test_expectations_file()), """
780 test_port = self.tool.port_factory.get('test')
781 self._write_test_file(test_port, 'another/test.html', "Dummy test contents")
782 self._write_test_file(test_port, 'platform/mac-snowleopard/another/test-expected.txt', "result A")
783 self._write_test_file(test_port, 'another/test-expected.txt', "result A")
798 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'platform/mac/another/test-expected.txt')))
799 self.assertTrue(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'another/test-expected.txt')))
802 test_port = self.tool.port_factory.get('test')
803 self._write_test_file(test_port, 'another/test.html', "Dummy test contents")
804 self._write_test_file(test_port, 'platform/mac-snowleopard/another/test-expected.txt', "result A")
805 self._write_test_file(test_port, 'another/test-expected.txt', "result A")
820 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'platform/mac/another/test-expected.txt')))
821 self.assertTrue(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'another/test-expected.txt')))
824 test_port = self.tool.port_factory.get('test')
825 self._write_test_file(test_port, 'another/test.html', "Dummy test contents")
826 self._write_test_file(test_port, 'platform/mac-snowleopard/another/test-expected.txt', "result A")
827 self._write_test_file(test_port, 'platform/mac-snowleopard/another/test-expected.png', "result A png")
828 self._write_test_file(test_port, 'another/test-expected.txt', "result A")
829 self._write_test_file(test_port, 'another/test-expected.png', "result A png")
846 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'platform/mac/another/test-expected.txt')))
847 self.assertFalse(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'platform/mac/another/test-expected.png')))
848 self.assertTrue(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'another/test-expected.txt')))
849 self.assertTrue(self.tool.filesystem.exists(self.tool.filesystem.join(test_port.layout_tests_dir(), 'another/test-expected.png')))
885 test_port = self.tool.port_factory.get('test')
890 return test_port
896 return test_port
1001 test_port = self._setup_test_port()
1034 self.tool.filesystem.write_text_file(test_port.path_to_generic_test_expectations_file(), """
1043 self._write_test_file(test_port, 'fast/dom/prototype-taco.html', "Dummy test contents")
1044 self._write_test_file(test_port, 'fast/dom/prototype-strawberry.html', "Dummy test contents")
1045 self._write_test_file(test_port, 'fast/dom/prototype-chocolate.html', "Dummy test contents")
1089 self.assertEqual(self.tool.filesystem.read_text_file(test_port.path_to_generic_test_expectations_file()), """
1106 test_port = self._setup_test_port()
1130 self.tool.filesystem.write_text_file(test_port.path_to_generic_test_expectations_file(), """
1134 self._write_test_file(test_port, 'fast/dom/prototype-taco.html', "Dummy test contents")
1167 test_port = self._setup_test_port()
1189 self.tool.filesystem.write_text_file(test_port.path_to_generic_test_expectations_file(), """
1193 self._write_test_file(test_port, 'fast/dom/prototype-taco.html', "Dummy test contents")
1215 self.assertEqual(self.tool.filesystem.read_text_file(test_port.path_to_generic_test_expectations_file()), """