File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Clojure/Clojure.Tests/clojure/test_clojure Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 242242
243243)
244244
245- (compile-when (= dotnet-platform :framework )
246-
247245(deftest test-proxy-non-serializable
248246 (testing " That proxy classes refuse serialization and deserialization"
249247 ; ; Serializable listed directly in interface list:
267265 .readObject)))
268266 (println " WARNING: Missing serialized proxy for Java" java-version " in test/clojure/test_clojure/java_interop.clj" )))))
269267
270- ) ; ; compile-when
271-
272268(deftest test-bases
273269 (are [x] (nil? (bases x))
274270 System.Object ; ; no super classes/interfaces ;;; java.lang.Object
Original file line number Diff line number Diff line change 5656 (= (hash v) (hash rt))
5757 (= (.GetHashCode v) (.GetHashCode rt))))) ; ;; .hashCode .hashCode
5858
59- (compile-when (= :framework dotnet-version)
60-
6159(deftest sequable-serialization
6260 (are [val] (roundtrip val)
6361 ; lists and related
203201 (repeat 1 )
204202 (iterate identity nil )
205203 (cycle [1 ])))
206-
207-
208- ) ; ; compile-when
You can’t perform that action at this time.
0 commit comments