all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Why are the tests byte-compiled
@ 2016-06-26  5:18 Noam Postavsky
  2016-06-27 13:35 ` Phillip Lord
  0 siblings, 1 reply; 7+ messages in thread
From: Noam Postavsky @ 2016-06-26  5:18 UTC (permalink / raw)
  To: Phillip Lord; +Cc: Drew Adams, emacs-devel

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17851 seems related



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Why are the tests byte-compiled
@ 2016-06-15 20:23 Phillip Lord
  2016-06-15 21:55 ` Drew Adams
  0 siblings, 1 reply; 7+ messages in thread
From: Phillip Lord @ 2016-06-15 20:23 UTC (permalink / raw)
  To: emacs-devel



I'm just trying to write some tests, and I get an error like this.

Test open-this-file backtrace:
  #[nil "\306\307!\310\311\216\n\312P\313\314!\x1c\315\216\316\314\310
  ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc

Which is pretty useless for debugging. On the other hand, if I launch
the erts using the same command as the makefile uses but directly on the
source file (i.e. not byte compiled) then I get.

Test open-this-file backtrace:
  (let ((file (concat vc-git-tests-data-dir "file1.txt")) (git-dir (ge
  (setq value-0 (let ((file (concat vc-git-tests-data-dir "file1.txt")

which is useful.

Conclusion: the emacs tests should not be byte-compiled. Or am I missing
something?

Phil



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-27 13:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-26  5:18 Why are the tests byte-compiled Noam Postavsky
2016-06-27 13:35 ` Phillip Lord
  -- strict thread matches above, loose matches on Subject: below --
2016-06-15 20:23 Phillip Lord
2016-06-15 21:55 ` Drew Adams
2016-06-17 15:02   ` Phillip Lord
2016-06-17 15:13     ` Drew Adams
2016-06-17 15:25       ` Phillip Lord

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.