[Crosstoolchain-logs] [device-tree-compiler] 340/357: Remove obsolete references_dts0 test

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:06:30 UTC 2016


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

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit 49c2da308534a4bffb67d53b5a7f8e5f05c305b9
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Wed Feb 24 01:23:37 2010 +1100

    Remove obsolete references_dts0 test
    
    The only purpose of the dtc_references_dts0 testcase was to check
    handling of references in the old dts v0 syntax.  Since we no longer
    support the old syntax, and the references_dts0.dts has been converted
    to the new format, it's entirely redundant.  This patch removes it.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 tests/references_dts0.dts | 26 --------------------------
 tests/run_tests.sh        |  3 ---
 2 files changed, 29 deletions(-)

diff --git a/tests/references_dts0.dts b/tests/references_dts0.dts
deleted file mode 100644
index d34dbb2..0000000
--- a/tests/references_dts0.dts
+++ /dev/null
@@ -1,26 +0,0 @@
-/dts-v1/;
-
-/ {
-	/* Explicit phandles */
-	n1: node1 {
-		linux,phandle = <0x2000>;
-		ref = <&{/node2}>; /* reference precedes target */
-		lref = <&n2>;
-	};
-	n2: node2 {
-		linux,phandle = <0x1>;
-		ref = <&{/node1}>; /* reference after target */
-		lref = <&n1>;
-	};
-
-	/* Implicit phandles */
-	n3: node3 {
-		ref = <&{/node4}>;
-		lref = <&n4>;
-	};
-	n4: node4 {
-	};
-	n5: node5 {
-		linux,phandle = <&n5>;
-	};
-};
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index eb46819..a7c58b3 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -212,9 +212,6 @@ dtc_tests () {
     run_dtc_test -I dts -O dtb -o dtc_references.test.dtb references.dts
     run_test references dtc_references.test.dtb
 
-    run_dtc_test -I dts -O dtb -o dtc_references_dts0.test.dtb references_dts0.dts
-    run_test references dtc_references_dts0.test.dtb
-
     run_dtc_test -I dts -O dtb -o dtc_path-references.test.dtb path-references.dts
     run_test path-references dtc_path-references.test.dtb
 

-- 
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