Bug 1906125 - [devtools] Implement memory panel odd background in CSS instead of...
[gecko.git] / widget / tests / moz.build
blobfe0d068efd491428241483e094abbc209d25ee77
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/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "Widget")
10 with Files("browser/browser_test_ContentCache.html"):
11     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
13 with Files("unit/*macwebapputils*"):
14     BUG_COMPONENT = ("Core", "Widget: Cocoa")
16 with Files("unit/*taskbar_jumplistitems*"):
17     BUG_COMPONENT = ("Core", "Widget: Win32")
19 with Files("TestChromeMargin.cpp"):
20     BUG_COMPONENT = ("Core", "Widget: Win32")
22 with Files("*413277*"):
23     BUG_COMPONENT = ("Core", "Widget: Cocoa")
25 with Files("*428405*"):
26     BUG_COMPONENT = ("Core", "Widget: Cocoa")
28 with Files("*429954*"):
29     BUG_COMPONENT = ("Core", "Widget: Cocoa")
31 with Files("*444800*"):
32     BUG_COMPONENT = ("Core", "Widget: Win32")
34 with Files("*466599*"):
35     BUG_COMPONENT = ("Core", "Widget: Cocoa")
37 with Files("*478536*"):
38     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
40 with Files("*485118*"):
41     BUG_COMPONENT = ("Toolkit", "UI Widgets")
43 with Files("*517396*"):
44     BUG_COMPONENT = ("Toolkit", "UI Widgets")
46 with Files("*522217*"):
47     BUG_COMPONENT = ("Core", "Widget: Cocoa")
49 with Files("*538242*"):
50     BUG_COMPONENT = ("Core", "Widget: Cocoa")
52 with Files("*565392*"):
53     BUG_COMPONENT = ("Core", "DOM: Serializers")
55 with Files("*586713*"):
56     BUG_COMPONENT = ("Core", "Widget: Cocoa")
58 with Files("*593307*"):
59     BUG_COMPONENT = ("Core", "Widget: Win32")
61 with Files("*596600*"):
62     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
64 with Files("*673301*"):
65     BUG_COMPONENT = ("Firefox", "Bookmarks & History")
67 with Files("test_assign_event_data.html"):
68     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
70 with Files("test_input_events_on_deactive_window.xhtml"):
71     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
73 with Files("*chrome_context_menus_win*"):
74     BUG_COMPONENT = ("Core", "General")
76 with Files("*composition_text_querycontent*"):
77     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
79 with Files("*key_event_counts*"):
80     BUG_COMPONENT = ("Core", "Widget: Cocoa")
82 with Files("*imestate*"):
83     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
85 with Files("*mouse_scroll*"):
86     BUG_COMPONENT = ("Core", "Widget: Win32")
88 with Files("*native*"):
89     BUG_COMPONENT = ("Core", "Widget: Cocoa")
91 with Files("*panel_mouse_coords*"):
92     BUG_COMPONENT = ("Core", "Widget: Gtk")
94 with Files("*picker_no_crash*"):
95     BUG_COMPONENT = ("Core", "Widget: Win32")
97 with Files("*platform_colors*"):
98     BUG_COMPONENT = ("Core", "Widget: Cocoa")
100 with Files("*position_on_resize*"):
101     BUG_COMPONENT = ("Core", "Widget: Gtk")
103 with Files("test_sizemode_events.xhtml"):
104     BUG_COMPONENT = ("Core", "Widget: Cocoa")
106 with Files("*system_status_bar*"):
107     BUG_COMPONENT = ("Core", "Widget: Cocoa")
109 with Files("*taskbar_progress*"):
110     BUG_COMPONENT = ("Core", "Widget: Win32")
112 with Files("*wheeltransaction*"):
113     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
116 XPCSHELL_TESTS_MANIFESTS += ["unit/xpcshell.toml"]
117 MOCHITEST_MANIFESTS += ["mochitest.toml"]
118 MOCHITEST_CHROME_MANIFESTS += ["chrome.toml"]
119 BROWSER_CHROME_MANIFESTS += ["browser/browser.toml"]
121 # if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
123 #     Test disabled because it requires the internal API. Re-enabling this test
124 #     is bug 652123.
125 #     CPP_UNIT_TESTS += ['TestChromeMargin']