tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Enable adb port in tramp adb


From: Michael Albinus
Subject: Re: Enable adb port in tramp adb
Date: Sat, 25 Oct 2014 09:37:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Ashi <address@hidden> writes:

> Hi, Michael,

Hi Zhongwei,

> My previous problem is solved by installing emacs24.4.1. Now it can
> run some of the tests, but it still fails on some cases. Here is the
> summary:
>
> Aborted: Ran 35 tests, 23 results as expected, 1 unexpected, 2 skipped
> (2014-10-24 17:26:08+0800)
>
> 1 unexpected results:
> FAILED tramp-test22-file-times

In every single test case you could activate `tramp--instrument-test-case'.
This will produce traces. Do it like this:

--8<---------------cut here---------------start------------->8---
*** /home/albinus/src/tramp/test/tramp-tests.el.~1~     2014-10-24 
16:25:13.000000000 +0300
--- /home/albinus/src/tramp/test/tramp-tests.el 2014-10-24 16:39:30.000000000 
+0300
***************
*** 1150,1155 ****
--- 1150,1156 ----
       (tramp-find-foreign-file-name-handler 
tramp-test-temporary-file-directory)
       '(tramp-gvfs-file-name-handler tramp-smb-file-name-handler))))

+   (tramp--instrument-test-case 10
    (let ((tmp-name1 (tramp--test-make-temp-name))
        (tmp-name2 (tramp--test-make-temp-name))
        (tmp-name3 (tramp--test-make-temp-name)))
***************
*** 1175,1181 ****
            (should-not (file-newer-than-file-p tmp-name3 tmp-name1))))
        (ignore-errors
        (delete-file tmp-name1)
!       (delete-file tmp-name2)))))

  (ert-deftest tramp-test23-visited-file-modtime ()
    "Check `set-visited-file-modtime' and `verify-visited-file-modtime'."
--- 1176,1182 ----
            (should-not (file-newer-than-file-p tmp-name3 tmp-name1))))
        (ignore-errors
        (delete-file tmp-name1)
!       (delete-file tmp-name2))))))

  (ert-deftest tramp-test23-visited-file-modtime ()
    "Check `set-visited-file-modtime' and `verify-visited-file-modtime'."
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]