<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    <div class="moz-cite-prefix">On 15/7/19 下午5:06, Piotr Caban wrote:<br>
    </div>
    <blockquote cite="mid:55AB687E.2090002@gmail.com" type="cite">On
      07/17/15 20:20, YongHao Hu wrote:
      <br>
      <blockquote type="cite">---
        <br>
          dlls/msvcp110/msvcp110.spec         |   8 +-
        <br>
          dlls/msvcp120/msvcp120.spec         |   8 +-
        <br>
          dlls/msvcp120/tests/msvcp120.c      | 142
        <br>
        ++++++++++++++++++++++++++++++++++++
        <br>
          dlls/msvcp120_app/msvcp120_app.spec |   8 +-
        <br>
          dlls/msvcp90/ios.c                  |  47 ++++++++++++
        <br>
          5 files changed, 201 insertions(+), 12 deletions(-)
        <br>
      </blockquote>
      <br>
      The tests are also not working for me on Windows 7:
      <br>
      msvcp120.c:770: Test failed: CreateSymbolicLinkA failed
      <br>
      msvcp120.c:771: Test failed: CreateSymbolicLinkA failed
      <br>
      msvcp120.c:823: Test failed: tr2_sys__Stat(): test 6 expect: 2,
      got 1
      <br>
      msvcp120.c:834: Test failed: tr2_sys__Lstat(): test 6 expect: 2,
      got 1
      <br>
      msvcp120.c:823: Test failed: tr2_sys__Stat(): test 7 expect: 3,
      got 1
      <br>
      msvcp120.c:834: Test failed: tr2_sys__Lstat(): test 7 expect: 3,
      got 1
      <br>
      msvcp120.c:845: Test failed: expect tr2_test_dir/f1_link to exist
      <br>
      msvcp120.c:846: Test failed: expect tr2_test_dir/dir_link to exist
      <br>
      msvcp120: 380 tests executed (0 marked as todo, 8 failures), 0
      skipped.
      <br>
      <br>
    </blockquote>
    The LastError 1314 is the error of creating CreateSymbolicLinkA.<br>
    <meta charset="utf-8">
    <meta charset="utf-8">
    Program'll get this if the calling process does not have enough
    rights. You need to be running as an elevated administrator to use
    this function.<br>
    <meta charset="utf-8">
    Do we need to create symbolic links in Windows the same way as
    symlink, without requiring admin privileges? <br>
    <blockquote cite="mid:55AB687E.2090002@gmail.com" type="cite">There
      are some more test failures when tests are run from filesystem
      that doesn't support reparse points:
      <br>
      msvcp120.c:621: Test failed: test_tr2_sys__Copy_file(): test 5
      expect: 5, got 80
      <br>
      msvcp120.c:623: Test failed: test_tr2_sys__Copy_file(): test 11
      expect: 3, got 2
      <br>
      msvcp120.c:770: Test failed: CreateSymbolicLinkA failed
      <br>
      msvcp120.c:771: Test failed: CreateSymbolicLinkA failed
      <br>
      msvcp120.c:785: Test failed: DeviceIoControl failed
      <br>
      msvcp120.c:792: Test failed: DeviceIoControl failed
      <br>
      msvcp120.c:823: Test failed: tr2_sys__Stat(): test 6 expect: 2,
      got 1
      <br>
      msvcp120.c:834: Test failed: tr2_sys__Lstat(): test 6 expect: 2,
      got 1
      <br>
      msvcp120.c:823: Test failed: tr2_sys__Stat(): test 7 expect: 3,
      got 1
      <br>
      msvcp120.c:834: Test failed: tr2_sys__Lstat(): test 7 expect: 3,
      got 1
      <br>
      msvcp120.c:845: Test failed: expect tr2_test_dir/f1_link to exist
      <br>
      msvcp120.c:846: Test failed: expect tr2_test_dir/dir_link to exist
      <br>
      msvcp120: 380 tests executed (0 marked as todo, 12 failures), 0
      skipped.
      <br>
    </blockquote>
    Thank you.<br>
  </body>
</html>