Bug 1953004 - Run test-manifest-toml --fix on all toml files in the trees r=credential-management-reviewers,places-reviewers,desktop-theme-reviewers,Standard8,devtools-reviewers,hjones,jmaher,jdescottes,dimi,necko-reviewers,sidebar-reviewers,jsudiaman,kershaw
This diff was generated as follows: List all toml files in the tree: `find * -name '*.toml' > /tmp/toml` Manually edited /tmp/toml to drop non-relevant entries (objdir). Ran the toml linter for all files: `cat /tmp/toml | xargs ./mach lint -l test-manifest-toml --fix` Differential Revision: https://phabricator.services.mozilla.com/D240948
This commit is contained in:
@@ -36,4 +36,3 @@ skip-if = [
|
||||
"http3",
|
||||
"http2",
|
||||
]
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@ support-files = [
|
||||
"redirect_to_blank.sjs",
|
||||
]
|
||||
|
||||
["browser_bfcache_activebc.js"]
|
||||
|
||||
["browser_bug343515.js"]
|
||||
|
||||
["browser_bug1757458.js"]
|
||||
@@ -26,5 +28,3 @@ skip-if = ["!sessionHistoryInParent"]
|
||||
|
||||
["browser_test_simultaneous_normal_and_history_loads.js"]
|
||||
skip-if = ["!sessionHistoryInParent"] # The test is for the new session history
|
||||
|
||||
["browser_bfcache_activebc.js"]
|
||||
|
||||
Reference in New Issue
Block a user