From 2aeb17e8ef46e9e61021acbb9acc60d06bd1ff7d Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sun, 27 Jan 2013 05:51:01 -0500 Subject: [PATCH] Add an autotest for #7673 This test should fail because #7673 is not yet fixed in trunk. Note that it is fixed in branch. This is the first autotest that uses an existing .lyx file, bug-7673.lyx. --- development/autotests/bug-7673-in.txt | 9 ++ development/autotests/bug-7673.lyx | 157 ++++++++++++++++++++++++++ 2 files changed, 166 insertions(+) create mode 100644 development/autotests/bug-7673-in.txt create mode 100644 development/autotests/bug-7673.lyx diff --git a/development/autotests/bug-7673-in.txt b/development/autotests/bug-7673-in.txt new file mode 100644 index 0000000000..ceb3bfd6f1 --- /dev/null +++ b/development/autotests/bug-7673-in.txt @@ -0,0 +1,9 @@ +# see http://www.lyx.org/trac/ticket/7673#comment:15 +# +Lang en_US.utf8 +TestBegin ../bug-7673.lyx > lyx-log.txt 2>&1 +KK: \Ax +# 'outline-in' was needed to reproduce the crash on some commits when bisecting +KK: command-sequence repeat 3 char-forward; outline-in; down; down\[Return] +TestEnd +Assert ! pcregrep -M 'SIGSEGV' lyx-log.txt diff --git a/development/autotests/bug-7673.lyx b/development/autotests/bug-7673.lyx new file mode 100644 index 0000000000..37e0a2bb5e --- /dev/null +++ b/development/autotests/bug-7673.lyx @@ -0,0 +1,157 @@ +#LyX 2.1 created this file. For more info see http://www.lyx.org/ +\lyxformat 459 +\begin_document +\begin_header +\textclass report +\use_default_options true +\maintain_unincluded_children false +\language english +\language_package default +\inputencoding auto +\fontencoding global +\font_roman default +\font_sans default +\font_typewriter default +\font_math auto +\font_default_family default +\use_non_tex_fonts false +\font_sc false +\font_osf false +\font_sf_scale 100 +\font_tt_scale 100 +\graphics default +\default_output_format default +\output_sync 0 +\bibtex_command default +\index_command default +\paperfontsize default +\spacing single +\use_hyperref false +\papersize default +\use_geometry false +\use_package amsmath 1 +\use_package amssymb 1 +\use_package esint 1 +\use_package mathdots 1 +\use_package mathtools 0 +\use_package mhchem 1 +\use_package stackrel 0 +\use_package stmaryrd 0 +\use_package undertilde 0 +\cite_engine basic +\cite_engine_type numerical +\biblio_style plain +\use_bibtopic false +\use_indices false +\paperorientation portrait +\suppress_date false +\justification true +\use_refstyle 1 +\index Index +\shortcut idx +\color #008000 +\end_index +\secnumdepth 3 +\tocdepth 3 +\paragraph_separation indent +\paragraph_indentation default +\quotes_language english +\papercolumns 1 +\papersides 1 +\paperpagestyle default +\tracking_changes false +\output_changes false +\html_math_output 0 +\html_css_as_file 0 +\html_be_strict false +\end_header + +\begin_body + +\begin_layout Chapter +One +\end_layout + +\begin_layout Standard +\begin_inset Float table +wide false +sideways false +status open + +\begin_layout Plain Layout + +\end_layout + +\begin_layout Plain Layout +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + + + +\end_inset + + +\begin_inset Caption Standard + +\begin_layout Plain Layout +table caption +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Plain Layout + +\end_layout + +\end_inset + + +\end_layout + +\end_body +\end_document -- 2.39.2