Skip to content

Commit

Permalink
[Truffle] Add the rest of the library specs to the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 23, 2015
1 parent eec8d16 commit cdac461
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions spec/truffle/truffle.mspec
Expand Up @@ -87,25 +87,53 @@ class MSpecScript
"spec/ruby/library/delegate",
"spec/ruby/library/erb",
"spec/ruby/library/getoptlong",
"spec/ruby/library/matrix",
"spec/ruby/library/observer",
"spec/ruby/library/open3",
"spec/ruby/library/openstruct",
"spec/ruby/library/matrix",
"spec/ruby/library/pathname",
"spec/ruby/library/prime",
"spec/ruby/library/scanf",
"spec/ruby/library/set",
"spec/ruby/library/shellwords",
"spec/ruby/library/singleton",
"spec/ruby/library/scanf",
"spec/ruby/library/strscan",
"spec/ruby/library/stringio",
"spec/ruby/library/strscan",
"spec/ruby/library/tempfile",
"spec/ruby/library/thread",
"spec/ruby/library/time",
"spec/ruby/library/tmpdir",
"spec/ruby/library/uri",
"spec/ruby/library/yaml",

# Not yet explored
"^spec/ruby/library/bigdecimal",
"^spec/ruby/library/cgi",
"^spec/ruby/library/conditionvariable",
"^spec/ruby/library/continuation",
"^spec/ruby/library/csv",
"^spec/ruby/library/digest",
"^spec/ruby/library/drb",
"^spec/ruby/library/etc",
"^spec/ruby/library/expect",
"^spec/ruby/library/fiber",
"^spec/ruby/library/ipaddr",
"^spec/ruby/library/logger",
"^spec/ruby/library/mathn",
"^spec/ruby/library/net",
"^spec/ruby/library/openssl",
"^spec/ruby/library/readline",
"^spec/ruby/library/resolv",
"^spec/ruby/library/rexml",
"^spec/ruby/library/securerandom",
"^spec/ruby/library/socket",
"^spec/ruby/library/stringscanner",
"^spec/ruby/library/syslog",
"^spec/ruby/library/timeout",
"^spec/ruby/library/weakref",
"^spec/ruby/library/win32ole",
"^spec/ruby/library/zlib",

# Load issues with 'delegate'.
"^spec/ruby/library/delegate/delegate_class/instance_method_spec.rb",
"^spec/ruby/library/delegate/delegator/protected_methods_spec.rb",
Expand Down

0 comments on commit cdac461

Please sign in to comment.