mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 744272. disable test_watchpoints due to bogus failures. rs=billm
This commit is contained in:
parent
70a553b78b
commit
c3b5a510a8
@ -75,7 +75,6 @@ _CHROME_FILES = \
|
||||
test_getweakmapkeys.xul \
|
||||
test_weakmaps.xul \
|
||||
test_bug706301.xul \
|
||||
test_watchpoints.xul \
|
||||
test_exnstack.xul \
|
||||
test_weakref.xul \
|
||||
$(NULL)
|
||||
@ -84,5 +83,8 @@ _CHROME_FILES = \
|
||||
# wrappers.
|
||||
# test_wrappers-2.xul \
|
||||
|
||||
# Disabled due to apparent conservative stack scanner false positives on Linux64 debug.
|
||||
# test_watchpoints.xul \
|
||||
|
||||
libs:: $(_CHROME_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
||||
|
Loading…
Reference in New Issue
Block a user