Blob Blame History Raw
commit 0b8fa2d5c0117632636eefa5236ba021b803bdc4
Author: Tom Hughes <tom@compton.nu>
Date:   Wed Aug 9 20:48:34 2017 +0100

    Path out failing test
    
    Setting an invalid timestamp of -1 seems to roundtrip as NaN
    instead of -1 in recent versions of node.

diff --git a/tests/test-fs-utime.js b/tests/test-fs-utime.js
index 7eb9329..76666fd 100644
--- a/tests/test-fs-utime.js
+++ b/tests/test-fs-utime.js
@@ -333,22 +333,6 @@ expect_ok('utimeSync', file_path, err);
 if (debug_me) debug_show_times_long();
 
 
-// Try what would be special signal values
-
-setup_test_values( -1, -1 );
-tests_run++;
-result = err = undefined;
-try {
-  result = fs.utimeSync(file_path, atime_req, mtime_req);
-}
-catch (e) {
-  err = e;
-}
-expect_ok('utimeSync', file_path, err);
-if (debug_me) debug_show_times_long();
-
-
-
 // Begin tests for utime()
 
 // Set to a specific Date value