You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test "NumberFormatOptionsImplSpecific-Win10.js" run failed as below:
*** Running test #1 (0): Test Valid Options - Formatting Currency with Significant Digits
Test threw exception: assert.areEqual failed: expected: USD 123 actual: USD 123: currency code: USD
FAILED
*** Running test #2 (1): Test Valid Options - Formatting Percentage with Significant Digits
Test threw exception: assert.areEqual failed: expected: 12,300 % actual: 12,300 %: style: percent
FAILED
Summary of tests: total executed: 2; passed: 0; failed: 2
This test passed on Win10 but failed on Windows Server 2012 R2. Could you please take a look at this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
KarenHuang2016
changed the title
Test "NumberFormatOptionsImplSpecific-Win10.js" run failed on Windows Server 2012 R2
Test "NumberFormatOptionsImplSpecific-Win10.js" failed on Windows Server 2012 R2
Mar 31, 2017
That's correct. That test is tagged in the rlexe.xml in that directory as exclude_winBlue (which, for our purposes, is equivalent to Server 2012 R2).
If you call rl.exe directly, please pass -nottags exclude_winBlue
If you call runtests.cmd, please pass the -winBlue parameter which will cause the above to be passed to rl.exe
Our Jenkins VMs run Server 2012 R2 and netci.groovy passes this flag to testone.cmd which internally calls runtests.cmd. This is necessary because we want to have tests that cover all platforms, and sometimes there are behavior differences between platforms. This test was split into two copies and tagged so that only the correct variant would run on each platform. (Also, the complexity of the various test runner scripts is because of all the platforms and environments in which we need to support running tests.)
Environment: Windows Server 2012 R2 + VS2017 + Chakra master branch latest revision aeb7117
Repro steps:
Test "NumberFormatOptionsImplSpecific-Win10.js" run failed as below:
*** Running test #1 (0): Test Valid Options - Formatting Currency with Significant Digits
Test threw exception: assert.areEqual failed: expected: USD 123 actual: USD 123: currency code: USD
FAILED
*** Running test #2 (1): Test Valid Options - Formatting Percentage with Significant Digits
Test threw exception: assert.areEqual failed: expected: 12,300 % actual: 12,300 %: style: percent
FAILED
Summary of tests: total executed: 2; passed: 0; failed: 2
This test passed on Win10 but failed on Windows Server 2012 R2. Could you please take a look at this? Thanks in advance!
The text was updated successfully, but these errors were encountered: