Created
February 23, 2017 09:45
-
-
Save gdams/07dd5148ab801ba447da1183b9f95a2a 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
Error Message | |
module test suite failed | |
Stacktrace | |
The canary is dead: | |
Standard Output | |
> [email protected] test C:\Users\jenkins\workspace\SVT-V6-COMMUNITY-CITGM\ARCH\x64\GCC\gcc48\OS\win7\TAG\svt\tmp\81d237a4-04d1-4e78-9cd9-d0f987887662\node-sass | |
> mocha test/{*,**/**}.js | |
api | |
.render(options, callback) | |
√ should compile sass to css with file | |
√ should compile sass to css with outFile set to absolute url | |
√ should compile sass to css with outFile set to relative url | |
√ should compile sass to css with outFile and sourceMap set to relative url | |
√ should compile generate map with sourceMapRoot pass-through option | |
√ should compile sass to css with data | |
√ should compile sass to css using indented syntax | |
√ should NOT compile empty data string | |
√ should NOT compile without any input | |
√ should returnn error status 1 for bad input | |
√ should compile with include paths | |
√ should add cwd to the front on include paths | |
√ should check SASS_PATH in the specified order | |
√ should prefer include path over SASS_PATH | |
√ should render with precision option | |
√ should contain all included files in stats when data is passed | |
√ should render with indentWidth and indentType options | |
√ should render with linefeed option | |
.render(importer) | |
√ should respect the order of chained imports when using custom importers and one file is custom imported and the other is not. | |
/Users/me/sass/lib/a.scss | |
√ should still call the next importer with the resolved prev path when the previous importer returned both a file and contents property - issue #1219 | |
√ should override imports with "data" as input and fires callback with file and contents | |
√ should should resolve imports depth first | |
√ should override imports with "file" as input and fires callback with file and contents | |
√ should override imports with "data" as input and returns file and contents | |
√ should override imports with "file" as input and returns file and contents | |
√ should override imports with "data" as input and fires callback with file | |
√ should override imports with "file" as input and fires callback with file | |
√ should override imports with "data" as input and returns file | |
√ should override imports with "file" as input and returns file | |
√ should fallback to default import behaviour if importer returns sass.NULL | |
√ should fallback to default import behaviour if importer returns null for backwards compatibility | |
√ should fallback to default import behaviour if importer returns undefined for backwards compatibility | |
√ should fallback to default import behaviour if importer returns false for backwards compatibility | |
√ should override imports with "data" as input and fires callback with contents | |
√ should override imports with "file" as input and fires callback with contents | |
√ should override imports with "data" as input and returns contents | |
√ should override imports with "file" as input and returns contents | |
√ should accept arrays of importers and return respect the order | |
√ should be able to see its options in this.options | |
√ should be able to access a persistent options object | |
√ should wrap importer options | |
√ should reflect user-defined error when returned as callback | |
√ should reflect user-defined error with return | |
√ should throw exception when importer returns an invalid value | |
.render(functions) | |
√ should call custom defined nullary function | |
√ should call custom function with multiple args | |
√ should work with custom functions that return data asynchronously (110ms) | |
√ should let custom functions call setter methods on wrapped sass values (number) (46ms) | |
√ should properly convert strings when calling custom functions | |
√ should let custom functions call setter methods on wrapped sass values (string) | |
√ should properly convert colors when calling custom functions (94ms) | |
√ should properly convert boolean when calling custom functions | |
√ should let custom functions call setter methods on wrapped sass values (boolean) | |
√ should properly convert lists when calling custom functions | |
√ should properly convert maps when calling custom functions (219ms) | |
√ should properly convert null when calling custom functions | |
√ should be possible to carry sass values across different renders | |
√ should let us register custom functions without signatures | |
√ should fail when returning anything other than a sass value from a custom function | |
√ should properly bubble up standard JS errors thrown by custom functions | |
√ should properly bubble up unknown errors thrown by custom functions | |
√ should call custom functions with correct context | |
√ should properly bubble up errors from sass value constructors | |
√ should properly bubble up errors from sass value setters | |
√ should fail when trying to set a bare number as the List item | |
√ should fail when trying to set a bare Object as the List item | |
√ should fail when trying to set a bare Object as the Map key | |
√ should fail when trying to set a bare Object as the Map value | |
√ should always map null, true and false to the same (immutable) object | |
should properly bubble up errors from sass color constructor | |
√ four booleans | |
√ two arguments | |
√ single string argument | |
.render({stats: {}}) | |
√ should provide a start timestamp | |
√ should provide an end timestamp | |
√ should provide a duration | |
√ should contain the given entry file | |
√ should contain an array of all included files | |
√ should contain array with the entry if there are no import statements | |
√ should state `data` as entry file | |
√ should contain an empty array as includedFiles | |
.renderSync(options) | |
√ should compile sass to css with file | |
√ should compile sass to css with outFile set to absolute url | |
√ should compile sass to css with outFile set to relative url | |
√ should compile sass to css with outFile and sourceMap set to relative url | |
√ should compile generate map with sourceMapRoot pass-through option | |
√ should compile sass to css with data | |
√ should compile sass to css using indented syntax | |
√ should NOT compile empty data string | |
√ should NOT compile without any input | |
√ should throw error for bad input | |
√ should compile with include paths | |
√ should add cwd to the front on include paths | |
√ should check SASS_PATH in the specified order | |
√ should prefer include path over SASS_PATH | |
√ should render with precision option | |
√ should contain all included files in stats when data is passed | |
√ should render with indentWidth and indentType options | |
√ should render with linefeed option | |
.renderSync(importer) | |
√ should override imports with "data" as input and returns file and contents | |
√ should override imports with "file" as input and returns file and contents | |
√ should override imports with "data" as input and returns file | |
√ should override imports with "file" as input and returns file | |
√ should override imports with "data" as input and returns contents | |
√ should override imports with "file" as input and returns contents | |
√ should fallback to default import behaviour if importer returns sass.NULL | |
√ should fallback to default import behaviour if importer returns null for backwards compatibility | |
√ should fallback to default import behaviour if importer returns undefined for backwards compatibility | |
√ should fallback to default import behaviour if importer returns false for backwards compatibility | |
√ should accept arrays of importers and return respect the order | |
√ should be able to see its options in this.options | |
√ should throw user-defined error | |
√ should throw exception when importer returns an invalid value | |
.renderSync(functions) | |
√ should call custom function in sync mode | |
√ should return a list of selectors after calling the headings custom function | |
√ should let custom function invoke sass types constructors without the `new` keyword | |
√ should let us register custom functions without signatures | |
√ should fail when returning anything other than a sass value from a custom function | |
√ should properly bubble up standard JS errors thrown by custom functions | |
√ should properly bubble up unknown errors thrown by custom functions | |
√ should properly bubble up errors from sass value getters/setters/constructors | |
√ should call custom functions with correct context | |
.renderSync({stats: {}}) | |
√ should provide a start timestamp | |
√ should provide an end timestamp | |
√ should provide a duration | |
√ should contain the given entry file | |
√ should contain an array of all included files | |
√ should contain array with the entry if there are no import statements | |
√ should state `data` as entry file | |
√ should contain an empty array as includedFiles | |
.info | |
√ should return a correct version info | |
binding | |
missing error | |
√ should be useful | |
√ should list currently installed bindings | |
on unsupported environment | |
with an unsupported architecture | |
√ should error | |
√ should inform the user the architecture is unsupported | |
with an unsupported platform | |
√ should error | |
√ should inform the user the platform is unsupported | |
with an unsupported runtime | |
√ should error | |
√ should inform the user the runtime is unsupported | |
cli | |
node-sass < in.scss | |
√ should read data from stdin (843ms) | |
√ should compile sass using the --indented-syntax option (1622ms) | |
√ should compile with the --quiet option (1404ms) | |
√ should compile with the --output-style option (515ms) | |
√ should compile with the --source-comments option (530ms) | |
√ should render with indentWidth and indentType options (500ms) | |
√ should render with linefeed option (561ms) | |
node-sass in.scss | |
√ should compile a scss file (484ms) | |
√ should compile a scss file to custom destination (468ms) | |
√ should compile with the --include-path option (468ms) | |
√ should compile silently using the --quiet option (468ms) | |
√ should still report errors with the --quiet option (437ms) | |
√ should not exit with the --watch option (124ms) | |
- should emit `warn` on file change when using --watch option | |
- should emit nothing on file change when using --watch and --quiet options | |
- should render all watched files | |
- should watch the full scss dep tree for a single file (scss) | |
- should watch the full sass dep tree for a single file (sass) | |
node-sass --output directory | |
- should watch whole directory | |
- should compile all changed files in watched directory | |
node-sass in.scss --output out.css | |
√ should compile a scss file to build.css (437ms) | |
√ should compile with the --source-map option (468ms) | |
√ should omit sourceMappingURL if --omit-source-map-url flag is used (484ms) | |
√ should compile with the --source-root option (468ms) | |
√ should compile with the --source-map-embed option and no outfile (452ms) | |
node-sass sass/ --output css/ | |
√ should create the output directory (531ms) | |
√ should compile all files in the folder (499ms) | |
√ should compile with --source-map set to directory (515ms) | |
√ should skip files with an underscore (499ms) | |
√ should ignore nested files if --recursive false (515ms) | |
√ should error if no output directory is provided (468ms) | |
√ should error if output directory is not a directory (468ms) | |
1) should not error if output directory is a symlink | |
node-sass in.scss --output path/to/file/out.css | |
√ should create the output directory (468ms) | |
node-sass --follow --output output-dir input-dir | |
2) should compile with the --follow option | |
importer | |
√ should override imports and fire callback with file and contents (499ms) | |
√ should override imports and fire callback with file (468ms) | |
√ should override imports and fire callback with data (468ms) | |
√ should override imports and return file and contents (499ms) | |
√ should override imports and return file (453ms) | |
√ should override imports and return data (436ms) | |
√ should accept arrays of importers and return respect the order (452ms) | |
√ should return error for invalid importer file path (422ms) | |
√ should reflect user-defined Error (452ms) | |
functions | |
√ should let custom functions call setter methods on wrapped sass values (number) (468ms) | |
√ should properly convert strings when calling custom functions (452ms) | |
util | |
downloadoptions | |
without a proxy | |
√ should look as we expect | |
with an npm config proxy | |
√ should look as we expect | |
with an env proxy proxy | |
√ should look as we expect | |
binary errors | |
for an unsupported environment | |
√ identifies the current environment | |
√ links to supported environment documentation | |
for an missing binary | |
√ identifies the current environment | |
√ documents the expected binary location | |
lowlevel | |
√ fail with options not an object | |
√ data context with options.data not provided | |
√ data context with both options.data and options.file not provided | |
√ file context with both options.data and options.file not provided | |
√ file context with options.file not provided, options.data given | |
√ fail with options.result not provided | |
√ fail with options.result not an object | |
√ fail with options.result.stats not provided | |
√ fail with options.result.stats not an object | |
√ options.indentWidth not provided | |
√ empty data string | |
√ empty file string | |
runtime parameters | |
configuration precedence should be respected | |
SASS_BINARY_NAME | |
√ command line argument | |
√ environment variable | |
√ npm config variable | |
√ package.json | |
SASS_BINARY_SITE | |
√ command line argument | |
√ environment variable | |
√ npm config variable | |
√ package.json | |
SASS_BINARY_PATH | |
√ command line argument | |
√ environment variable | |
√ npm config variable | |
√ package.json | |
Sass Binary Cache | |
- npm config variable | |
- With no value, falls back to NPM cache | |
proxy | |
without an npm proxy config | |
√ should return an empty string | |
√ should ignore system proxy environment variables | |
with an npm proxy config | |
https_proxy | |
√ should have the highest precedence | |
proxy | |
√ should have the higher precedence than https_proxy | |
√ should have the lower precedence than http_proxy | |
http_proxy | |
√ should have the lowest precedence | |
sass-spec | |
spec | |
√ media_import | |
- types-4.0 | |
- types | |
basic | |
√ 00_empty | |
√ 01_simple_css | |
√ 02_simple_nesting | |
√ 03_simple_variable | |
√ 04_basic_variables | |
√ 05_empty_levels | |
√ 06_nesting_and_comments | |
√ 07_nested_simple_selector_groups | |
√ 08_selector_combinators | |
√ 09_selector_groups_and_combinators | |
√ 10_classes_and_ids | |
√ 11_attribute_selectors | |
√ 13_back_references | |
√ 14_imports | |
√ 15_arithmetic_and_lists | |
√ 16_hex_arithmetic | |
√ 17_basic_mixins | |
√ 18_mixin_scope | |
√ 19_full_mixin_craziness | |
√ 20_scoped_variables | |
√ 21_one_builtin_function | |
√ 22_colors_with_alpha | |
- 23_basic_value_interpolation-4.0 | |
- 23_basic_value_interpolation | |
√ 24_namespace_properties | |
√ 25_basic_string_interpolation | |
√ 26_selector_interpolation | |
√ 27_media_queries | |
√ 28_url | |
√ 29_if | |
√ 30_if_in_function | |
√ 31_if_in_mixin | |
√ 32_percentages | |
√ 33_ambiguous_imports | |
√ 35_varargs_false | |
√ 36_extra_commas_in_selectors | |
√ 37_url_expressions | |
√ 38_expressions_in_at_directives | |
√ 39_dash_match_attribute_selector | |
√ 40_pseudo_class_identifier_starting_with_n | |
√ 41_slashy_urls | |
√ 42_css_imports | |
√ 43_str_length | |
√ 44_bem_selectors | |
√ 45_str_insert | |
√ 46_str_index | |
√ 48_case_conversion | |
√ 49_interpolants_in_css_imports | |
√ 50_wrapped_pseudo_selectors | |
√ 51_trailing_commas_in_list | |
√ 52_interchangeable_hyphens_underscores | |
√ 53_escaped_quotes | |
√ 54_adjacent_identifiers_with_hyphens | |
√ 55_variable_exists | |
√ 56_global_variable_exists | |
√ 57_function_exists | |
√ 58_mixin_exists | |
√ 59_if_expression | |
- 60_call-3.5 | |
- 60_call | |
colors | |
√ adjust-color | |
√ adjust-hue | |
- basic-4.0 | |
√ basic | |
√ change-color | |
√ complement | |
√ desaturate | |
√ fade-in | |
√ fade-out | |
√ saturate | |
√ saturation | |
√ scale-color | |
css | |
√ bizarrely_formatted_comments | |
√ blockless_directive_without_semicolon | |
√ closing_line_comment_end_with_compact_output | |
√ directive_with_lots_of_whitespace | |
√ empty_block_directive | |
√ ms_long_filter_syntax | |
√ multiple_comments | |
- unknown_directive | |
unicode_range | |
- question_mark | |
√ range | |
√ simple | |
error | |
- ident_minus_space_ident | |
- minus_ident_minus | |
- minus_number_minus_ident | |
√ no_digits | |
- nothing_after_minus | |
√ question_mark_after_minus | |
- too_many_decimal_digits_after_minus | |
- too_many_decimal_digits | |
- too_many_hex_digits_after_minus | |
- too_many_hex_digits | |
√ too_many_question_marks | |
errors | |
√ fn-adjust-color-1 | |
- fn-adjust-color-2 | |
√ fn-change-color-1 | |
- fn-change-color-2 | |
√ fn-random-1 | |
√ fn-random-2 | |
- fn-saturate-out-of-range | |
- fn-scale-color-1 | |
- fn-scale-color-2 | |
√ for-incompatible-units-fn | |
- for-incompatible-units | |
extend | |
placeholder | |
√ missing | |
√ optional | |
√ simple | |
selector | |
√ missing | |
√ optional | |
√ simple | |
fn-debug | |
√ property | |
√ ruleset | |
√ simple | |
fn-error | |
√ property | |
√ ruleset | |
√ simple | |
fn-varargs | |
- at-start | |
- multiple | |
- with-default | |
√ with-optional | |
fn-warn | |
√ property | |
√ ruleset | |
√ simple | |
import | |
file | |
√ control-else | |
√ control-if | |
√ simple | |
loop | |
√ each | |
√ for | |
√ while | |
mixin | |
control-else | |
√ inside | |
√ outside | |
control-if | |
√ inside | |
√ outside | |
simple | |
√ inside | |
√ outside | |
miss | |
√ control-else | |
√ control-if | |
√ simple | |
loop | |
√ each | |
√ for | |
√ while | |
mixin | |
control-else | |
√ inside | |
√ outside | |
control-if | |
√ inside | |
√ outside | |
simple | |
√ inside | |
√ outside | |
url | |
√ control-else | |
√ control-if | |
√ simple | |
loop | |
√ each | |
√ for | |
√ while | |
mixin | |
control-else | |
√ outside | |
control-if | |
√ outside | |
simple | |
√ inside | |
√ outside | |
invalid-operation | |
√ gt | |
√ gte | |
√ lt | |
√ lte | |
√ mod | |
- plus | |
- sub | |
- times | |
invalid-parent | |
√ function-in-each | |
√ function-in-for | |
√ function-in-function | |
√ function-in-if | |
√ function-in-mixin | |
√ function-in-while | |
√ mixin-in-each | |
√ mixin-in-for | |
√ mixin-in-function | |
√ mixin-in-if | |
√ mixin-in-mixin | |
√ mixin-in-while | |
√ return-in-mixin | |
√ return-in-root | |
√ return-in-ruleset | |
loop-for | |
numeric | |
√ lower_eval | |
√ lower_expand | |
√ upper_eval | |
√ upper_expand | |
unicode | |
report | |
√ after | |
√ before | |
extend-tests | |
√ 001_test_basic | |
√ 002_test_basic | |
√ 003_test_basic | |
√ 004_test_basic | |
√ 005_test_multiple_targets | |
√ 006_test_multiple_extendees | |
√ 007_test_multiple_extends_with_single_extender_and_single_target | |
√ 008_test_multiple_extends_with_single_extender_and_single_target | |
√ 009_test_multiple_extends_with_multiple_extenders_and_single_target | |
√ 010_test_multiple_extends_with_multiple_extenders_and_single_target | |
√ 011_test_chained_extends | |
√ 012_test_dynamic_extendee | |
√ 013_test_dynamic_extendee | |
√ 014_test_nested_target | |
√ 015_test_target_with_child | |
√ 016_test_class_unification | |
√ 017_test_class_unification | |
√ 018_test_id_unification | |
√ 019_test_id_unification | |
√ 020_test_universal_unification_with_simple_target | |
√ 021_test_universal_unification_with_simple_target | |
√ 022_test_universal_unification_with_simple_target | |
√ 023_test_universal_unification_with_simple_target | |
√ 024_test_universal_unification_with_simple_target | |
√ 025_test_universal_unification_with_namespaceless_universal_target | |
√ 026_test_universal_unification_with_namespaceless_universal_target | |
√ 027_test_universal_unification_with_namespaceless_universal_target | |
√ 028_test_universal_unification_with_namespaceless_universal_target | |
√ 029_test_universal_unification_with_namespaceless_universal_target | |
√ 030_test_universal_unification_with_namespaceless_universal_target | |
√ 031_test_universal_unification_with_namespaced_universal_target | |
√ 032_test_universal_unification_with_namespaced_universal_target | |
√ 033_test_universal_unification_with_namespaced_universal_target | |
√ 034_test_universal_unification_with_namespaceless_element_target | |
√ 035_test_universal_unification_with_namespaceless_element_target | |
√ 036_test_universal_unification_with_namespaceless_element_target | |
√ 037_test_universal_unification_with_namespaceless_element_target | |
√ 038_test_universal_unification_with_namespaceless_element_target | |
√ 039_test_universal_unification_with_namespaceless_element_target | |
√ 040_test_universal_unification_with_namespaced_element_target | |
√ 041_test_universal_unification_with_namespaced_element_target | |
√ 042_test_universal_unification_with_namespaced_element_target | |
√ 043_test_element_unification_with_simple_target | |
√ 044_test_element_unification_with_simple_target | |
√ 045_test_element_unification_with_simple_target | |
√ 046_test_element_unification_with_simple_target | |
√ 047_test_element_unification_with_namespaceless_universal_target | |
√ 048_test_element_unification_with_namespaceless_universal_target | |
√ 049_test_element_unification_with_namespaceless_universal_target | |
√ 050_test_element_unification_with_namespaceless_universal_target | |
√ 051_test_element_unification_with_namespaceless_universal_target | |
√ 052_test_element_unification_with_namespaceless_universal_target | |
√ 053_test_element_unification_with_namespaced_universal_target | |
√ 054_test_element_unification_with_namespaced_universal_target | |
√ 055_test_element_unification_with_namespaced_universal_target | |
√ 056_test_element_unification_with_namespaceless_element_target | |
√ 057_test_element_unification_with_namespaceless_element_target | |
√ 058_test_element_unification_with_namespaceless_element_target | |
√ 059_test_element_unification_with_namespaceless_element_target | |
√ 060_test_element_unification_with_namespaceless_element_target | |
√ 061_test_element_unification_with_namespaceless_element_target | |
√ 062_test_element_unification_with_namespaced_element_target | |
√ 063_test_element_unification_with_namespaced_element_target | |
√ 064_test_element_unification_with_namespaced_element_target | |
√ 065_test_attribute_unification | |
√ 066_test_attribute_unification | |
√ 067_test_attribute_unification | |
√ 068_test_attribute_unification | |
√ 069_test_attribute_unification | |
√ 070_test_pseudo_unification | |
√ 071_test_pseudo_unification | |
√ 072_test_pseudo_unification | |
√ 073_test_pseudo_unification | |
√ 074_test_pseudo_unification | |
√ 075_test_pseudo_unification | |
√ 076_test_pseudo_unification | |
√ 077_test_pseudo_unification | |
√ 078_test_pseudoelement_remains_at_end_of_selector | |
√ 079_test_pseudoelement_remains_at_end_of_selector | |
√ 080_test_pseudoclass_remains_at_end_of_selector | |
√ 081_test_pseudoclass_remains_at_end_of_selector | |
√ 082_test_not_remains_at_end_of_selector | |
√ 083_test_pseudoelement_goes_lefter_than_pseudoclass | |
√ 084_test_pseudoelement_goes_lefter_than_pseudoclass | |
√ 085_test_pseudoelement_goes_lefter_than_not | |
√ 086_test_pseudoelement_goes_lefter_than_not | |
√ 086.1_test_pseudoelement_goes_lefter_than_not | |
√ 087_test_negation_unification | |
√ 088_test_negation_unification | |
√ 089_test_negation_unification | |
√ 090_test_comma_extendee | |
√ 091_test_redundant_selector_elimination | |
√ 092_test_long_extendee | |
√ 093_test_long_extendee_matches_supersets | |
√ 094_test_long_extendee_runs_unification | |
√ 095_test_long_extender | |
√ 096_test_long_extender_runs_unification | |
√ 097_test_nested_extender | |
√ 098_test_nested_extender_runs_unification | |
√ 099_test_nested_extender_alternates_parents | |
√ 100_test_nested_extender_unifies_identical_parents | |
√ 101_test_nested_extender_unifies_common_substring | |
√ 102_test_nested_extender_unifies_common_subseq | |
√ 103_test_nested_extender_chooses_first_subseq | |
√ 105_test_nested_extender_counts_extended_superselectors | |
√ 106_test_nested_extender_with_child_selector | |
√ 107_test_nested_extender_finds_common_selectors_around_child_selector | |
√ 108_test_nested_extender_finds_common_selectors_around_child_selector | |
√ 109_test_nested_extender_finds_common_selectors_around_adjacent_sibling | |
√ 110_test_nested_extender_finds_common_selectors_around_adjacent_sibling | |
√ 111_test_nested_extender_finds_common_selectors_around_adjacent_sibling | |
√ 112_test_nested_extender_finds_common_selectors_around_sibling_selector | |
√ 113_test_nested_extender_finds_common_selectors_around_sibling_selector | |
√ 114_test_nested_extender_finds_common_selectors_around_sibling_selector | |
3) 115_test_nested_extender_finds_common_selectors_around_reference_selector | |
4) 116_test_nested_extender_finds_common_selectors_around_reference_selector | |
5) 117_test_nested_extender_finds_common_selectors_around_reference_selector | |
√ 118_test_nested_extender_with_early_child_selectors_doesnt_subseq_them | |
√ 119_test_nested_extender_with_early_child_selectors_doesnt_subseq_them | |
√ 120_test_nested_extender_with_child_selector_unifies | |
√ 121_test_nested_extender_with_child_selector_unifies | |
√ 122_test_nested_extender_with_child_selector_unifies | |
√ 123_test_nested_extender_with_early_child_selector | |
√ 124_test_nested_extender_with_early_child_selector | |
√ 125_test_nested_extender_with_early_child_selector | |
√ 126_test_nested_extender_with_early_child_selector | |
√ 127_test_nested_extender_with_early_child_selector | |
√ 128_test_nested_extender_with_sibling_selector | |
√ 129_test_nested_extender_with_hacky_selector | |
√ 130_test_nested_extender_with_hacky_selector | |
√ 131_test_nested_extender_merges_with_same_selector | |
√ 132_test_nested_extender_with_child_selector_merges_with_same_selector | |
√ 133_test_combinator_unification_for_hacky_combinators | |
√ 134_test_combinator_unification_for_hacky_combinators | |
√ 135_test_combinator_unification_for_hacky_combinators | |
√ 136_test_combinator_unification_for_hacky_combinators | |
√ 137_test_combinator_unification_for_hacky_combinators | |
√ 138_test_combinator_unification_for_hacky_combinators | |
√ 139_test_combinator_unification_for_hacky_combinators | |
√ 140_test_combinator_unification_double_tilde | |
√ 141_test_combinator_unification_double_tilde | |
√ 142_test_combinator_unification_double_tilde | |
√ 143_test_combinator_unification_double_tilde | |
√ 144_test_combinator_unification_tilde_plus | |
√ 145_test_combinator_unification_tilde_plus | |
√ 146_test_combinator_unification_tilde_plus | |
√ 147_test_combinator_unification_tilde_plus | |
√ 148_test_combinator_unification_tilde_plus | |
√ 149_test_combinator_unification_tilde_plus | |
√ 150_test_combinator_unification_tilde_plus | |
√ 151_test_combinator_unification_tilde_plus | |
√ 152_test_combinator_unification_angle_sibling | |
√ 153_test_combinator_unification_angle_sibling | |
√ 154_test_combinator_unification_angle_sibling | |
√ 155_test_combinator_unification_angle_sibling | |
√ 156_test_combinator_unification_double_angle | |
√ 157_test_combinator_unification_double_angle | |
√ 158_test_combinator_unification_double_angle | |
√ 159_test_combinator_unification_double_angle | |
√ 160_test_combinator_unification_double_plus | |
√ 161_test_combinator_unification_double_plus | |
√ 162_test_combinator_unification_double_plus | |
√ 163_test_combinator_unification_double_plus | |
√ 164_test_combinator_unification_angle_space | |
√ 165_test_combinator_unification_angle_space | |
√ 166_test_combinator_unification_angle_space | |
√ 167_test_combinator_unification_angle_space | |
√ 168_test_combinator_unification_angle_space | |
√ 169_test_combinator_unification_angle_space | |
√ 170_test_combinator_unification_plus_space | |
√ 171_test_combinator_unification_plus_space | |
√ 172_test_combinator_unification_plus_space | |
√ 173_test_combinator_unification_plus_space | |
√ 174_test_combinator_unification_plus_space | |
√ 175_test_combinator_unification_plus_space | |
√ 176_test_combinator_unification_nested | |
√ 177_test_combinator_unification_nested | |
√ 178_test_combinator_unification_with_newlines | |
√ 179_test_extend_self_loop | |
√ 182_test_nested_extend_loop | |
√ 183_test_multiple_extender_merges_with_superset_selector | |
√ 184_test_control_flow_if | |
√ 185_test_control_flow_for | |
√ 186_test_control_flow_while | |
√ 187_test_basic_placeholder_selector | |
√ 188_test_unused_placeholder_selector | |
√ 189_test_placeholder_descendant_selector | |
√ 190_test_semi_placeholder_selector | |
√ 191_test_placeholder_selector_with_multiple_extenders | |
√ 192_test_placeholder_interpolation | |
√ 193_test_media_in_placeholder_selector | |
√ 194_test_extend_within_media | |
√ 195_test_extend_within_unknown_directive | |
√ 196_test_extend_within_nested_directives | |
√ 197_test_extend_within_disparate_media | |
√ 198_test_extend_within_disparate_unknown_directive | |
√ 199_test_extend_within_disparate_nested_directives | |
√ 206_test_extend_succeeds_when_one_extension_fails_but_others_dont | |
√ 207_test_optional_extend_succeeds_when_extendee_doesnt_exist | |
√ 208_test_optional_extend_succeeds_when_extension_fails | |
√ 209_test_pseudo_element_superselector | |
√ 210_test_pseudo_element_superselector | |
√ 211_test_pseudo_element_superselector | |
√ 212_test_pseudo_element_superselector | |
√ 213_test_pseudo_element_superselector | |
√ 214_test_pseudo_element_superselector | |
√ 215_test_multiple_source_redundancy_elimination | |
√ 216_test_nested_sibling_extend | |
√ 217_test_parent_and_sibling_extend | |
√ 218_test_nested_extend_specificity | |
√ 219_test_nested_double_extend_optimization | |
√ 220_test_extend_in_double_nested_media_query | |
√ 221_test_partially_failed_extend | |
√ 222_test_newline_near_combinator | |
√ 223_test_duplicated_selector_with_newlines | |
√ 224_test_nested_selector_with_child_selector_hack_extendee | |
√ 225_test_nested_selector_with_child_selector_hack_extender | |
√ 226_test_nested_selector_with_child_selector_hack_extender_and_extendee | |
√ 227_test_nested_with_child_hack_extender_and_sibling_extendee | |
√ 228_test_nested_with_child_selector_hack_extender_extendee_newline | |
√ 229_test_extended_parent_and_child_redundancy_elimination | |
√ 230_test_extend_redundancy_elimination_when_it_would_reduce_specificity | |
6) 231_test_extend_redundancy_elimination_when_it_would_preserve_specificity | |
√ 232_test_extend_redundancy_elimination_never_eliminates_base_selector | |
√ 233_test_extend_cross_branch_redundancy_elimination | |
√ 234_test_extend_cross_branch_redundancy_elimination | |
√ 235_extend_with_universal_selector | |
√ does_not_move_page_block_in_media | |
√ issue_146 | |
104_test_nested_extender_counts_extended_subselectors | |
DEPRECATION WARNING: Passing red, a non-string value, to unquote() | |
will be an error in future versions of Sass. | |
on line 8 of C:/Users/jenkins/workspace/SVT-V6-COMMUNITY-CITGM/ARCH/x64/GCC/gcc48/OS/win7/TAG/svt/tmp/81d237a4-04d1-4e78-9cd9-d0f987887662/node-sass/node_modules/sass-spec/spec/colors/basic/input.scss | |
C:/Users/jenkins/workspace/SVT-V6-COMMUNITY-CITGM/ARCH/x64/GCC/gcc48/OS/win7/TAG/svt/tmp/81d237a4-04d1-4e78-9cd9-d0f987887662/node-sass/node_modules/sass-spec/spec/errors/fn-debug/ruleset/input.scss:2 DEBUG: debug | |
C:/Users/jenkins/workspace/SVT-V6-COMMUNITY-CITGM/ARCH/x64/GCC/gcc48/OS/win7/TAG/svt/tmp/81d237a4-04d1-4e78-9cd9-d0f987887662/node-sass/node_modules/sass-spec/spec/errors/fn-debug/simple/input.scss:1 DEBUG: debug | |
WARNING: warn | |
Backtrace: | |
../node_modules/sass-spec/spec/errors/fn-warn/ruleset/input.scss:2 | |
WARNING: warn | |
Backtrace: | |
../node_modules/sass-spec/spec/errors/fn-warn/simple/input.scss:1 | |
npm ERR! Test failed. See above for more details. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment