MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / add_browser_reporting

Method add_browser_reporting

test/browser_common.py:828–831  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

826 return True
827
828 def add_browser_reporting(self):
829 contents = read_file(test_file('browser_reporting.js'))
830 contents = contents.replace('{{{REPORTING_URL}}}', self.SERVER_URL)
831 create_file('browser_reporting.js', contents)
832
833 def check_browser_feature(self, env_var, feature, message):
834 skip = browser_should_skip_feature(env_var, feature)

Callers 6

compile_btestMethod · 0.95
post_manual_reftestMethod · 0.80
clear_indexed_dbMethod · 0.80

Calls 3

test_fileFunction · 0.90
create_fileFunction · 0.90
read_fileFunction · 0.50

Tested by 5

post_manual_reftestMethod · 0.64
clear_indexed_dbMethod · 0.64