Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into master.lion
Browse files Browse the repository at this point in the history
  • Loading branch information
blueboxd committed Jun 14, 2023
2 parents d671e9d + 5683b76 commit 32fb5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/blink/tools/blinkpy/w3c/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def is_basename_skipped(basename):
'OWNERS', # https://crbug.com/584660 https://crbug.com/702283
'reftest.list', # https://crbug.com/582838
'DIR_METADATA', # https://crbug.com/1103374
'PRESUBMIT.py',
]
return (basename in skipped_basenames or is_testharness_baseline(basename)
or basename.startswith('.') or is_disallowed_ini(basename))
Expand Down
2 changes: 2 additions & 0 deletions third_party/blink/tools/blinkpy/w3c/common_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ def test_is_file_exportable(self):
))
self.assertFalse(
is_file_exportable(RELATIVE_WPT_TESTS + 'dom/historical.html.ini'))
self.assertFalse(
is_file_exportable(RELATIVE_WPT_TESTS + 'html/tools/PRESUBMIT.py'))

def test_is_file_exportable_asserts_path(self):
# Rejects basenames.
Expand Down

0 comments on commit 32fb5b0

Please sign in to comment.