[Crosstoolchain-logs] [device-tree-compiler] 12/58: tests: Remove "suppression of fixups" tests

Vagrant Cascadian vagrant at moszumanska.debian.org
Mon Sep 25 16:23:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

vagrant pushed a commit to branch debian/master
in repository device-tree-compiler.

commit 66381538ce24d7ca275edaf00303e09b653b3a4b
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Fri Dec 9 16:05:03 2016 +1100

    tests: Remove "suppression of fixups" tests
    
    I think these were for an additional command line option which got dropped
    during development.  At this point all they're testing is that fixups don't
    get generated for a non /plugin/ tree, which is already tested with one of
    the simpler cases previously.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 tests/overlay_base_fixups.dts | 22 ----------------------
 tests/run_tests.sh            |  6 ------
 2 files changed, 28 deletions(-)

diff --git a/tests/overlay_base_fixups.dts b/tests/overlay_base_fixups.dts
deleted file mode 100644
index 815a054..0000000
--- a/tests/overlay_base_fixups.dts
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2016 Konsulko Inc.
- *
- * SPDX-License-Identifier:	GPL-2.0+
- */
-
-/dts-v1/;
-
-/ {
-	test: test-node {
-		test-int-property = <42>;
-		test-str-property = "foo";
-
-		subtest: sub-test-node {
-			sub-test-property;
-		};
-	};
-
-	ref {
-		local-ref = <&test &subtest>;
-	};
-};
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 660e842..0af3995 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -231,12 +231,6 @@ dtc_overlay_tests () {
     run_test check_path overlay_overlay_with_symbols_auto.test.dtb exists "/__fixups__"
     run_test check_path overlay_overlay_with_symbols_auto.test.dtb exists "/__local_fixups__"
 
-    # Test suppression of fixups
-    run_dtc_test -@ -I dts -O dtb -o overlay_base_with_symbols_no_fixups.test.dtb overlay_base_fixups.dts
-    run_test check_path overlay_base_with_symbols_no_fixups.test.dtb exists "/__symbols__"
-    run_test check_path overlay_base_with_symbols_no_fixups.test.dtb not-exists "/__fixups__"
-    run_test check_path overlay_base_with_symbols_no_fixups.test.dtb not-exists "/__local_fixups__"
-
     # Test generation of aliases insted of symbols
     run_dtc_test -A -I dts -O dtb -o overlay_base_with_aliases.dtb overlay_base.dts
     run_test check_path overlay_base_with_aliases.dtb exists "/aliases"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list