We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
require_winglob
1 parent 8fc4708 commit 18eaa7eCopy full SHA for 18eaa7e
2 files changed
test/Intl/rlexe.xml
@@ -84,7 +84,7 @@
84
<default>
85
<compile-flags> -Intl -debugLaunch -dbgbaseline:IntlReturnedValueTests.js.dbg.baseline</compile-flags>
86
<files>IntlReturnedValueTests.js</files>
87
- <tags>Intl,require_winglob</tags> <!-- require_winglob because the baseline contains embedded bi-di markers -->
+ <tags>Intl</tags>
88
</default>
89
</test>
90
<test>
test/runtests.py
@@ -175,7 +175,6 @@
175
# xplat: temp hard coded to exclude unsupported tests
176
if sys.platform != 'win32':
177
not_tags.add('exclude_xplat')
178
- not_tags.add('require_winglob')
179
not_tags.add('require_simd')
180
else:
181
not_tags.add('exclude_windows')
0 commit comments