watcher icon indicating copy to clipboard operation
watcher copied to clipboard

"notifies when a file is moved onto an existing one" test fails on Windows

Open DanTup opened this issue 4 years ago • 0 comments

I'm enabling tests for Windows that were previously not running. This test currently fails for reasons I don't understand so I'm marking it as skipped to get the rest running (https://github.com/dart-lang/watcher/pull/124).

00:05 +42 ~1 -1: test\directory_watcher\windows_test.dart: Shared Tests: moves notifies when a file is moved onto an existing one [E]
  Expected: should do the following in any order:
            * emit an event that is remove from.txt
            * emit an event that is modify to.txt
    Actual: <Instance of 'StreamQueue<WatchEvent>'>
     Which: emitted * remove C:\Users\runneradmin\AppData\Local\Temp\dart_test_34083e64\to.txt
                    * add C:\Users\runneradmin\AppData\Local\Temp\dart_test_34083e64\to.txt
                    * remove C:\Users\runneradmin\AppData\Local\Temp\dart_test_34083e64\from.txt
  
  test\directory_watcher\shared.dart 136:7  sharedTests.<fn>.<fn>

DanTup avatar Jan 19 '22 15:01 DanTup