1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 BUG_COMPONENT = ("Core", "Widget")
10 with Files("unit/*macwebapputils*"):
11 BUG_COMPONENT = ("Core", "Widget: Cocoa")
13 with Files("unit/*taskbar_jumplistitems*"):
14 BUG_COMPONENT = ("Core", "Widget: Win32")
16 with Files("TestAppShellSteadyState.cpp"):
17 BUG_COMPONENT = ("Core", "DOM: IndexedDB")
19 with Files("TestChromeMargin.cpp"):
20 BUG_COMPONENT = ("Core", "Widget: Win32")
22 with Files("*1151186*"):
23 BUG_COMPONENT = ("Core", "User events and focus handling")
25 with Files("*413277*"):
26 BUG_COMPONENT = ("Core", "Widget: Cocoa")
28 with Files("*428405*"):
29 BUG_COMPONENT = ("Core", "Widget: Cocoa")
31 with Files("*429954*"):
32 BUG_COMPONENT = ("Core", "Widget: Cocoa")
34 with Files("*444800*"):
35 BUG_COMPONENT = ("Core", "Widget: Win32")
37 with Files("*466599*"):
38 BUG_COMPONENT = ("Core", "Widget: Cocoa")
40 with Files("*478536*"):
41 BUG_COMPONENT = ("Core", "User events and focus handling")
43 with Files("*485118*"):
44 BUG_COMPONENT = ("Toolkit", "XUL Widgets")
46 with Files("*517396*"):
47 BUG_COMPONENT = ("Toolkit", "XUL Widgets")
49 with Files("*522217*"):
50 BUG_COMPONENT = ("Core", "Widget: Cocoa")
52 with Files("*538242*"):
53 BUG_COMPONENT = ("Core", "Widget: Cocoa")
55 with Files("*565392*"):
56 BUG_COMPONENT = ("Core", "Serializers")
58 with Files("*586713*"):
59 BUG_COMPONENT = ("Core", "Widget: Cocoa")
61 with Files("*593307*"):
62 BUG_COMPONENT = ("Core", "Widget: Win32")
64 with Files("*596600*"):
65 BUG_COMPONENT = ("Core", "User events and focus handling")
67 with Files("*673301*"):
68 BUG_COMPONENT = ("Firefox", "Bookmarks & History")
70 with Files("test_assign_event_data.html"):
71 BUG_COMPONENT = ("Core", "User events and focus handling")
73 with Files("test_input_events_on_deactive_window.xul"):
74 BUG_COMPONENT = ("Core", "User events and focus handling")
76 with Files("*chrome_context_menus_win*"):
77 BUG_COMPONENT = ("Core", "General")
79 with Files("*composition_text_querycontent*"):
80 BUG_COMPONENT = ("Core", "Internationalization")
82 with Files("*key_event_counts*"):
83 BUG_COMPONENT = ("Core", "Widget: Cocoa")
85 with Files("*imestate*"):
86 BUG_COMPONENT = ("Core", "Internationalization")
88 with Files("*mouse_scroll*"):
89 BUG_COMPONENT = ("Core", "Widget: Win32")
91 with Files("*native*"):
92 BUG_COMPONENT = ("Core", "Widget: Cocoa")
94 with Files("*panel_mouse_coords*"):
95 BUG_COMPONENT = ("Core", "Widget: Gtk")
97 with Files("*picker_no_crash*"):
98 BUG_COMPONENT = ("Core", "Widget: Win32")
100 with Files("*platform_colors*"):
101 BUG_COMPONENT = ("Core", "Widget: Cocoa")
103 with Files("*plugin*"):
104 BUG_COMPONENT = ("Core", "Plug-ins")
106 with Files("*position_on_resize*"):
107 BUG_COMPONENT = ("Core", "Widget: Gtk")
109 with Files("test_sizemode_events.xul"):
110 BUG_COMPONENT = ("Core", "Widget: Cocoa")
112 with Files("*system_status_bar*"):
113 BUG_COMPONENT = ("Core", "Widget: Cocoa")
115 with Files("*taskbar_progress*"):
116 BUG_COMPONENT = ("Core", "Widget: Win32")
118 with Files("*wheeltransaction*"):
119 BUG_COMPONENT = ("Core", "User events and focus handling")
122 XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
123 MOCHITEST_MANIFESTS += ['mochitest.ini']
124 MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
125 BROWSER_CHROME_MANIFESTS += ['browser/browser.ini']
127 # if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
129 # Test disabled because it requires the internal API. Re-enabling this test
131 # CPP_UNIT_TESTS += ['TestChromeMargin']