browser/metro/base/tests/mochitest/metro.ini

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 [DEFAULT]
     2 support-files =
     3   browser_context_menu_tests_01.html
     4   browser_context_menu_tests_02.html
     5   browser_context_menu_tests_03.html
     6   browser_context_menu_tests_04.html
     7   browser_context_menu_tests_05.html
     8   browser_findbar.html
     9   browser_form_auto_complete.html
    10   browser_form_selects.html
    11   browser_link_click.html
    12   browser_onscreen_keyboard.html
    13   browser_progress_indicator.xul
    14   browser_selection_basic.html
    15   browser_selection_caretfocus.html
    16   browser_selection_contenteditable.html
    17   browser_selection_frame_content.html
    18   browser_selection_frame_inputs.html
    19   browser_selection_frame_in_scrollable_container.html
    20   browser_selection_frame_textarea.html
    21   browser_selection_inputs.html
    22   browser_selection_textarea.html
    23   browser_tilegrid.xul
    24   head.js
    25   helpers/BookmarksHelper.js
    26   helpers/HistoryHelper.js
    27   helpers/ViewStateHelper.js
    28   res/image01.png
    29   res/textblock01.html
    30   res/textdivs01.html
    31   res/textinput01.html
    32   res/textarea01.html
    33   res/testEngine.xml
    34   res/blankpage1.html
    35   res/blankpage2.html
    36   res/blankpage3.html
    37   res/documentindesignmode.html
    39 [browser_apzc_basic.js]
    40 [browser_flyouts.js]
    41 [browser_bookmarks.js]
    42 [browser_canonizeURL.js]
    43 [browser_circular_progress_indicator.js]
    44 [browser_colorUtils.js]
    45 [browser_crashprompt.js]
    46 [browser_context_menu_tests.js]
    47 [browser_context_ui.js]
    48 [browser_downloads.js]
    49 [browser_findbar.js]
    50 [browser_form_auto_complete.js]
    51 [browser_form_selects.js]
    52 [browser_history.js]
    53 [browser_inputsource.js]
    54 [browser_link_click.js]
    55 [browser_menu_hoverstate.js]
    56 [browser_mouse_events.js]
    57 [browser_notifications.js]
    58 [browser_onscreen_keyboard.js]
    59 [browser_prefs_ui.js]
    60 [browser_private_browsing.js]
    61 [browser_prompt.js]
    62 [browser_remotetabs.js]
    63 [browser_sessionstore.js]
    64 [browser_snappedState.js]
    65 [browser_tabs.js]
    66 [browser_tabs_container.js]
    67 [browser_test.js]
    68 [browser_tiles.js]
    69 [browser_topsites.js]
    70 [browser_ui_telemetry.js]
    71 [browser_urlbar.js]
    72 [browser_urlbar_highlightURLs.js]
    73 [browser_urlbar_trimURLs.js]
    75 # These tests have known failures in debug builds
    76 [browser_selection_basic.js]
    77 skip-if = debug
    78 [browser_selection_textarea.js]
    79 skip-if = debug
    80 [browser_selection_frame_content.js]
    81 skip-if = debug
    82 [browser_selection_frame_in_scrollable_container.js]
    83 skip-if = debug
    84 [browser_selection_inputs.js]
    85 skip-if = debug
    86 [browser_selection_frame_textarea.js]
    87 skip-if = debug
    88 [browser_selection_frame_inputs.js]
    89 skip-if = debug
    90 [browser_selection_urlbar.js]
    91 skip-if = debug
    92 [browser_selection_contenteditable.js]
    93 skip-if = debug
    94 [browser_selection_caretfocus.js]
    95 skip-if = true # Intermittent failures on opt as well, bug 900641

mercurial