Created
September 2, 2017 21:34
-
-
Save sjrd/8ca2ee5335bd3143493ef0655fa8fa6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> pineJS/test:compile | |
[info] Updating {file:/C:/Users/Sepi/Documents/Projets/pine/}pineJS... | |
[info] Resolving org.eclipse.jetty#jetty-continuation;8.1.16.v20140903 ... | |
[info] Done updating. | |
[info] Compiling 29 Scala sources to C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\classes... | |
[warn] there was one deprecation warning (since DOM Level 2) | |
[warn] there was one deprecation warning (since HTML 4) | |
[warn] there was one deprecation warning (since HTML 4.01) | |
[warn] there were three deprecation warnings (since HTML 5) | |
[warn] there were 6 deprecation warnings in total; re-run with -deprecation for details | |
[warn] 5 warnings found | |
[info] Compiling 13 Scala sources to C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\test-classes... | |
[success] Total time: 15 s, completed 02-sept.-2017 23:33:04 | |
> pineJS/test:fastOptJS | |
[info] Fast optimizing C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\pine-test-fastopt.js | |
[success] Total time: 9 s, completed 02-sept.-2017 23:33:21 | |
> last | |
[debug] [naha] | |
[debug] [naha] Initial source changes: | |
[debug] [naha] removed:Set() | |
[debug] [naha] added: Set() | |
[debug] [naha] modified: Set() | |
[debug] [naha] Invalidated products: Set() | |
[debug] [naha] External API changes: API Changes: Set() | |
[debug] [naha] Modified binary dependencies: Set() | |
[debug] [naha] Initial directly invalidated sources: Set() | |
[debug] [naha] | |
[debug] [naha] Sources indirectly invalidated by: | |
[debug] [naha] product: Set() | |
[debug] [naha] binary dep: Set() | |
[debug] [naha] external source: Set() | |
[debug] All initially invalidated sources: Set() | |
[debug] Copy resource mappings: | |
[debug] | |
[debug] [naha] | |
[debug] [naha] Initial source changes: | |
[debug] [naha] removed:Set() | |
[debug] [naha] added: Set() | |
[debug] [naha] modified: Set() | |
[debug] [naha] Invalidated products: Set() | |
[debug] [naha] External API changes: API Changes: Set() | |
[debug] [naha] Modified binary dependencies: Set() | |
[debug] [naha] Initial directly invalidated sources: Set() | |
[debug] [naha] | |
[debug] [naha] Sources indirectly invalidated by: | |
[debug] [naha] product: Set() | |
[debug] [naha] binary dep: Set() | |
[debug] [naha] external source: Set() | |
[debug] All initially invalidated sources: Set() | |
[debug] Copy resource mappings: | |
[debug] | |
[info] Fast optimizing C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\pine-test-fastopt.js | |
[debug] Linker: Compute reachability: 436071 us | |
[debug] Linker: Assemble LinkedClasses: 558729 us | |
[debug] Basic Linking: 1008120 us | |
[debug] Inc. optimizer: Batch mode: true | |
[debug] Inc. optimizer: Incremental part: 197256 us | |
[debug] Inc. optimizer: Optimizing 14400 methods. | |
[debug] Inc. optimizer: Optimizer part: 2251221 us | |
[debug] Inc. optimizer: 2467557 us | |
[debug] Refiner: Compute reachability: 148203 us | |
[debug] Refiner: Assemble LinkedClasses: 20014 us | |
[debug] Refiner: 169994 us | |
[debug] Emitter: Class tree cache stats: reused: 1201 -- invalidated: 1199 | |
[debug] Emitter: Method tree cache stats: resued: 0 -- invalidated: 6988 | |
[debug] Emitter (write output): 1292214 us | |
[debug] Global IR cache stats: reused: 0 -- invalidated: 494 -- trees read: 1388 | |
[debug] Forcing garbage collection... | |
[success] Total time: 9 s, completed 02-sept.-2017 23:33:21 | |
[debug] > shell | |
> pineJS/test | |
[info] HtmlHelpersSpec: | |
[info] - Reader | |
[info] - Decode text | |
[info] - Decode text (2) | |
[info] - Decode text (3) | |
[info] - Decode text (4) | |
[info] - Decode text (5) | |
[info] TagRefSpec: | |
[info] - Get value of String attribute | |
[info] - Get value of Boolean attribute | |
[info] - Get value of Boolean attribute (2) | |
[info] - Set value of Boolean attribute | |
[info] - Set value of String attribute | |
[info] - Update value of String attribute | |
[info] - Update value of Boolean attribute | |
[info] - Use DSL to update CSS tag | |
[info] - Match by tag | |
[info] TextSpec: | |
[info] - Text node | |
[info] - Text node (2) | |
[info] - Text node (3) | |
[info] - Script node | |
[info] - List node | |
[info] - List node (2) | |
[info] - List node (3) | |
[info] - Div node | |
[info] - Div nodes | |
[info] - Heading nodes | |
[info] - Heading nodes (2) | |
[info] - Heading nodes (3) | |
[info] - Paragraph nodes | |
[info] - Line break node | |
[info] HtmlParserSpec: | |
[info] - Empty text node | |
[info] - Parse text | |
[info] - Parse text (2) | |
[info] - Parse attributes | |
[info] - Parse HTML node | |
[info] - Parse head node | |
[info] - Parse title node | |
[info] - Parse meta node | |
[info] - Parse link node | |
[info] - Parse body node | |
[info] - Parse text with entities | |
[info] - Parse text with entities (2) | |
[info] - Parse text with hex entities | |
[info] - Parse invalid entities | |
[info] - Parse simple tag | |
[info] - Parse tag | |
[info] - Parse HTML | |
[info] - Decode arguments | |
[info] - Parse node with boolean attribute | |
[info] - Parse node with custom data attribute | |
[info] - Ignore comments | |
[info] - Ignore comments (2) | |
[info] - Resolve node | |
[info] - Parse DOCTYPE | |
[info] - Parse script nodes | |
[info] - Cannot parse XML tags | |
[info] - Parse XML tags | |
[info] TagRefSpec: | |
[info] - Use DSL to set boolean attribute to true | |
[info] - Use DSL to set boolean attribute to false | |
[info] - Use DSL to set CSS tag | |
[info] - Use DSL to remove CSS tag | |
[info] - Match by tag | |
[info] - Replace node | |
[info] - Resolve child references | |
[info] - Invalid reference | |
[info] DOMSpec: | |
[info] - Obtain `options` from `select` node | |
[info] - Convert DOM node | |
[info] - Convert DOM node (2) | |
[info] - Convert DOM node with Boolean attribute | |
[info] - Replace first occurrence | |
[info] - Replace first occurrence with multiple children | |
[info] - Replace all occurrences | |
[info] - Find elements by class | |
[info] - Listen to `onfocus` on `input` node | |
[info] - Listen to `onclick` on `input` nodes | |
[info] - Listen to `onclick` on `button` node | |
[info] - Override event handler | |
[info] - Update `disabled` attribute of `input` node | |
[info] InlineHtmlSpec: | |
[info] - toHtml on immutable tree | |
[info] - Look up by ID | |
[info] - String attribute placeholder | |
[info] - String (type alias) attribute placeholder | |
[info] - Option[String] attribute placeholder | |
[info] - String placeholder | |
[info] - String (type alias) placeholder | |
[info] - Integer placeholder | |
[info] - Boolean placeholder | |
[info] - Node placeholder | |
[info] - List[Node] placeholders | |
[info] - Keep DOCTYPE | |
[info] - Escape strings | |
[info] - Escape attributes | |
[info] - Void element | |
[info] - XML parsing | |
[info] - Resolve node | |
[info] - Resolve node (2) | |
[info] - Getting value of Boolean attributes | |
[info] - Setting value of Boolean attributes | |
[info] DiffSpec: | |
[info] - Replace nodes | |
[info] - Render lists | |
[info] ExternalHtmlSpec: | |
[info] - Load immutable template | |
[info] - Load mutable template | |
[info] - Replacing nodes | |
[info] - Instantiate template | |
[info] - Bind list item from template | |
[info] NodeSpec: | |
[info] - Instantiate | |
[info] - byClass | |
[info] - as | |
[info] - map | |
[info] - map with multiple occurrences | |
[info] - Map first | |
[info] - Prepend | |
[info] - Append | |
[info] - Update by tag | |
[info] - Update by ID | |
[info] - Update first by tag | |
[info] - Update by tag with multiple matches | |
[info] - Remove first by tag | |
[info] - Remove by tag with multiple matches | |
[info] - flatMap | |
[info] - Find elements by class | |
[info] - Update `disabled` attribute of `input` node | |
[info] + Node.filter (forall): OK, passed 100 tests. | |
[info] + Node.toHtml: OK, passed 100 tests. | |
[info] + Node.toText: OK, passed 100 tests. | |
[info] + Node.filter (reference implementation): OK, passed 100 tests. | |
[info] ScalaCheck | |
[info] Passed: Total 4, Failed 0, Errors 0, Passed 4 | |
[info] ScalaTest | |
[info] Run completed in 6 seconds, 785 milliseconds. | |
[info] Total number of tests run: 121 | |
[info] Suites: completed 10, aborted 0 | |
[info] Tests: succeeded 121, failed 0, canceled 0, ignored 0, pending 0 | |
[info] All tests passed. | |
[info] Passed: Total 125, Failed 0, Errors 0, Passed 125 | |
[success] Total time: 14 s, completed 02-sept.-2017 23:33:42 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> pineJS/test:compile | |
[info] Updating {file:/C:/Users/Sepi/Documents/Projets/pine/}pineJS... | |
[info] Resolving org.eclipse.jetty#jetty-continuation;8.1.16.v20140903 ... | |
[info] Done updating. | |
[info] Compiling 29 Scala sources to C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\classes... | |
[warn] there was one deprecation warning (since DOM Level 2) | |
[warn] there was one deprecation warning (since HTML 4) | |
[warn] there was one deprecation warning (since HTML 4.01) | |
[warn] there were three deprecation warnings (since HTML 5) | |
[warn] there were 6 deprecation warnings in total; re-run with -deprecation for details | |
[warn] 5 warnings found | |
[info] Compiling 13 Scala sources to C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\test-classes... | |
[success] Total time: 15 s, completed 02-sept.-2017 23:27:37 | |
> pineJS/test:fastOptJS | |
[info] Fast optimizing C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\pine-test-fastopt.js | |
[success] Total time: 9 s, completed 02-sept.-2017 23:27:53 | |
> last | |
[debug] [naha] | |
[debug] [naha] Initial source changes: | |
[debug] [naha] removed:Set() | |
[debug] [naha] added: Set() | |
[debug] [naha] modified: Set() | |
[debug] [naha] Invalidated products: Set() | |
[debug] [naha] External API changes: API Changes: Set() | |
[debug] [naha] Modified binary dependencies: Set() | |
[debug] [naha] Initial directly invalidated sources: Set() | |
[debug] [naha] | |
[debug] [naha] Sources indirectly invalidated by: | |
[debug] [naha] product: Set() | |
[debug] [naha] binary dep: Set() | |
[debug] [naha] external source: Set() | |
[debug] All initially invalidated sources: Set() | |
[debug] Copy resource mappings: | |
[debug] | |
[debug] [naha] | |
[debug] [naha] Initial source changes: | |
[debug] [naha] removed:Set() | |
[debug] [naha] added: Set() | |
[debug] [naha] modified: Set() | |
[debug] [naha] Invalidated products: Set() | |
[debug] [naha] External API changes: API Changes: Set() | |
[debug] [naha] Modified binary dependencies: Set() | |
[debug] [naha] Initial directly invalidated sources: Set() | |
[debug] [naha] | |
[debug] [naha] Sources indirectly invalidated by: | |
[debug] [naha] product: Set() | |
[debug] [naha] binary dep: Set() | |
[debug] [naha] external source: Set() | |
[debug] All initially invalidated sources: Set() | |
[debug] Copy resource mappings: | |
[debug] | |
[info] Fast optimizing C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\pine-test-fastopt.js | |
[debug] Linker: Compute reachability: 553128 us | |
[debug] Linker: Assemble LinkedClasses: 495190 us | |
[debug] Basic Linking: 1075992 us | |
[debug] Inc. optimizer: Batch mode: true | |
[debug] Inc. optimizer: Incremental part: 222734 us | |
[debug] Inc. optimizer: Optimizing 15249 methods. | |
[debug] Inc. optimizer: Optimizer part: 2782226 us | |
[debug] Inc. optimizer: 3025957 us | |
[debug] Refiner: Compute reachability: 186423 us | |
[debug] Refiner: Assemble LinkedClasses: 23956 us | |
[debug] Refiner: 215233 us | |
[debug] Emitter: Class tree cache stats: reused: 1313 -- invalidated: 1309 | |
[debug] Emitter: Method tree cache stats: resued: 0 -- invalidated: 7431 | |
[debug] Emitter (write output): 1370822 us | |
[debug] Global IR cache stats: reused: 0 -- invalidated: 494 -- trees read: 1516 | |
[success] Total time: 9 s, completed 02-sept.-2017 23:27:53 | |
[debug] > shell | |
> pineJS/test | |
[info] HtmlHelpersSpec: | |
[info] - Reader | |
[info] - Decode text | |
[info] - Decode text (2) | |
[info] - Decode text (3) | |
[info] - Decode text (4) | |
[info] - Decode text (5) | |
[info] NodeSpec: | |
[info] - Instantiate | |
[info] - byClass | |
[info] - as | |
[info] - map | |
[info] - map with multiple occurrences | |
[info] - Map first | |
[info] - Prepend | |
[info] - Append | |
[info] - Update by tag | |
[info] - Update by ID | |
[info] - Update first by tag | |
[info] - Update by tag with multiple matches | |
[info] - Remove first by tag | |
[info] - Remove by tag with multiple matches | |
[info] - flatMap | |
[info] - Find elements by class | |
[info] - Update `disabled` attribute of `input` node | |
[info] ExternalHtmlSpec: | |
[info] - Load immutable template | |
[info] - Load mutable template | |
[info] - Replacing nodes | |
[info] - Instantiate template | |
[info] - Bind list item from template | |
[info] DiffSpec: | |
[info] - Replace nodes | |
[info] - Render lists | |
[info] DOMSpec: | |
[info] - Obtain `options` from `select` node | |
[info] - Convert DOM node | |
[info] - Convert DOM node (2) | |
[info] - Convert DOM node with Boolean attribute | |
[info] - Replace first occurrence | |
[info] - Replace first occurrence with multiple children | |
[info] - Replace all occurrences | |
[info] - Find elements by class | |
[info] - Listen to `onfocus` on `input` node | |
[info] - Listen to `onclick` on `input` nodes | |
[info] - Listen to `onclick` on `button` node | |
[info] - Override event handler | |
[info] - Update `disabled` attribute of `input` node | |
[info] TagRefSpec: | |
[info] - Get value of String attribute | |
[info] - Get value of Boolean attribute | |
[info] - Get value of Boolean attribute (2) | |
[info] - Set value of Boolean attribute | |
[info] - Set value of String attribute | |
[info] - Update value of String attribute | |
[info] - Update value of Boolean attribute | |
[info] - Use DSL to update CSS tag | |
[info] - Match by tag | |
[info] TextSpec: | |
[info] - Text node | |
[info] - Text node (2) | |
[info] - Text node (3) | |
[info] - Script node | |
[info] - List node | |
[info] - List node (2) | |
[info] - List node (3) | |
[info] - Div node | |
[info] - Div nodes | |
[info] - Heading nodes | |
[info] - Heading nodes (2) | |
[info] - Heading nodes (3) | |
[info] - Paragraph nodes | |
[info] - Line break node | |
[info] HtmlParserSpec: | |
[info] - Empty text node | |
[info] - Parse text | |
[info] - Parse text (2) | |
[info] - Parse attributes | |
[info] - Parse HTML node | |
[info] - Parse head node | |
[info] - Parse title node | |
[info] - Parse meta node | |
[info] - Parse link node | |
[info] - Parse body node | |
[info] - Parse text with entities | |
[info] - Parse text with entities (2) | |
[info] - Parse text with hex entities | |
[info] - Parse invalid entities | |
[info] - Parse simple tag | |
[info] - Parse tag | |
[info] - Parse HTML | |
[info] - Decode arguments | |
[info] - Parse node with boolean attribute | |
[info] - Parse node with custom data attribute | |
[info] - Ignore comments | |
[info] - Ignore comments (2) | |
[info] - Resolve node | |
[info] - Parse DOCTYPE | |
[info] - Parse script nodes | |
[info] - Cannot parse XML tags | |
[info] - Parse XML tags | |
[info] TagRefSpec: | |
[info] - Use DSL to set boolean attribute to true | |
[info] - Use DSL to set boolean attribute to false | |
[info] - Use DSL to set CSS tag | |
[info] - Use DSL to remove CSS tag | |
[info] - Match by tag | |
[info] - Replace node | |
[info] - Resolve child references | |
[info] - Invalid reference | |
[info] InlineHtmlSpec: | |
[info] - toHtml on immutable tree | |
[info] - Look up by ID | |
[info] - String attribute placeholder | |
[info] - String (type alias) attribute placeholder | |
[info] - Option[String] attribute placeholder | |
[info] - String placeholder | |
[info] - String (type alias) placeholder | |
[info] - Integer placeholder | |
[info] - Boolean placeholder | |
[info] - Node placeholder | |
[info] - List[Node] placeholders | |
[info] - Keep DOCTYPE | |
[info] - Escape strings | |
[info] - Escape attributes | |
[info] - Void element | |
[info] - XML parsing | |
[info] - Resolve node | |
[info] - Resolve node (2) | |
[info] - Getting value of Boolean attributes | |
[info] - Setting value of Boolean attributes | |
[info] + Node.toHtml: OK, passed 100 tests. | |
[info] + Node.toText: OK, passed 100 tests. | |
[info] + Node.filter (forall): OK, passed 100 tests. | |
[info] + Node.filter (reference implementation): OK, passed 100 tests. | |
[info] ScalaCheck | |
[info] Passed: Total 4, Failed 0, Errors 0, Passed 4 | |
[info] ScalaTest | |
[info] Run completed in 21 seconds, 374 milliseconds. | |
[info] Total number of tests run: 121 | |
[info] Suites: completed 10, aborted 0 | |
[info] Tests: succeeded 121, failed 0, canceled 0, ignored 0, pending 0 | |
[info] All tests passed. | |
[info] Passed: Total 125, Failed 0, Errors 0, Passed 125 | |
[success] Total time: 35 s, completed 02-sept.-2017 23:28:38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> pineJS/test:compile | |
[info] Updating {file:/C:/Users/Sepi/Documents/Projets/pine/}pineJS... | |
[info] Resolving org.eclipse.jetty#jetty-continuation;8.1.16.v20140903 ... | |
[info] Done updating. | |
[info] Compiling 29 Scala sources to C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\classes... | |
[warn] there was one deprecation warning (since DOM Level 2) | |
[warn] there was one deprecation warning (since HTML 4) | |
[warn] there was one deprecation warning (since HTML 4.01) | |
[warn] there were three deprecation warnings (since HTML 5) | |
[warn] there were 6 deprecation warnings in total; re-run with -deprecation for details | |
[warn] 5 warnings found | |
[info] Compiling 13 Scala sources to C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\test-classes... | |
[success] Total time: 18 s, completed 02-sept.-2017 23:22:29 | |
> pineJS/test:fastOptJS | |
[info] Fast optimizing C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\pine-test-fastopt.js | |
[success] Total time: 9 s, completed 02-sept.-2017 23:22:45 | |
> last | |
[debug] [naha] | |
[debug] [naha] Initial source changes: | |
[debug] [naha] removed:Set() | |
[debug] [naha] added: Set() | |
[debug] [naha] modified: Set() | |
[debug] [naha] Invalidated products: Set() | |
[debug] [naha] External API changes: API Changes: Set() | |
[debug] [naha] Modified binary dependencies: Set() | |
[debug] [naha] Initial directly invalidated sources: Set() | |
[debug] [naha] | |
[debug] [naha] Sources indirectly invalidated by: | |
[debug] [naha] product: Set() | |
[debug] [naha] binary dep: Set() | |
[debug] [naha] external source: Set() | |
[debug] All initially invalidated sources: Set() | |
[debug] Copy resource mappings: | |
[debug] | |
[debug] [naha] | |
[debug] [naha] Initial source changes: | |
[debug] [naha] removed:Set() | |
[debug] [naha] added: Set() | |
[debug] [naha] modified: Set() | |
[debug] [naha] Invalidated products: Set() | |
[debug] [naha] External API changes: API Changes: Set() | |
[debug] [naha] Modified binary dependencies: Set() | |
[debug] [naha] Initial directly invalidated sources: Set() | |
[debug] [naha] | |
[debug] [naha] Sources indirectly invalidated by: | |
[debug] [naha] product: Set() | |
[debug] [naha] binary dep: Set() | |
[debug] [naha] external source: Set() | |
[debug] All initially invalidated sources: Set() | |
[debug] Copy resource mappings: | |
[debug] | |
[info] Fast optimizing C:\Users\Sepi\Documents\Projets\pine\js\target\scala-2.12\pine-test-fastopt.js | |
[debug] Linker: Compute reachability: 635407 us | |
[debug] Linker: Assemble LinkedClasses: 656632 us | |
[debug] Basic Linking: 1310026 us | |
[debug] Inc. optimizer: Batch mode: true | |
[debug] Inc. optimizer: Incremental part: 280050 us | |
[debug] Inc. optimizer: Optimizing 14382 methods. | |
[debug] Inc. optimizer: Optimizer part: 2555352 us | |
[debug] Inc. optimizer: 2864483 us | |
[debug] Refiner: Compute reachability: 187713 us | |
[debug] Refiner: Assemble LinkedClasses: 28560 us | |
[debug] Refiner: 218503 us | |
[debug] Emitter: Class tree cache stats: reused: 1200 -- invalidated: 1197 | |
[debug] Emitter: Method tree cache stats: resued: 0 -- invalidated: 6979 | |
[debug] Emitter (write output): 1834650 us | |
[debug] Global IR cache stats: reused: 0 -- invalidated: 494 -- trees read: 1386 | |
[success] Total time: 9 s, completed 02-sept.-2017 23:22:45 | |
[debug] > shell | |
> pineJS/test | |
[info] TagRefSpec: | |
[info] - Get value of String attribute | |
[info] - Get value of Boolean attribute | |
[info] - Get value of Boolean attribute (2) | |
[info] - Set value of Boolean attribute | |
[info] - Set value of String attribute | |
[info] - Update value of String attribute | |
[info] - Update value of Boolean attribute | |
[info] - Use DSL to update CSS tag | |
[info] - Match by tag | |
[info] HtmlHelpersSpec: | |
[info] - Reader | |
[info] - Decode text | |
[info] - Decode text (2) | |
[info] - Decode text (3) | |
[info] - Decode text (4) | |
[info] - Decode text (5) | |
[info] ExternalHtmlSpec: | |
[info] - Load immutable template | |
[info] - Load mutable template | |
[info] - Replacing nodes | |
[info] - Instantiate template | |
[info] - Bind list item from template | |
[info] DiffSpec: | |
[info] - Replace nodes | |
[info] - Render lists | |
[info] TextSpec: | |
[info] - Text node | |
[info] - Text node (2) | |
[info] - Text node (3) | |
[info] - Script node | |
[info] - List node | |
[info] - List node (2) | |
[info] - List node (3) | |
[info] - Div node | |
[info] - Div nodes | |
[info] - Heading nodes | |
[info] - Heading nodes (2) | |
[info] - Heading nodes (3) | |
[info] - Paragraph nodes | |
[info] - Line break node | |
[info] InlineHtmlSpec: | |
[info] - toHtml on immutable tree | |
[info] - Look up by ID | |
[info] - String attribute placeholder | |
[info] - String (type alias) attribute placeholder | |
[info] - Option[String] attribute placeholder | |
[info] - String placeholder | |
[info] - String (type alias) placeholder | |
[info] - Integer placeholder | |
[info] - Boolean placeholder | |
[info] - Node placeholder | |
[info] - List[Node] placeholders | |
[info] - Keep DOCTYPE | |
[info] - Escape strings | |
[info] - Escape attributes | |
[info] - Void element | |
[info] - XML parsing | |
[info] - Resolve node | |
[info] - Resolve node (2) | |
[info] - Getting value of Boolean attributes | |
[info] - Setting value of Boolean attributes | |
[info] TagRefSpec: | |
[info] - Use DSL to set boolean attribute to true | |
[info] - Use DSL to set boolean attribute to false | |
[info] - Use DSL to set CSS tag | |
[info] - Use DSL to remove CSS tag | |
[info] - Match by tag | |
[info] - Replace node | |
[info] - Resolve child references | |
[info] - Invalid reference | |
[info] HtmlParserSpec: | |
[info] - Empty text node | |
[info] - Parse text | |
[info] - Parse text (2) | |
[info] - Parse attributes | |
[info] - Parse HTML node | |
[info] - Parse head node | |
[info] - Parse title node | |
[info] - Parse meta node | |
[info] - Parse link node | |
[info] - Parse body node | |
[info] - Parse text with entities | |
[info] - Parse text with entities (2) | |
[info] - Parse text with hex entities | |
[info] - Parse invalid entities | |
[info] - Parse simple tag | |
[info] - Parse tag | |
[info] - Parse HTML | |
[info] - Decode arguments | |
[info] - Parse node with boolean attribute | |
[info] - Parse node with custom data attribute | |
[info] - Ignore comments | |
[info] - Ignore comments (2) | |
[info] - Resolve node | |
[info] - Parse DOCTYPE | |
[info] - Parse script nodes | |
[info] - Cannot parse XML tags | |
[info] - Parse XML tags | |
[info] DOMSpec: | |
[info] - Obtain `options` from `select` node | |
[info] - Convert DOM node | |
[info] - Convert DOM node (2) | |
[info] - Convert DOM node with Boolean attribute | |
[info] - Replace first occurrence | |
[info] - Replace first occurrence with multiple children | |
[info] - Replace all occurrences | |
[info] - Find elements by class | |
[info] - Listen to `onfocus` on `input` node | |
[info] - Listen to `onclick` on `input` nodes | |
[info] - Listen to `onclick` on `button` node | |
[info] - Override event handler | |
[info] - Update `disabled` attribute of `input` node | |
[info] NodeSpec: | |
[info] - Instantiate | |
[info] - byClass | |
[info] - as | |
[info] - map | |
[info] - map with multiple occurrences | |
[info] - Map first | |
[info] - Prepend | |
[info] - Append | |
[info] - Update by tag | |
[info] - Update by ID | |
[info] - Update first by tag | |
[info] - Update by tag with multiple matches | |
[info] - Remove first by tag | |
[info] - Remove by tag with multiple matches | |
[info] - flatMap | |
[info] - Find elements by class | |
[info] - Update `disabled` attribute of `input` node | |
[info] + Node.toHtml: OK, passed 100 tests. | |
[info] + Node.filter (reference implementation): OK, passed 100 tests. | |
[info] + Node.toText: OK, passed 100 tests. | |
[info] + Node.filter (forall): OK, passed 100 tests. | |
[info] ScalaCheck | |
[info] Passed: Total 4, Failed 0, Errors 0, Passed 4 | |
[info] ScalaTest | |
[info] Run completed in 8 seconds, 464 milliseconds. | |
[info] Total number of tests run: 121 | |
[info] Suites: completed 10, aborted 0 | |
[info] Tests: succeeded 121, failed 0, canceled 0, ignored 0, pending 0 | |
[info] All tests passed. | |
[info] Passed: Total 125, Failed 0, Errors 0, Passed 125 | |
[success] Total time: 18 s, completed 02-sept.-2017 23:24:24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment