[mutter/gbsneto/graphene-matrix: 10/57] cogl/tests: Remove euler test




commit d94f0fd38448481b288df9fd9c5308db86208e2e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 22 09:58:11 2020 -0300

    cogl/tests: Remove euler test
    
    Next commits, and this patchset in general, will make this patchset
    obsolete, since it'll only test graphene types against each other.
    If at all useful, the Euler test should be moved to graphene.
    
    https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1439

 cogl/tests/conform/meson.build         |  1 -
 cogl/tests/conform/test-conform-main.c |  1 -
 cogl/tests/conform/test-declarations.h |  1 -
 cogl/tests/conform/test-euler.c        | 63 ----------------------------------
 4 files changed, 66 deletions(-)
---
diff --git a/cogl/tests/conform/meson.build b/cogl/tests/conform/meson.build
index eb4e4b5996..b278dfd9ca 100644
--- a/cogl/tests/conform/meson.build
+++ b/cogl/tests/conform/meson.build
@@ -25,7 +25,6 @@ cogl_test_conformance_sources = [
   'test-point-sprite.c',
   'test-no-gl-header.c',
   'test-version.c',
-  'test-euler.c',
   'test-layer-remove.c',
   'test-alpha-test.c',
   'test-map-buffer-range.c',
diff --git a/cogl/tests/conform/test-conform-main.c b/cogl/tests/conform/test-conform-main.c
index e1f32c5e2d..c3619aa3c6 100644
--- a/cogl/tests/conform/test-conform-main.c
+++ b/cogl/tests/conform/test-conform-main.c
@@ -132,7 +132,6 @@ main (int argc, char **argv)
 
   UNPORTED_TEST (test_viewport);
 
-  ADD_TEST (test_euler, 0, 0);
   ADD_TEST (test_color_hsl, 0, 0);
 
   ADD_TEST (test_fence, TEST_REQUIREMENT_FENCE, 0);
diff --git a/cogl/tests/conform/test-declarations.h b/cogl/tests/conform/test-declarations.h
index 850d59f0f8..50052cd1e9 100644
--- a/cogl/tests/conform/test-declarations.h
+++ b/cogl/tests/conform/test-declarations.h
@@ -44,7 +44,6 @@ void test_pipeline_shader_state (void);
 void test_gles2_context (void);
 void test_gles2_context_fbo (void);
 void test_gles2_context_copy_tex_image (void);
-void test_euler (void);
 void test_color_hsl (void);
 void test_fence (void);
 void test_texture_no_allocate (void);


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