summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml03syntax.check
Commit message (Collapse)AuthorAgeFilesLines
* Prepare removal of scala-xml, scala-parser-combinatorsAdriaan Moors2013-08-271-27/+0
| | | | | | | | | Every test deleted here has found its way to the respective repositories of scala-xml and scala-parser-combinators, where they will continue to be tested with partest. The modified tests became independent of these modules, as they should've been from the start.
* SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some scalac output is on stderr, and it's useful to see that in the log file, especially for debugging. Adds a line filter for logs, specified as "filter: pattern" in the test source. Backslashes are made forward only when detected as paths. Test alignments: Deprecations which do not pertain to the system under test are corrected in the obvious way. When testing deprecated API, suppress warnings by deprecating the Test object. Check files are updated with useful true warnings, instead of running under -nowarn. Language feature imports as required, instead of running under -language. Language feature not required, such as casual use of postfix. Heed useful warning. Ignore broken warnings. (Rarely, -nowarn.) Inliner warnings pop up under -optimise only, so for now, just filter them out where they occur. Debug output from the test required an update.
* SI-1118 WIPAlex Cruise2012-03-151-2/+2
|
* Fixed equality and string representation of xml attributes with null valueSzabolcs Berecz2012-01-071-1/+1
| | | | | | | | | Prior to this patch <t a={ null: String }/> was not equal to <t/> and it's string representation was "<t ></t>" instead of "<t></t>" This includes changing MetaData.normalize() so that it doesn't reverse the chain. On the downside, the iterate function in MetaData.normalize() is not tail-recursive now.
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-191-0/+9
| | | | | | | | | | | | Removes SUnit (long deprecated!) from the standard library. the relatively small number of partest tests in Scala's suite that were still using SUnit now either just use regular asserts, or they print stuff that partest checks with a .check file. Also fixed some bad indentation, removed ancient useless-looking commented-out code, etc. Contributed by Seth Tisue (way to go seth) no review.
* Restored xml test cases to unminimized tagsPaul Phillips2009-05-151-2/+2
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-011-2/+2
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* added test for optional attributesmichelou2008-01-291-0/+3
|
* removed deprecated featuresmichelou2007-12-191-9/+0
|
* fixed test case + strict checking for atomBurak Emir2006-12-221-2/+1
|
* xml changesBurak Emir2006-09-071-0/+24