Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • xorg/test/xorg-integration-tests
  • p12tic/xorg-integration-tests
  • whot/xorg-integration-tests
  • alanc/xorg-integration-tests
4 results
Show changes
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
......@@ -37,8 +33,6 @@
#include "xit-event.h"
#include "helpers.h"
#if HAVE_XI23
using namespace xorg::testing::inputtest;
enum BarrierDeviceTestCombinations {
......@@ -1110,4 +1104,3 @@ TEST_F(BarrierMPXTest, BarrierLeaveOnMDDestroyWhenInsideHitbox)
ASSERT_TRUE(NoEventPending(dpy));
}
#endif
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
......@@ -38,8 +34,6 @@
#include "barriers-common.h"
#include "helpers.h"
#if HAVE_FIXES5
class BarrierSimpleTest : public BarrierTest {};
TEST_F(BarrierSimpleTest, CreateAndDestroyBarrier)
......@@ -75,7 +69,6 @@ TEST_F(BarrierSimpleTest, DestroyInvalidBarrier)
ASSERT_ERROR(error, xfixes_error_base + BadBarrier);
}
#if HAVE_XI23
TEST_F(BarrierSimpleTest, MultipleClientSecurity)
{
XORG_TESTCASE("Ensure that two clients can't delete"
......@@ -116,7 +109,6 @@ TEST_F(BarrierSimpleTest, MultipleClientSecurity)
error = ReleaseErrorTrap(dpy2);
ASSERT_ERROR(error, BadAccess);
}
#endif
TEST_F(BarrierSimpleTest, PixmapsNotAllowed)
{
......@@ -261,5 +253,3 @@ TEST_P(BarrierConflictingDirections, InvalidConflictingDirectionsBarrier)
ASSERT_NO_ERROR(error);
}
INSTANTIATE_TEST_CASE_P(, BarrierConflictingDirections, INVALID_DIRECTIONS);
#endif /* HAVE_FIXES5 */
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdexcept>
#include <tuple>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <tuple>
#include <xorg/gtest/xorg-gtest.h>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <math.h>
#include <pixman.h>
#include <fcntl.h>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream>
#include <fstream>
#include <stdexcept>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdexcept>
#include <tuple>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
......
......@@ -22,10 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <xorg/gtest/xorg-gtest.h>
#include <X11/Xlib.h>
......
......@@ -22,9 +22,6 @@
*
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdexcept>
#include <fstream>
#include <xorg/gtest/xorg-gtest.h>
......