From dbe540ae69abb2e6211d20da584f25eeb35ef098 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 17 Jan 2025 11:05:26 +0100 Subject: [PATCH] Reorder includes in staging/sm Ref. #4376 --- test/staging/sm/Array/array-length-set-during-for-in.js | 2 +- test/staging/sm/Array/array-length-set-on-nonarray.js | 2 +- test/staging/sm/Array/at.js | 2 +- .../sm/Array/change-array-by-copy-cross-compartment-create.js | 2 +- .../sm/Array/change-array-by-copy-errors-from-correct-realm.js | 2 +- test/staging/sm/Array/concat-proxy.js | 2 +- test/staging/sm/Array/concat-spreadable-basic.js | 2 +- test/staging/sm/Array/concat-spreadable-primitive.js | 2 +- test/staging/sm/Array/fill.js | 2 +- test/staging/sm/Array/for_of_1.js | 2 +- test/staging/sm/Array/for_of_2.js | 2 +- test/staging/sm/Array/for_of_3.js | 2 +- test/staging/sm/Array/for_of_4.js | 2 +- test/staging/sm/Array/from-iterator-close.js | 2 +- test/staging/sm/Array/from_basics.js | 2 +- test/staging/sm/Array/from_constructor.js | 2 +- test/staging/sm/Array/from_errors.js | 2 +- test/staging/sm/Array/from_iterable.js | 2 +- test/staging/sm/Array/from_length_setter.js | 2 +- test/staging/sm/Array/from_mapping.js | 2 +- test/staging/sm/Array/from_primitive.js | 2 +- test/staging/sm/Array/from_proxy.js | 2 +- test/staging/sm/Array/from_realms.js | 2 +- test/staging/sm/Array/from_string.js | 2 +- test/staging/sm/Array/from_surfaces.js | 2 +- test/staging/sm/Array/from_this.js | 2 +- test/staging/sm/Array/frozen-dense-array.js | 2 +- test/staging/sm/Array/frozen-dict-mode-length.js | 2 +- test/staging/sm/Array/getter-name.js | 2 +- test/staging/sm/Array/group-callback-evaluation.js | 2 +- test/staging/sm/Array/group-propertkey-is-length.js | 2 +- test/staging/sm/Array/group.js | 2 +- test/staging/sm/Array/includes-trailing-holes.js | 2 +- test/staging/sm/Array/includes.js | 2 +- test/staging/sm/Array/index-with-null-character.js | 2 +- test/staging/sm/Array/indexOf-never-returns-negative-zero.js | 2 +- test/staging/sm/Array/indexOf-packed-array.js | 2 +- test/staging/sm/Array/isArray.js | 2 +- test/staging/sm/Array/join-01.js | 2 +- test/staging/sm/Array/join-no-has-trap.js | 2 +- .../staging/sm/Array/lastIndexOf-never-returns-negative-zero.js | 2 +- test/staging/sm/Array/length-01.js | 2 +- test/staging/sm/Array/length-nonwritable-redefine-nop.js | 2 +- test/staging/sm/Array/length-set-object.js | 2 +- test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js | 2 +- test/staging/sm/Array/length-truncate-nonconfigurable.js | 2 +- test/staging/sm/Array/length-truncate-with-indexed.js | 2 +- test/staging/sm/Array/pop-empty-nonwritable.js | 2 +- test/staging/sm/Array/pop-no-has-trap.js | 2 +- test/staging/sm/Array/pop-nonarray-higher-elements.js | 2 +- test/staging/sm/Array/redefine-length-frozen-array.js | 2 +- .../sm/Array/redefine-length-frozen-dictionarymode-array.js | 2 +- ...redefine-nonwritable-length-custom-conversion-call-counts.js | 2 +- .../redefine-nonwritable-length-custom-conversion-throw.js | 2 +- test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js | 2 +- test/staging/sm/Array/regress-386030.js | 2 +- test/staging/sm/Array/regress-424954.js | 2 +- test/staging/sm/Array/regress-566651.js | 2 +- test/staging/sm/Array/regress-599159.js | 2 +- test/staging/sm/Array/regress-619970.js | 2 +- test/staging/sm/Array/reverse-order-of-low-high-accesses.js | 2 +- .../sm/Array/set-with-indexed-property-on-prototype-chain.js | 2 +- test/staging/sm/Array/shift-no-has-trap.js | 2 +- test/staging/sm/Array/shift_for_in.js | 2 +- test/staging/sm/Array/sort-01.js | 2 +- test/staging/sm/Array/sort-array-with-holes-and-undefined.js | 2 +- test/staging/sm/Array/sort-delete-ascending-order.js | 2 +- test/staging/sm/Array/sort-non-function.js | 2 +- test/staging/sm/Array/sort-typedarray-with-own-length.js | 2 +- test/staging/sm/Array/sort_holes.js | 2 +- test/staging/sm/Array/sort_native_string_nan.js | 2 +- test/staging/sm/Array/sort_proxy.js | 2 +- test/staging/sm/Array/sort_small.js | 2 +- test/staging/sm/Array/species.js | 2 +- .../sm/Array/splice-return-array-elements-defined-not-set.js | 2 +- test/staging/sm/Array/splice-species-changes-length.js | 2 +- test/staging/sm/Array/splice-suppresses-unvisited-indexes.js | 2 +- test/staging/sm/Array/to-length.js | 2 +- test/staging/sm/Array/toLocaleString-01.js | 2 +- test/staging/sm/Array/toLocaleString-nointl.js | 2 +- test/staging/sm/Array/toLocaleString.js | 2 +- test/staging/sm/Array/toSpliced-dense.js | 2 +- test/staging/sm/Array/toSpliced.js | 2 +- test/staging/sm/Array/toString-01.js | 2 +- test/staging/sm/Array/unscopables.js | 2 +- test/staging/sm/Array/unshift-01.js | 2 +- test/staging/sm/Array/unshift-with-enumeration.js | 2 +- test/staging/sm/Array/values.js | 2 +- test/staging/sm/Array/with-dense.js | 2 +- test/staging/sm/Array/with.js | 2 +- test/staging/sm/ArrayBuffer/CloneArrayBuffer.js | 2 +- test/staging/sm/ArrayBuffer/bug1777413.js | 2 +- test/staging/sm/ArrayBuffer/constructorNotCallable.js | 2 +- test/staging/sm/ArrayBuffer/getter-name.js | 2 +- test/staging/sm/ArrayBuffer/slice-species.js | 2 +- .../AsyncGenerators/async-generator-declaration-in-modules.js | 2 +- .../create-function-parse-before-getprototype.js | 2 +- test/staging/sm/AsyncGenerators/for-await-bad-syntax.js | 2 +- test/staging/sm/AsyncGenerators/for-await-of-error.js | 2 +- test/staging/sm/Atomics/cross-compartment.js | 2 +- test/staging/sm/Atomics/detached-buffers.js | 2 +- test/staging/sm/BigInt/Number-conversion-rounding.js | 2 +- test/staging/sm/BigInt/decimal.js | 2 +- test/staging/sm/BigInt/large-bit-length.js | 2 +- test/staging/sm/BigInt/mod.js | 2 +- test/staging/sm/BigInt/property-name.js | 2 +- test/staging/sm/Boolean/15.6.4.2.js | 2 +- test/staging/sm/Boolean/no-boolean-toJSON.js | 2 +- test/staging/sm/DataView/detach-after-construction.js | 2 +- test/staging/sm/DataView/get-set-index-range.js | 2 +- test/staging/sm/DataView/getter-name.js | 2 +- test/staging/sm/Date/UTC-convert-all-arguments.js | 2 +- test/staging/sm/Date/constructor-convert-all-arguments.js | 2 +- test/staging/sm/Date/constructor-one-Date-argument.js | 2 +- test/staging/sm/Date/constructor-one-argument.js | 2 +- test/staging/sm/Date/defaultvalue.js | 2 +- test/staging/sm/Date/dst-offset-caching-1-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-2-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-3-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-4-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-5-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-6-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-7-of-8.js | 2 +- test/staging/sm/Date/dst-offset-caching-8-of-8.js | 2 +- test/staging/sm/Date/equality-to-boolean.js | 2 +- test/staging/sm/Date/fractions.js | 2 +- test/staging/sm/Date/makeday-year-month-is-infinity.js | 2 +- test/staging/sm/Date/non-iso.js | 2 +- test/staging/sm/Date/prototype-is-not-a-date.js | 2 +- test/staging/sm/Date/setTime-argument-shortcircuiting.js | 2 +- test/staging/sm/Date/time-components-negative-zero.js | 2 +- test/staging/sm/Date/timeclip.js | 2 +- test/staging/sm/Date/to-temporal-instant.js | 2 +- test/staging/sm/Date/toISOString-01.js | 2 +- test/staging/sm/Date/toISOString.js | 2 +- test/staging/sm/Date/toJSON-01.js | 2 +- test/staging/sm/Date/toPrimitive.js | 2 +- test/staging/sm/Date/toString-generic.js | 2 +- test/staging/sm/Date/two-digit-years.js | 2 +- test/staging/sm/Error/AggregateError.js | 2 +- test/staging/sm/Error/constructor-ordering.js | 2 +- test/staging/sm/Error/constructor-proto.js | 2 +- test/staging/sm/Error/isError.js | 2 +- test/staging/sm/Error/prototype-properties.js | 2 +- test/staging/sm/Error/prototype.js | 2 +- test/staging/sm/Exceptions/error-expando-reconfigure.js | 2 +- test/staging/sm/Exceptions/error-property-enumerability.js | 2 +- test/staging/sm/Function/10.2.1.1.6.js | 2 +- test/staging/sm/Function/15.3.4.3-01.js | 2 +- test/staging/sm/Function/Function-prototype.js | 2 +- test/staging/sm/Function/Function-with-eval.js | 2 +- test/staging/sm/Function/arguments-caller-callee.js | 2 +- test/staging/sm/Function/arguments-extra-property.js | 2 +- test/staging/sm/Function/arguments-iterator.js | 2 +- test/staging/sm/Function/arguments-parameter-shadowing.js | 2 +- test/staging/sm/Function/arguments-property-attributes.js | 2 +- test/staging/sm/Function/arrow-has-duplicated.js | 2 +- test/staging/sm/Function/bound-length-and-name.js | 2 +- test/staging/sm/Function/bound-non-constructable.js | 2 +- test/staging/sm/Function/builtin-no-construct.js | 2 +- test/staging/sm/Function/builtin-no-prototype.js | 2 +- test/staging/sm/Function/configurable-length-builtins.js | 2 +- test/staging/sm/Function/configurable-length.js | 2 +- test/staging/sm/Function/constructor-binding.js | 2 +- .../sm/Function/create-function-parse-before-getprototype.js | 2 +- test/staging/sm/Function/function-bind.js | 2 +- test/staging/sm/Function/function-call.js | 2 +- test/staging/sm/Function/function-caller-restrictions.js | 2 +- test/staging/sm/Function/function-caller.js | 2 +- ...tion-constructor-toString-arguments-before-parsing-params.js | 2 +- test/staging/sm/Function/function-name-assignment.js | 2 +- test/staging/sm/Function/function-name-binding.js | 2 +- test/staging/sm/Function/function-name-class.js | 2 +- test/staging/sm/Function/function-name-computed-01.js | 2 +- test/staging/sm/Function/function-name-computed-02.js | 2 +- test/staging/sm/Function/function-name-for.js | 2 +- test/staging/sm/Function/function-name-method.js | 2 +- test/staging/sm/Function/function-name-property.js | 2 +- test/staging/sm/Function/function-name.js | 2 +- test/staging/sm/Function/function-toString-builtin-name.js | 2 +- test/staging/sm/Function/function-toString-builtin.js | 2 +- test/staging/sm/Function/has-instance-jitted.js | 2 +- test/staging/sm/Function/has-instance.js | 2 +- .../sm/Function/implicit-this-in-parameter-expression.js | 2 +- test/staging/sm/Function/invalid-parameter-list.js | 2 +- test/staging/sm/Function/line-terminator-before-arrow.js | 2 +- test/staging/sm/Function/method-has-duplicated.js | 2 +- test/staging/sm/Function/parameter-redeclaration.js | 2 +- test/staging/sm/Function/redefine-arguments-length.js | 2 +- test/staging/sm/Function/regress-518103.js | 2 +- test/staging/sm/Function/regress-524826.js | 2 +- test/staging/sm/Function/regress-528082.js | 2 +- test/staging/sm/Function/regress-533254.js | 2 +- test/staging/sm/Function/regress-545980.js | 2 +- test/staging/sm/Function/rest-has-duplicated.js | 2 +- test/staging/sm/Function/rest-parameter-names.js | 2 +- test/staging/sm/Function/return-finally.js | 2 +- test/staging/sm/Function/spread-iterator-primitive.js | 2 +- test/staging/sm/Function/strict-arguments.js | 2 +- test/staging/sm/Function/throw-type-error.js | 2 +- test/staging/sm/Iterator/constructor-subclassable.js | 2 +- .../sm/Iterator/constructor-throw-when-called-directly.js | 2 +- test/staging/sm/Iterator/constructor-throw-without-new.js | 2 +- test/staging/sm/Iterator/constructor.js | 2 +- test/staging/sm/Iterator/from/Iterator.from-descriptor.js | 2 +- test/staging/sm/Iterator/from/Iterator.from-length.js | 2 +- test/staging/sm/Iterator/from/Iterator.from-name.js | 2 +- test/staging/sm/Iterator/from/call-from-with-different-this.js | 2 +- test/staging/sm/Iterator/from/iterator-not-callable-throws.js | 2 +- test/staging/sm/Iterator/from/modify-next.js | 2 +- test/staging/sm/Iterator/from/modify-return.js | 2 +- test/staging/sm/Iterator/from/o-not-object-throws.js | 2 +- test/staging/sm/Iterator/from/proxy-not-wrapped.js | 2 +- test/staging/sm/Iterator/from/proxy-wrap-next.js | 2 +- test/staging/sm/Iterator/from/proxy-wrap-return.js | 2 +- test/staging/sm/Iterator/from/return-iterator-if-iterable.js | 2 +- test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js | 2 +- .../sm/Iterator/from/return-wrapper-if-not-iterator-instance.js | 2 +- test/staging/sm/Iterator/from/wrap-functions-on-other-global.js | 2 +- .../sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js | 2 +- test/staging/sm/Iterator/from/wrap-new-global.js | 2 +- test/staging/sm/Iterator/from/wrap-next-forwards-value.js | 2 +- test/staging/sm/Iterator/from/wrap-next-not-object-throws.js | 2 +- test/staging/sm/Iterator/from/wrap-return-closes-iterator.js | 2 +- test/staging/sm/Iterator/iterator.js | 2 +- test/staging/sm/Iterator/length.js | 2 +- test/staging/sm/Iterator/name.js | 2 +- test/staging/sm/Iterator/proto.js | 2 +- .../sm/Iterator/prototype/drop/drop-more-than-available.js | 2 +- test/staging/sm/Iterator/prototype/drop/length.js | 2 +- test/staging/sm/Iterator/prototype/drop/name.js | 2 +- .../Iterator/prototype/every/check-fn-after-getting-iterator.js | 2 +- .../sm/Iterator/prototype/every/coerce-result-to-boolean.js | 2 +- test/staging/sm/Iterator/prototype/every/descriptor.js | 2 +- .../sm/Iterator/prototype/every/error-from-correct-realm.js | 2 +- .../sm/Iterator/prototype/every/fn-not-callable-throws.js | 2 +- .../sm/Iterator/prototype/every/fn-throws-close-iterator.js | 2 +- test/staging/sm/Iterator/prototype/every/length.js | 2 +- test/staging/sm/Iterator/prototype/every/name.js | 2 +- .../Iterator/prototype/every/next-throws-iterator-not-closed.js | 2 +- test/staging/sm/Iterator/prototype/every/proxy.js | 2 +- .../sm/Iterator/prototype/every/return-true-if-all-match.js | 2 +- .../sm/Iterator/prototype/every/short-circuit-on-false.js | 2 +- .../sm/Iterator/prototype/every/this-not-iterator-throws.js | 2 +- .../prototype/every/value-throws-iterator-not-closed.js | 2 +- .../sm/Iterator/prototype/filter/coerce-result-to-boolean.js | 2 +- test/staging/sm/Iterator/prototype/filter/length.js | 2 +- test/staging/sm/Iterator/prototype/filter/name.js | 2 +- .../Iterator/prototype/find/check-fn-after-getting-iterator.js | 2 +- .../sm/Iterator/prototype/find/coerce-result-to-boolean.js | 2 +- test/staging/sm/Iterator/prototype/find/descriptor.js | 2 +- .../sm/Iterator/prototype/find/error-from-correct-realm.js | 2 +- .../sm/Iterator/prototype/find/fn-not-callable-throws.js | 2 +- .../sm/Iterator/prototype/find/fn-throws-close-iterator.js | 2 +- test/staging/sm/Iterator/prototype/find/length.js | 2 +- test/staging/sm/Iterator/prototype/find/name.js | 2 +- .../Iterator/prototype/find/next-throws-iterator-not-closed.js | 2 +- test/staging/sm/Iterator/prototype/find/proxy.js | 2 +- .../Iterator/prototype/find/return-undefined-if-none-match.js | 2 +- .../sm/Iterator/prototype/find/short-circuit-on-match.js | 2 +- .../sm/Iterator/prototype/find/this-not-iterator-throws.js | 2 +- .../Iterator/prototype/find/value-throws-iterator-not-closed.js | 2 +- .../flatMap/close-iterator-when-inner-complete-throws.js | 2 +- .../prototype/flatMap/close-iterator-when-inner-next-throws.js | 2 +- .../prototype/flatMap/close-iterator-when-inner-value-throws.js | 2 +- .../sm/Iterator/prototype/flatMap/inner-empty-iterable.js | 2 +- test/staging/sm/Iterator/prototype/flatMap/inner-generator.js | 2 +- test/staging/sm/Iterator/prototype/flatMap/length.js | 2 +- test/staging/sm/Iterator/prototype/flatMap/name.js | 2 +- .../Iterator/prototype/flatMap/throw-when-inner-not-iterable.js | 2 +- .../prototype/forEach/check-fn-after-getting-iterator.js | 2 +- test/staging/sm/Iterator/prototype/forEach/descriptor.js | 2 +- .../sm/Iterator/prototype/forEach/error-from-correct-realm.js | 2 +- .../sm/Iterator/prototype/forEach/fn-not-callable-throws.js | 2 +- .../sm/Iterator/prototype/forEach/fn-throws-close-iterator.js | 2 +- test/staging/sm/Iterator/prototype/forEach/forEach.js | 2 +- test/staging/sm/Iterator/prototype/forEach/length.js | 2 +- test/staging/sm/Iterator/prototype/forEach/name.js | 2 +- .../prototype/forEach/next-throws-iterator-not-closed.js | 2 +- test/staging/sm/Iterator/prototype/forEach/proxy.js | 2 +- .../sm/Iterator/prototype/forEach/this-not-iterator-throws.js | 2 +- .../prototype/forEach/value-throws-iterator-not-closed.js | 2 +- .../prototype/generator-methods-throw-on-iterator-helpers.js | 2 +- .../prototype/iterator-helper-methods-throw-on-generators.js | 2 +- .../sm/Iterator/prototype/iterator-helpers-from-other-global.js | 2 +- .../sm/Iterator/prototype/lazy-methods-from-other-global.js | 2 +- .../Iterator/prototype/lazy-methods-handle-empty-iterators.js | 2 +- test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js | 2 +- .../prototype/lazy-methods-iterator-closed-on-call-throws.js | 2 +- .../prototype/lazy-methods-iterator-closed-on-yield-throws.js | 2 +- .../lazy-methods-iterator-not-closed-on-next-throws.js | 2 +- .../lazy-methods-iterator-not-closed-on-value-throws.js | 2 +- .../lazy-methods-iterator-returns-done-generator-finishes.js | 2 +- .../lazy-methods-multiple-return-close-iterator-once.js | 2 +- .../Iterator/prototype/lazy-methods-pass-through-lastValue.js | 2 +- .../Iterator/prototype/lazy-methods-pass-value-through-chain.js | 2 +- .../sm/Iterator/prototype/lazy-methods-proxy-accesses.js | 2 +- .../prototype/lazy-methods-reentry-not-close-iterator.js | 2 +- .../Iterator/prototype/lazy-methods-return-closes-iterator.js | 2 +- .../prototype/lazy-methods-return-new-iterator-result.js | 2 +- .../lazy-methods-throw-eagerly-on-next-non-callable.js | 2 +- .../prototype/lazy-methods-throw-eagerly-on-non-callable.js | 2 +- .../prototype/lazy-methods-throw-eagerly-on-non-iterator.js | 2 +- .../Iterator/prototype/lazy-methods-throw-next-done-throws.js | 2 +- .../sm/Iterator/prototype/lazy-methods-throw-next-not-object.js | 2 +- .../sm/Iterator/prototype/lazy-methods-throw-on-reentry.js | 2 +- .../prototype/map/call-next-on-iterator-while-iterating.js | 2 +- test/staging/sm/Iterator/prototype/map/clobber-symbol.js | 2 +- test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js | 2 +- test/staging/sm/Iterator/prototype/map/length.js | 2 +- test/staging/sm/Iterator/prototype/map/map.js | 2 +- .../sm/Iterator/prototype/map/mapper-not-callable-throw.js | 2 +- .../sm/Iterator/prototype/map/mutate-iterator-after-done.js | 2 +- test/staging/sm/Iterator/prototype/map/mutate-iterator.js | 2 +- test/staging/sm/Iterator/prototype/map/name.js | 2 +- .../sm/Iterator/prototype/map/output-at-generator-end.js | 2 +- .../staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js | 2 +- .../prototype/map/proxy-abrupt-completion-in-iteratorValue.js | 2 +- .../Iterator/prototype/map/proxy-abrupt-completion-in-yield.js | 2 +- .../sm/Iterator/prototype/map/proxy-abrupt-completion.js | 2 +- test/staging/sm/Iterator/prototype/map/proxy-accesses.js | 2 +- .../Iterator/prototype/map/reenter-map-generator-from-mapper.js | 2 +- .../sm/Iterator/prototype/map/this-not-iterator-throw.js | 2 +- .../sm/Iterator/prototype/map/this-value-array-throws.js | 2 +- .../prototype/map/throw-when-iterator-returns-non-object.js | 2 +- .../prototype/map/values-pass-through-chained-maps-to-next.js | 2 +- .../prototype/reduce/accumulator-set-to-initial-value.js | 2 +- .../prototype/reduce/check-fn-after-getting-iterator.js | 2 +- test/staging/sm/Iterator/prototype/reduce/descriptor.js | 2 +- .../reduce/empty-iterator-without-initial-value-throws.js | 2 +- .../sm/Iterator/prototype/reduce/error-from-correct-realm.js | 2 +- .../prototype/reduce/iterator-empty-return-initial-value.js | 2 +- .../prototype/reduce/iterator-next-return-non-object-throws.js | 2 +- test/staging/sm/Iterator/prototype/reduce/left-associative.js | 2 +- test/staging/sm/Iterator/prototype/reduce/length.js | 2 +- test/staging/sm/Iterator/prototype/reduce/name.js | 2 +- .../prototype/reduce/next-throws-iterator-not-closed.js | 2 +- .../reduce/no-initial-value-set-accumulator-to-first-value.js | 2 +- test/staging/sm/Iterator/prototype/reduce/proxy.js | 2 +- test/staging/sm/Iterator/prototype/reduce/reduce.js | 2 +- .../sm/Iterator/prototype/reduce/reducer-not-callable-throws.js | 2 +- .../Iterator/prototype/reduce/reducer-throws-iterator-closed.js | 2 +- .../sm/Iterator/prototype/reduce/this-not-iterator-throws.js | 2 +- .../prototype/reduce/value-throws-iterator-not-closed.js | 2 +- .../Iterator/prototype/some/check-fn-after-getting-iterator.js | 2 +- .../sm/Iterator/prototype/some/coerce-result-to-boolean.js | 2 +- test/staging/sm/Iterator/prototype/some/descriptor.js | 2 +- .../sm/Iterator/prototype/some/error-from-correct-realm.js | 2 +- .../sm/Iterator/prototype/some/fn-not-callable-throws.js | 2 +- .../sm/Iterator/prototype/some/fn-throws-close-iterator.js | 2 +- test/staging/sm/Iterator/prototype/some/length.js | 2 +- test/staging/sm/Iterator/prototype/some/name.js | 2 +- .../Iterator/prototype/some/next-throws-iterator-not-closed.js | 2 +- test/staging/sm/Iterator/prototype/some/proxy.js | 2 +- .../sm/Iterator/prototype/some/return-false-if-none-match.js | 2 +- .../staging/sm/Iterator/prototype/some/short-circuit-on-true.js | 2 +- .../sm/Iterator/prototype/some/this-not-iterator-throws.js | 2 +- .../Iterator/prototype/some/value-throws-iterator-not-closed.js | 2 +- .../Iterator/prototype/take-drop-throw-eagerly-on-negative.js | 2 +- .../prototype/take-drop-throw-eagerly-on-non-integer.js | 2 +- .../prototype/take/close-iterator-when-none-remaining.js | 2 +- test/staging/sm/Iterator/prototype/take/length.js | 2 +- test/staging/sm/Iterator/prototype/take/name.js | 2 +- .../sm/Iterator/prototype/take/take-more-than-available.js | 2 +- .../sm/Iterator/prototype/toArray/create-in-current-realm.js | 2 +- test/staging/sm/Iterator/prototype/toArray/descriptor.js | 2 +- test/staging/sm/Iterator/prototype/toArray/iterator-empty.js | 2 +- test/staging/sm/Iterator/prototype/toArray/length.js | 2 +- test/staging/sm/Iterator/prototype/toArray/name.js | 2 +- test/staging/sm/Iterator/prototype/toArray/next-throws.js | 2 +- test/staging/sm/Iterator/prototype/toArray/proxy.js | 2 +- .../sm/Iterator/prototype/toArray/this-not-iterator-throws.js | 2 +- test/staging/sm/Iterator/prototype/toArray/toArray.js | 2 +- .../prototype/toArray/value-throws-iterator-not-closed.js | 2 +- test/staging/sm/JSON/cyclic-stringify-unrelated.js | 2 +- test/staging/sm/JSON/cyclic-stringify.js | 2 +- test/staging/sm/JSON/parse-arguments.js | 2 +- test/staging/sm/JSON/parse-crockford-01.js | 2 +- test/staging/sm/JSON/parse-mega-huge-array.js | 2 +- test/staging/sm/JSON/parse-number-syntax.js | 2 +- test/staging/sm/JSON/parse-octal-syntax-error.js | 2 +- test/staging/sm/JSON/parse-primitives.js | 2 +- test/staging/sm/JSON/parse-reviver-array-delete.js | 2 +- test/staging/sm/JSON/parse-reviver.js | 2 +- test/staging/sm/JSON/parse-syntax-errors-01.js | 2 +- test/staging/sm/JSON/parse-syntax-errors-02.js | 2 +- test/staging/sm/JSON/parse-syntax-errors-03.js | 2 +- test/staging/sm/JSON/parse.js | 2 +- test/staging/sm/JSON/regress-459293.js | 2 +- test/staging/sm/JSON/small-codepoints.js | 2 +- test/staging/sm/JSON/stringify-boxed-primitives.js | 2 +- test/staging/sm/JSON/stringify-call-replacer-once.js | 2 +- test/staging/sm/JSON/stringify-call-toJSON-once.js | 2 +- test/staging/sm/JSON/stringify-dropping-elements.js | 2 +- test/staging/sm/JSON/stringify-gap.js | 2 +- test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js | 2 +- test/staging/sm/JSON/stringify-large-replacer-array.js | 2 +- test/staging/sm/JSON/stringify-missing-arguments.js | 2 +- test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js | 2 +- test/staging/sm/JSON/stringify-primitives.js | 2 +- test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js | 2 +- .../sm/JSON/stringify-replacer-array-duplicated-element.js | 2 +- .../sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js | 2 +- test/staging/sm/JSON/stringify-replacer-array-hijinks.js | 2 +- .../staging/sm/JSON/stringify-replacer-array-skipped-element.js | 2 +- test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js | 2 +- test/staging/sm/JSON/stringify-replacer-with-array-indexes.js | 2 +- test/staging/sm/JSON/stringify-replacer.js | 2 +- test/staging/sm/JSON/stringify-special-escapes.js | 2 +- test/staging/sm/JSON/stringify-toJSON-arguments.js | 2 +- test/staging/sm/JSON/stringify.js | 2 +- test/staging/sm/JSON/trailing-comma.js | 2 +- test/staging/sm/Map/NaN-as-key.js | 2 +- test/staging/sm/Map/constructor-iterator-close.js | 2 +- test/staging/sm/Map/constructor-iterator-primitive.js | 2 +- test/staging/sm/Map/forEach-selfhosted-behavior.js | 2 +- test/staging/sm/Map/getter-name.js | 2 +- test/staging/sm/Map/iterable.js | 2 +- test/staging/sm/Map/iterator-thisv-error.js | 2 +- test/staging/sm/Map/symbols.js | 2 +- test/staging/sm/Math/20.2.2.ToNumber.js | 2 +- test/staging/sm/Math/acosh-approx.js | 2 +- test/staging/sm/Math/acosh-exact.js | 2 +- test/staging/sm/Math/asinh-approx.js | 2 +- test/staging/sm/Math/asinh-exact.js | 2 +- test/staging/sm/Math/atanh-approx.js | 2 +- test/staging/sm/Math/atanh-exact.js | 2 +- test/staging/sm/Math/cbrt-approx.js | 2 +- test/staging/sm/Math/cbrt-exact.js | 2 +- test/staging/sm/Math/clz32.js | 2 +- test/staging/sm/Math/cosh-approx.js | 2 +- test/staging/sm/Math/cosh-exact.js | 2 +- test/staging/sm/Math/exp-exact.js | 2 +- test/staging/sm/Math/expm1-approx.js | 2 +- test/staging/sm/Math/expm1-exact.js | 2 +- test/staging/sm/Math/expm1-monotonicity.js | 2 +- test/staging/sm/Math/f16round.js | 2 +- test/staging/sm/Math/fround.js | 2 +- test/staging/sm/Math/log10-approx.js | 2 +- test/staging/sm/Math/log10-exact.js | 2 +- test/staging/sm/Math/log1p-approx.js | 2 +- test/staging/sm/Math/log1p-exact.js | 2 +- test/staging/sm/Math/log2-approx.js | 2 +- test/staging/sm/Math/log2-exact.js | 2 +- test/staging/sm/Math/sign.js | 2 +- test/staging/sm/Math/sinh-approx.js | 2 +- test/staging/sm/Math/sinh-exact.js | 2 +- test/staging/sm/Math/tanh-approx.js | 2 +- test/staging/sm/Math/tanh-exact.js | 2 +- test/staging/sm/Math/trunc.js | 2 +- test/staging/sm/Number/0x-without-following-hexdigits.js | 2 +- test/staging/sm/Number/15.7.3.7-EPSILON.js | 2 +- test/staging/sm/Number/15.7.4.2.js | 2 +- test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js | 2 +- test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js | 2 +- test/staging/sm/Number/20.1.3.2-toExponential.js | 2 +- test/staging/sm/Number/20.1.3.2-toPrecision.js | 2 +- test/staging/sm/Number/20.1.3.3-toFixed.js | 2 +- test/staging/sm/Number/conversion-invalid-precision.js | 2 +- test/staging/sm/Number/defaultvalue.js | 2 +- test/staging/sm/Number/isSafeInteger-01.js | 2 +- test/staging/sm/Number/numericSeparator.js | 2 +- test/staging/sm/Number/parseFloat-01.js | 2 +- test/staging/sm/Number/parseInt-01.js | 2 +- test/staging/sm/Number/parseInt-default-to-decimal.js | 2 +- test/staging/sm/Number/toExponential-values.js | 2 +- test/staging/sm/Number/toFixed-values.js | 2 +- test/staging/sm/Number/toPrecision-values.js | 2 +- test/staging/sm/Number/toString-radix-handling.js | 2 +- test/staging/sm/Number/tonumber-string-hex.js | 2 +- test/staging/sm/PrivateName/constructor-args.js | 2 +- test/staging/sm/PrivateName/error-outside-class.js | 2 +- .../sm/PrivateName/home-object-when-preceded-by-computed-key.js | 2 +- test/staging/sm/PrivateName/illegal-in-class-context.js | 2 +- test/staging/sm/PrivateName/illegal-in-identifier-context.js | 2 +- test/staging/sm/PrivateName/illegal-in-object-context.js | 2 +- test/staging/sm/PrivateName/lexical-presence.js | 2 +- test/staging/sm/PrivateName/modify-non-extensible.js | 2 +- test/staging/sm/PrivateName/names.js | 2 +- .../sm/PrivateName/nested-class-in-computed-property-key.js | 2 +- test/staging/sm/PrivateName/nested-class-name-used.js | 2 +- test/staging/sm/PrivateName/not-iterable.js | 2 +- test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js | 2 +- test/staging/sm/PrivateName/proxy-1.js | 2 +- test/staging/sm/PrivateName/proxy-init-set.js | 2 +- test/staging/sm/PrivateName/read-private-eval.js | 2 +- test/staging/sm/PrivateName/unicode-names.js | 2 +- test/staging/sm/Promise/bug-1287334.js | 2 +- test/staging/sm/Promise/bug-1288382.js | 2 +- test/staging/sm/Promise/bug-1289040.js | 2 +- test/staging/sm/Promise/for-of-iterator-uses-getv.js | 2 +- test/staging/sm/Promise/methods-non-enumerable.js | 2 +- test/staging/sm/Promise/promise-species.js | 2 +- test/staging/sm/Proxy/define-writable-as-non-writable.js | 2 +- test/staging/sm/Proxy/delete-non-extensible.js | 2 +- test/staging/sm/Proxy/getPrototypeOf.js | 2 +- test/staging/sm/Proxy/global-receiver.js | 2 +- test/staging/sm/Proxy/hasInstance.js | 2 +- .../sm/Proxy/json-stringify-replacer-array-revocable-proxy.js | 2 +- test/staging/sm/Proxy/ownkeys-allowed-types.js | 2 +- test/staging/sm/Proxy/ownkeys-linear.js | 2 +- test/staging/sm/Proxy/ownkeys-trap-duplicates.js | 2 +- test/staging/sm/Proxy/proxy-__proto__.js | 2 +- test/staging/sm/Proxy/proxy-constructNonObject.js | 2 +- test/staging/sm/Proxy/proxy-no-receiver-overwrite.js | 2 +- test/staging/sm/Proxy/proxy-proto-lazy-props.js | 2 +- test/staging/sm/Proxy/proxy-with-revoked-arguments.js | 2 +- test/staging/sm/Proxy/regress-bug1037770.js | 2 +- test/staging/sm/Proxy/regress-bug1062349.js | 2 +- test/staging/sm/Proxy/regress-bug950407.js | 2 +- test/staging/sm/Proxy/report-writable-as-non-writable.js | 2 +- test/staging/sm/Proxy/revocable-proxy-prototype.js | 2 +- test/staging/sm/Proxy/revoke-as-side-effect.js | 2 +- test/staging/sm/Proxy/revoke-no-name.js | 2 +- test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js | 2 +- test/staging/sm/Proxy/setPrototypeOf.js | 2 +- test/staging/sm/Proxy/trap-null.js | 2 +- test/staging/sm/Reflect/apply.js | 2 +- test/staging/sm/Reflect/argumentsList.js | 2 +- test/staging/sm/Reflect/construct.js | 2 +- test/staging/sm/Reflect/defineProperty.js | 2 +- test/staging/sm/Reflect/deleteProperty.js | 2 +- test/staging/sm/Reflect/get.js | 2 +- test/staging/sm/Reflect/getOwnPropertyDescriptor.js | 2 +- test/staging/sm/Reflect/getPrototypeOf.js | 2 +- test/staging/sm/Reflect/has.js | 2 +- test/staging/sm/Reflect/isExtensible.js | 2 +- test/staging/sm/Reflect/ownKeys.js | 2 +- test/staging/sm/Reflect/preventExtensions.js | 2 +- test/staging/sm/Reflect/propertyKeys.js | 2 +- test/staging/sm/Reflect/set.js | 2 +- test/staging/sm/Reflect/setPrototypeOf.js | 2 +- test/staging/sm/Reflect/surfaces.js | 2 +- test/staging/sm/Reflect/target.js | 2 +- test/staging/sm/RegExp/15.10.5-01.js | 2 +- test/staging/sm/RegExp/15.10.7.5-01.js | 2 +- test/staging/sm/RegExp/7.8.5-01.js | 2 +- test/staging/sm/RegExp/RegExpExec-exec-type-check.js | 2 +- test/staging/sm/RegExp/RegExpExec-exec.js | 2 +- test/staging/sm/RegExp/RegExpExec-return.js | 2 +- test/staging/sm/RegExp/character-class-escape-s.js | 2 +- test/staging/sm/RegExp/class-null.js | 2 +- test/staging/sm/RegExp/compile-lastIndex.js | 2 +- test/staging/sm/RegExp/constructor-IsRegExp.js | 2 +- test/staging/sm/RegExp/constructor-constructor.js | 2 +- test/staging/sm/RegExp/constructor-ordering-2.js | 2 +- test/staging/sm/RegExp/constructor-ordering.js | 2 +- test/staging/sm/RegExp/constructor-regexp-unicode.js | 2 +- test/staging/sm/RegExp/constructor-regexp.js | 2 +- test/staging/sm/RegExp/cross-compartment-getter.js | 2 +- test/staging/sm/RegExp/descriptor.js | 2 +- test/staging/sm/RegExp/empty-lookahead.js | 2 +- test/staging/sm/RegExp/escape.js | 2 +- test/staging/sm/RegExp/exec-lastIndex-ToInteger.js | 2 +- test/staging/sm/RegExp/exec-lastIndex-negative.js | 2 +- test/staging/sm/RegExp/exec.js | 2 +- test/staging/sm/RegExp/flag-accessors.js | 2 +- test/staging/sm/RegExp/flags-param-handling.js | 2 +- test/staging/sm/RegExp/flags.js | 2 +- test/staging/sm/RegExp/getter-name.js | 2 +- test/staging/sm/RegExp/ignoreCase-multiple.js | 2 +- test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js | 2 +- .../sm/RegExp/instance-property-storage-introspection.js | 2 +- test/staging/sm/RegExp/lastIndex-exec.js | 2 +- test/staging/sm/RegExp/lastIndex-match-or-replace.js | 2 +- test/staging/sm/RegExp/lastIndex-nonwritable.js | 2 +- test/staging/sm/RegExp/lastIndex-search.js | 2 +- test/staging/sm/RegExp/match-local-tolength-recompilation.js | 2 +- test/staging/sm/RegExp/match-this.js | 2 +- test/staging/sm/RegExp/match-trace.js | 2 +- test/staging/sm/RegExp/match.js | 2 +- test/staging/sm/RegExp/prototype-different-global.js | 2 +- test/staging/sm/RegExp/prototype.js | 2 +- test/staging/sm/RegExp/regress-576828.js | 2 +- test/staging/sm/RegExp/regress-613820-1.js | 2 +- test/staging/sm/RegExp/regress-613820-2.js | 2 +- test/staging/sm/RegExp/regress-613820-3.js | 2 +- test/staging/sm/RegExp/regress-yarr-regexp.js | 2 +- test/staging/sm/RegExp/replace-compile-elembase.js | 2 +- test/staging/sm/RegExp/replace-compile.js | 2 +- test/staging/sm/RegExp/replace-global-unicode.js | 2 +- test/staging/sm/RegExp/replace-local-tolength-lastindex.js | 2 +- test/staging/sm/RegExp/replace-local-tolength-recompilation.js | 2 +- test/staging/sm/RegExp/replace-sticky-lastIndex.js | 2 +- test/staging/sm/RegExp/replace-sticky.js | 2 +- test/staging/sm/RegExp/replace-this.js | 2 +- test/staging/sm/RegExp/replace-trace.js | 2 +- test/staging/sm/RegExp/replace-twoBytes.js | 2 +- test/staging/sm/RegExp/replace.js | 2 +- test/staging/sm/RegExp/search-this.js | 2 +- test/staging/sm/RegExp/search-trace.js | 2 +- test/staging/sm/RegExp/search.js | 2 +- test/staging/sm/RegExp/source.js | 2 +- test/staging/sm/RegExp/split-deleted-flags.js | 2 +- test/staging/sm/RegExp/split-flags-on-obj.js | 2 +- test/staging/sm/RegExp/split-invalid-lastIndex.js | 2 +- test/staging/sm/RegExp/split-limit.js | 2 +- test/staging/sm/RegExp/split-obj.js | 2 +- test/staging/sm/RegExp/split-prop-access.js | 2 +- test/staging/sm/RegExp/split-this.js | 2 +- test/staging/sm/RegExp/split-trace.js | 2 +- test/staging/sm/RegExp/split.js | 2 +- test/staging/sm/RegExp/sticky.js | 2 +- test/staging/sm/RegExp/test-emptyMatch.js | 2 +- test/staging/sm/RegExp/test-trailing.js | 2 +- test/staging/sm/RegExp/toString.js | 2 +- test/staging/sm/RegExp/unicode-back-reference.js | 2 +- test/staging/sm/RegExp/unicode-braced.js | 2 +- test/staging/sm/RegExp/unicode-character-class-escape.js | 2 +- test/staging/sm/RegExp/unicode-class-braced.js | 2 +- test/staging/sm/RegExp/unicode-class-empty.js | 2 +- test/staging/sm/RegExp/unicode-class-ignoreCase.js | 2 +- test/staging/sm/RegExp/unicode-class-lead-trail.js | 2 +- test/staging/sm/RegExp/unicode-class-negated.js | 2 +- test/staging/sm/RegExp/unicode-class-range.js | 2 +- test/staging/sm/RegExp/unicode-class-raw.js | 2 +- test/staging/sm/RegExp/unicode-disallow-extended.js | 2 +- test/staging/sm/RegExp/unicode-everything.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-ascii.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-escape.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-negated.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js | 2 +- test/staging/sm/RegExp/unicode-ignoreCase.js | 2 +- test/staging/sm/RegExp/unicode-lead-trail.js | 2 +- test/staging/sm/RegExp/unicode-raw.js | 2 +- test/staging/sm/Set/difference.js | 2 +- test/staging/sm/Set/intersection.js | 2 +- test/staging/sm/Set/is-disjoint-from.js | 2 +- test/staging/sm/Set/is-subset-of.js | 2 +- test/staging/sm/Set/is-superset-of.js | 2 +- test/staging/sm/Set/symmetric-difference.js | 2 +- test/staging/sm/Set/union.js | 2 +- test/staging/sm/String/15.5.4.11-01.js | 2 +- test/staging/sm/String/15.5.4.2.js | 2 +- test/staging/sm/String/15.5.4.7.js | 2 +- test/staging/sm/String/AdvanceStringIndex.js | 2 +- test/staging/sm/String/IsRegExp.js | 2 +- test/staging/sm/String/at.js | 2 +- test/staging/sm/String/codePointAt.js | 2 +- test/staging/sm/String/defaultvalue.js | 2 +- test/staging/sm/String/fromCodePoint.js | 2 +- test/staging/sm/String/internalUsage.js | 2 +- test/staging/sm/String/iterator_edge_cases.js | 2 +- test/staging/sm/String/match-GetMethod.js | 2 +- test/staging/sm/String/match-defines-match-elements.js | 2 +- test/staging/sm/String/match-forward-lookahead.js | 2 +- .../sm/String/match-throws-nonwritable-lastIndex-global.js | 2 +- test/staging/sm/String/match-updates-global-lastIndex.js | 2 +- test/staging/sm/String/match.js | 2 +- test/staging/sm/String/matchAll.js | 2 +- test/staging/sm/String/normalize-form-non-atom.js | 2 +- test/staging/sm/String/normalize-generateddata-input.js | 2 +- test/staging/sm/String/normalize-generic.js | 2 +- test/staging/sm/String/normalize-parameter.js | 2 +- test/staging/sm/String/normalize-rope.js | 2 +- test/staging/sm/String/raw.js | 2 +- test/staging/sm/String/regress-369778.js | 2 +- test/staging/sm/String/replace-GetMethod.js | 2 +- test/staging/sm/String/replace-bad-dollar-single-quote.js | 2 +- test/staging/sm/String/replace-flags.js | 2 +- test/staging/sm/String/replace-math.js | 2 +- .../sm/String/replace-throws-nonwritable-lastIndex-global.js | 2 +- test/staging/sm/String/replace-updates-global-lastIndex.js | 2 +- test/staging/sm/String/replace.js | 2 +- test/staging/sm/String/replaceAll.js | 2 +- test/staging/sm/String/search-GetMethod.js | 2 +- test/staging/sm/String/search.js | 2 +- test/staging/sm/String/split-01.js | 2 +- test/staging/sm/String/split-GetMethod.js | 2 +- test/staging/sm/String/split-order.js | 2 +- test/staging/sm/String/split-undefined-separator.js | 2 +- test/staging/sm/String/split-xregexp.js | 2 +- test/staging/sm/String/split.js | 2 +- test/staging/sm/String/string-code-point-upper-lower-mapping.js | 2 +- test/staging/sm/String/string-pad-start-end.js | 2 +- test/staging/sm/String/string-space-trim.js | 2 +- test/staging/sm/String/string-upper-lower-mapping.js | 2 +- test/staging/sm/String/thisv-error.js | 2 +- test/staging/sm/String/two-length-nonlatin-indexOf.js | 2 +- test/staging/sm/String/unicode-braced.js | 2 +- test/staging/sm/Symbol/as-base-value.js | 2 +- test/staging/sm/Symbol/comparisons.js | 2 +- test/staging/sm/Symbol/constructor.js | 2 +- test/staging/sm/Symbol/conversions.js | 2 +- test/staging/sm/Symbol/enumeration-order.js | 2 +- test/staging/sm/Symbol/enumeration.js | 2 +- test/staging/sm/Symbol/equality.js | 2 +- test/staging/sm/Symbol/errors.js | 2 +- test/staging/sm/Symbol/for-in-order.js | 2 +- test/staging/sm/Symbol/for.js | 2 +- test/staging/sm/Symbol/json-stringify-keys.js | 2 +- test/staging/sm/Symbol/json-stringify-values.js | 2 +- test/staging/sm/Symbol/keyFor.js | 2 +- test/staging/sm/Symbol/property-accessor.js | 2 +- test/staging/sm/Symbol/property-basics.js | 2 +- test/staging/sm/Symbol/property-inheritance.js | 2 +- test/staging/sm/Symbol/property-nonwritable.js | 2 +- test/staging/sm/Symbol/property-reflection.js | 2 +- test/staging/sm/Symbol/realms.js | 2 +- test/staging/sm/Symbol/species.js | 2 +- test/staging/sm/Symbol/surfaces.js | 2 +- .../sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js | 2 +- test/staging/sm/Symbol/toPrimitive-undefined-or-null.js | 2 +- test/staging/sm/Symbol/toPrimitive.js | 2 +- test/staging/sm/Symbol/toString.js | 2 +- test/staging/sm/Symbol/toStringTag.js | 2 +- test/staging/sm/Symbol/typed-arrays.js | 2 +- test/staging/sm/Symbol/typeof.js | 2 +- test/staging/sm/Symbol/valueOf.js | 2 +- test/staging/sm/Symbol/well-known.js | 2 +- test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js | 2 +- test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js | 2 +- test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js | 2 +- test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js | 2 +- test/staging/sm/Temporal/PlainDate/from-indian.js | 2 +- test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js | 2 +- test/staging/sm/Temporal/PlainDate/non-positive-era-year.js | 2 +- test/staging/sm/Temporal/PlainDate/too-large-dates.js | 2 +- test/staging/sm/Temporal/PlainDate/withCalendar.js | 2 +- .../sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js | 2 +- .../Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js | 2 +- test/staging/sm/Temporal/PlainMonthDay/from-chinese.js | 2 +- test/staging/sm/Temporal/PlainMonthDay/from-coptic.js | 2 +- test/staging/sm/Temporal/PlainMonthDay/from-gregory.js | 2 +- .../sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js | 2 +- test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js | 2 +- .../sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js | 2 +- test/staging/sm/TypedArray/at.js | 2 +- test/staging/sm/TypedArray/bug1526838.js | 2 +- .../sm/TypedArray/constructor-ArrayBuffer-species-wrap.js | 2 +- test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js | 2 +- test/staging/sm/TypedArray/constructor-buffer-sequence.js | 2 +- test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js | 2 +- test/staging/sm/TypedArray/constructor-iterator-primitive.js | 2 +- test/staging/sm/TypedArray/constructor-non-detached.js | 2 +- test/staging/sm/TypedArray/constructor-not-callable.js | 2 +- .../TypedArray/constructor-typedarray-species-other-global.js | 2 +- test/staging/sm/TypedArray/constructor-undefined-args.js | 2 +- test/staging/sm/TypedArray/constructor_bad-args.js | 2 +- test/staging/sm/TypedArray/detached-array-buffer-checks.js | 2 +- .../sm/TypedArray/element-setting-converts-using-ToNumber.js | 2 +- test/staging/sm/TypedArray/entries.js | 2 +- test/staging/sm/TypedArray/every-and-some.js | 2 +- test/staging/sm/TypedArray/fill-detached.js | 2 +- test/staging/sm/TypedArray/fill.js | 2 +- test/staging/sm/TypedArray/filter-species.js | 2 +- test/staging/sm/TypedArray/find-and-findIndex.js | 2 +- test/staging/sm/TypedArray/findLast-and-findLastIndex.js | 2 +- test/staging/sm/TypedArray/forEach.js | 2 +- test/staging/sm/TypedArray/from_basics.js | 2 +- test/staging/sm/TypedArray/from_constructor.js | 2 +- test/staging/sm/TypedArray/from_errors.js | 2 +- test/staging/sm/TypedArray/from_iterable.js | 2 +- test/staging/sm/TypedArray/from_mapping.js | 2 +- test/staging/sm/TypedArray/from_realms.js | 2 +- test/staging/sm/TypedArray/from_string.js | 2 +- test/staging/sm/TypedArray/from_surfaces.js | 2 +- test/staging/sm/TypedArray/from_this.js | 2 +- test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js | 2 +- test/staging/sm/TypedArray/getter-name.js | 2 +- test/staging/sm/TypedArray/has-property-op.js | 2 +- test/staging/sm/TypedArray/includes.js | 2 +- test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js | 2 +- .../sm/TypedArray/indexOf-never-returns-negative-zero.js | 2 +- test/staging/sm/TypedArray/iterator-next-with-detached.js | 2 +- test/staging/sm/TypedArray/iterator.js | 2 +- test/staging/sm/TypedArray/join.js | 2 +- test/staging/sm/TypedArray/keys.js | 2 +- .../sm/TypedArray/lastIndexOf-never-returns-negative-zero.js | 2 +- test/staging/sm/TypedArray/map-and-filter.js | 2 +- test/staging/sm/TypedArray/map-species.js | 2 +- test/staging/sm/TypedArray/object-defineproperty.js | 2 +- test/staging/sm/TypedArray/of.js | 2 +- test/staging/sm/TypedArray/prototype-constructor-identity.js | 2 +- test/staging/sm/TypedArray/reduce-and-reduceRight.js | 2 +- test/staging/sm/TypedArray/reverse.js | 2 +- test/staging/sm/TypedArray/seal-and-freeze.js | 2 +- test/staging/sm/TypedArray/set-detached-bigint.js | 2 +- test/staging/sm/TypedArray/set-detached.js | 2 +- test/staging/sm/TypedArray/set-negative-offset.js | 2 +- .../TypedArray/set-same-buffer-different-source-target-types.js | 2 +- test/staging/sm/TypedArray/set-tointeger.js | 2 +- test/staging/sm/TypedArray/set-toobject.js | 2 +- test/staging/sm/TypedArray/set-with-receiver.js | 2 +- test/staging/sm/TypedArray/set-wrapped.js | 2 +- test/staging/sm/TypedArray/set.js | 2 +- test/staging/sm/TypedArray/slice-bitwise-same.js | 2 +- test/staging/sm/TypedArray/slice-conversion.js | 2 +- test/staging/sm/TypedArray/slice-detached.js | 2 +- test/staging/sm/TypedArray/slice-memcpy.js | 2 +- test/staging/sm/TypedArray/slice-species.js | 2 +- test/staging/sm/TypedArray/slice.js | 2 +- test/staging/sm/TypedArray/sort-negative-nan.js | 2 +- test/staging/sm/TypedArray/sort-non-function.js | 2 +- test/staging/sm/TypedArray/sort_byteoffset.js | 2 +- test/staging/sm/TypedArray/sort_comparators.js | 2 +- test/staging/sm/TypedArray/sort_compare_nan.js | 2 +- test/staging/sm/TypedArray/sort_errors.js | 2 +- test/staging/sm/TypedArray/sort_globals.js | 2 +- test/staging/sm/TypedArray/sort_large_countingsort.js | 2 +- test/staging/sm/TypedArray/sort_modifications.js | 2 +- test/staging/sm/TypedArray/sort_small.js | 2 +- test/staging/sm/TypedArray/sort_snans.js | 2 +- test/staging/sm/TypedArray/sort_sorted.js | 2 +- test/staging/sm/TypedArray/sort_stable.js | 2 +- test/staging/sm/TypedArray/sorting_buffer_access.js | 2 +- test/staging/sm/TypedArray/subarray-species.js | 2 +- test/staging/sm/TypedArray/subarray.js | 2 +- test/staging/sm/TypedArray/test-integrity-level-detached.js | 2 +- test/staging/sm/TypedArray/test-integrity-level.js | 2 +- test/staging/sm/TypedArray/toLocaleString-detached.js | 2 +- test/staging/sm/TypedArray/toLocaleString-nointl.js | 2 +- test/staging/sm/TypedArray/toLocaleString.js | 2 +- test/staging/sm/TypedArray/toReversed-detached.js | 2 +- test/staging/sm/TypedArray/toSorted-detached.js | 2 +- test/staging/sm/TypedArray/toString.js | 2 +- test/staging/sm/TypedArray/toStringTag-cross-compartment.js | 2 +- test/staging/sm/TypedArray/uint8clamped-constructor.js | 2 +- test/staging/sm/TypedArray/values.js | 2 +- test/staging/sm/TypedArray/with-detached.js | 2 +- test/staging/sm/TypedArray/with.js | 2 +- test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js | 2 +- test/staging/sm/WeakMap/symbols.js | 2 +- test/staging/sm/argumentsLengthOpt.js | 2 +- .../staging/sm/async-functions/async-contains-unicode-escape.js | 2 +- .../sm/async-functions/async-function-declaration-in-modules.js | 2 +- test/staging/sm/async-functions/async-property-name-error.js | 2 +- test/staging/sm/async-functions/await-error.js | 2 +- test/staging/sm/async-functions/await-in-arrow-parameters.js | 2 +- .../sm/async-functions/await-in-parameters-of-async-func.js | 2 +- test/staging/sm/async-functions/constructor.js | 2 +- .../create-function-parse-before-getprototype.js | 2 +- test/staging/sm/async-functions/inner-caller.js | 2 +- test/staging/sm/async-functions/length.js | 2 +- test/staging/sm/async-functions/no-expression-closure.js | 2 +- test/staging/sm/async-functions/property.js | 2 +- test/staging/sm/async-functions/toString.js | 2 +- test/staging/sm/class/boundFunctionSubclassing.js | 2 +- test/staging/sm/class/bytecodePatternMatching.js | 2 +- test/staging/sm/class/classConstructorNoCall.js | 2 +- test/staging/sm/class/classHeritage.js | 2 +- test/staging/sm/class/className.js | 2 +- test/staging/sm/class/classPrototype.js | 2 +- test/staging/sm/class/compPropDestr.js | 2 +- test/staging/sm/class/compPropNames.js | 2 +- test/staging/sm/class/constructorCalled.js | 2 +- test/staging/sm/class/defaultConstructorBase.js | 2 +- test/staging/sm/class/defaultConstructorDerivedSpread.js | 2 +- test/staging/sm/class/defaultConstructorNotCallable.js | 2 +- test/staging/sm/class/derivedConstructorArrowEvalBinding.js | 2 +- test/staging/sm/class/derivedConstructorArrowEvalClosed.js | 2 +- test/staging/sm/class/derivedConstructorArrowEvalEscape.js | 2 +- .../sm/class/derivedConstructorArrowEvalEscapeUninitialized.js | 2 +- test/staging/sm/class/derivedConstructorArrowEvalGetThis.js | 2 +- .../sm/class/derivedConstructorArrowEvalNestedSuperCall.js | 2 +- test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js | 2 +- test/staging/sm/class/derivedConstructorInlining.js | 2 +- test/staging/sm/class/derivedConstructorName.js | 2 +- test/staging/sm/class/derivedConstructorReturnPrimitive.js | 2 +- test/staging/sm/class/derivedConstructorTDZExplicitThis.js | 2 +- test/staging/sm/class/derivedConstructorTDZOffEdge.js | 2 +- test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js | 2 +- test/staging/sm/class/derivedConstructorTDZReturnObject.js | 2 +- test/staging/sm/class/derivedConstructorTDZReturnTry.js | 2 +- test/staging/sm/class/derivedConstructorTDZReturnUndefined.js | 2 +- test/staging/sm/class/extendBuiltinConstructors.js | 2 +- .../staging/sm/class/fields-instance-class-name-binding-eval.js | 2 +- test/staging/sm/class/fields-instance-class-name-binding.js | 2 +- test/staging/sm/class/fields-static-class-name-binding-eval.js | 2 +- test/staging/sm/class/fields-static-class-name-binding.js | 2 +- test/staging/sm/class/geterNoExprClosure.js | 2 +- test/staging/sm/class/innerBinding.js | 2 +- test/staging/sm/class/methDefn.js | 2 +- test/staging/sm/class/methDefnGen.js | 2 +- test/staging/sm/class/methodInstallation.js | 2 +- test/staging/sm/class/methodName.js | 2 +- test/staging/sm/class/methodOverwrites.js | 2 +- test/staging/sm/class/methodsPrototype.js | 2 +- test/staging/sm/class/newTargetArgumentsIntact.js | 2 +- test/staging/sm/class/newTargetArrow.js | 2 +- test/staging/sm/class/newTargetBound.js | 2 +- test/staging/sm/class/newTargetCCW.js | 2 +- test/staging/sm/class/newTargetDVG.js | 2 +- test/staging/sm/class/newTargetDefaults.js | 2 +- test/staging/sm/class/newTargetDirectInvoke.js | 2 +- test/staging/sm/class/newTargetEval.js | 2 +- test/staging/sm/class/newTargetGenerators.js | 2 +- test/staging/sm/class/newTargetMethods.js | 2 +- test/staging/sm/class/newTargetNonFunction.js | 2 +- test/staging/sm/class/newTargetProxyNative.js | 2 +- test/staging/sm/class/parenExprToString.js | 2 +- test/staging/sm/class/staticConstructor.js | 2 +- test/staging/sm/class/staticMethods.js | 2 +- test/staging/sm/class/strictExecution.js | 2 +- test/staging/sm/class/stringConstructor.js | 2 +- test/staging/sm/class/subclassedArrayUnboxed.js | 2 +- test/staging/sm/class/superCallBadDynamicSuperClass.js | 2 +- test/staging/sm/class/superCallBadNewTargetPrototype.js | 2 +- test/staging/sm/class/superCallBaseInvoked.js | 2 +- test/staging/sm/class/superCallIllegal.js | 2 +- test/staging/sm/class/superCallInvalidBase.js | 2 +- test/staging/sm/class/superCallOrder.js | 2 +- test/staging/sm/class/superCallProperBase.js | 2 +- test/staging/sm/class/superCallSpreadCall.js | 2 +- test/staging/sm/class/superCallThisInit.js | 2 +- test/staging/sm/class/superElemDelete.js | 2 +- test/staging/sm/class/superPropBasicCalls.js | 2 +- test/staging/sm/class/superPropBasicChain.js | 2 +- test/staging/sm/class/superPropBasicGetter.js | 2 +- test/staging/sm/class/superPropBasicNew.js | 2 +- test/staging/sm/class/superPropChains.js | 2 +- test/staging/sm/class/superPropDVG.js | 2 +- test/staging/sm/class/superPropDelete.js | 2 +- test/staging/sm/class/superPropDerivedCalls.js | 2 +- test/staging/sm/class/superPropDestructuring.js | 2 +- test/staging/sm/class/superPropEvalInsideArrow.js | 2 +- test/staging/sm/class/superPropEvalInsideNested.js | 2 +- test/staging/sm/class/superPropFor.js | 2 +- test/staging/sm/class/superPropHeavyweightArrow.js | 2 +- test/staging/sm/class/superPropHomeObject.js | 2 +- test/staging/sm/class/superPropIncDecElem.js | 2 +- test/staging/sm/class/superPropLazyInnerFunction.js | 2 +- test/staging/sm/class/superPropNoOverwriting.js | 2 +- test/staging/sm/class/superPropOrdering.js | 2 +- test/staging/sm/class/superPropProtoChanges.js | 2 +- test/staging/sm/class/superPropProxies.js | 2 +- test/staging/sm/class/superPropSkips.js | 2 +- test/staging/sm/class/superPropStatics.js | 2 +- test/staging/sm/class/superPropStrictAssign.js | 2 +- test/staging/sm/class/superThisStrictNoBoxing.js | 2 +- test/staging/sm/class/uninitializedThisError.js | 2 +- test/staging/sm/destructuring/array-default-class.js | 2 +- test/staging/sm/destructuring/array-iterator-close.js | 2 +- test/staging/sm/destructuring/bug1396261.js | 2 +- test/staging/sm/destructuring/constant-folding.js | 2 +- test/staging/sm/destructuring/iterator-primitive.js | 2 +- test/staging/sm/destructuring/order-super.js | 2 +- test/staging/sm/destructuring/order.js | 2 +- .../sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js | 2 +- .../sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js | 2 +- .../sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js | 2 +- .../sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js | 2 +- .../sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js | 2 +- .../sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js | 2 +- .../sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js | 2 +- .../sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js | 2 +- .../sm/eval/exhaustive-global-normalcaller-direct-normalcode.js | 2 +- .../sm/eval/exhaustive-global-normalcaller-direct-strictcode.js | 2 +- .../eval/exhaustive-global-normalcaller-indirect-normalcode.js | 2 +- .../eval/exhaustive-global-normalcaller-indirect-strictcode.js | 2 +- .../sm/eval/exhaustive-global-strictcaller-direct-normalcode.js | 2 +- .../sm/eval/exhaustive-global-strictcaller-direct-strictcode.js | 2 +- .../eval/exhaustive-global-strictcaller-indirect-normalcode.js | 2 +- .../eval/exhaustive-global-strictcaller-indirect-strictcode.js | 2 +- test/staging/sm/eval/line-terminator-paragraph-terminator.js | 2 +- .../sm/eval/redeclared-arguments-in-param-expression-eval.js | 2 +- test/staging/sm/eval/regress-531682.js | 2 +- test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js | 2 +- test/staging/sm/expressions/11.1.5-01.js | 2 +- test/staging/sm/expressions/ToPropertyKey-symbols.js | 2 +- test/staging/sm/expressions/binary-literals.js | 2 +- test/staging/sm/expressions/computed-property-side-effects.js | 2 +- .../staging/sm/expressions/constant-folded-labeled-statement.js | 2 +- test/staging/sm/expressions/delete-constant-folded-and-or.js | 2 +- .../delete-name-parenthesized-early-error-strict-mode.js | 2 +- test/staging/sm/expressions/destructuring-array-default-call.js | 2 +- .../staging/sm/expressions/destructuring-array-default-class.js | 2 +- .../expressions/destructuring-array-default-function-nested.js | 2 +- .../sm/expressions/destructuring-array-default-function.js | 2 +- .../sm/expressions/destructuring-array-default-simple.js | 2 +- .../staging/sm/expressions/destructuring-array-default-yield.js | 2 +- test/staging/sm/expressions/destructuring-array-done.js | 2 +- test/staging/sm/expressions/destructuring-array-lexical.js | 2 +- test/staging/sm/expressions/destructuring-object-__proto__-1.js | 2 +- test/staging/sm/expressions/destructuring-object-__proto__-2.js | 2 +- .../sm/expressions/destructuring-pattern-parenthesized.js | 2 +- .../sm/expressions/exponentiation-unparenthesised-unary.js | 2 +- test/staging/sm/expressions/inNotObjectError.js | 2 +- test/staging/sm/expressions/named-accessor-function.js | 2 +- test/staging/sm/expressions/nested-delete-name-in-evalcode.js | 2 +- test/staging/sm/expressions/nullish-coalescing.js | 2 +- test/staging/sm/expressions/object-literal-__proto__.js | 2 +- .../staging/sm/expressions/object-literal-accessor-arguments.js | 2 +- .../sm/expressions/object-literal-accessor-property-name.js | 2 +- .../expressions/object-literal-computed-property-evaluation.js | 2 +- test/staging/sm/expressions/octal-literals.js | 2 +- test/staging/sm/expressions/optional-chain-class-heritage.js | 2 +- test/staging/sm/expressions/optional-chain-first-expression.js | 2 +- test/staging/sm/expressions/optional-chain-super-elem.js | 2 +- test/staging/sm/expressions/optional-chain-tdz.js | 2 +- test/staging/sm/expressions/optional-chain.js | 2 +- test/staging/sm/expressions/primitive-this-boxing-behavior.js | 2 +- .../expressions/short-circuit-compound-assignment-anon-fns.js | 2 +- .../sm/expressions/short-circuit-compound-assignment-const.js | 2 +- ...short-circuit-compound-assignment-property-key-evaluation.js | 2 +- .../sm/expressions/short-circuit-compound-assignment-tdz.js | 2 +- .../staging/sm/expressions/short-circuit-compound-assignment.js | 2 +- test/staging/sm/expressions/string-literal-escape-sequences.js | 2 +- test/staging/sm/expressions/tagged-template-constant-folding.js | 2 +- test/staging/sm/extensions/8.12.5-01.js | 2 +- .../sm/extensions/ArrayBuffer-slice-arguments-detaching.js | 2 +- .../sm/extensions/DataView-construct-arguments-detaching.js | 2 +- test/staging/sm/extensions/DataView-set-arguments-detaching.js | 2 +- .../extensions/RegExp-error-message-skip-selfhosted-frames.js | 2 +- test/staging/sm/extensions/String-match-flags.js | 2 +- .../extensions/TypedArray-set-object-funky-length-detaches.js | 2 +- .../sm/extensions/TypedArray-subarray-arguments-detaching.js | 2 +- test/staging/sm/extensions/__proto__.js | 2 +- .../sm/extensions/arguments-property-access-in-function.js | 2 +- test/staging/sm/extensions/array-inherited-__proto__.js | 2 +- test/staging/sm/extensions/array-length-protochange.js | 2 +- test/staging/sm/extensions/array-pop-proxy.js | 2 +- test/staging/sm/extensions/arraybuffer-prototype.js | 2 +- test/staging/sm/extensions/bug472534.js | 2 +- test/staging/sm/extensions/builtin-function-arguments-caller.js | 2 +- test/staging/sm/extensions/censor-strict-caller.js | 2 +- test/staging/sm/extensions/cross-global-eval-is-indirect.js | 2 +- test/staging/sm/extensions/dataview.js | 2 +- test/staging/sm/extensions/decompile-for-of.js | 2 +- test/staging/sm/extensions/destructure-accessor.js | 2 +- .../destructuring-__proto__-shorthand-assignment-before-var.js | 2 +- .../extensions/destructuring-__proto__-shorthand-assignment.js | 2 +- .../sm/extensions/destructuring-__proto__-target-assignment.js | 2 +- test/staging/sm/extensions/destructuring-for-inof-__proto__.js | 2 +- test/staging/sm/extensions/element-setting-ToNumber-detaches.js | 2 +- test/staging/sm/extensions/error-tostring-function.js | 2 +- test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js | 2 +- test/staging/sm/extensions/eval-native-callback-is-indirect.js | 2 +- test/staging/sm/extensions/expression-closure-syntax.js | 2 +- .../extensions/extension-methods-reject-null-undefined-this.js | 2 +- ...op-with-lexical-declaration-and-nested-function-statement.js | 2 +- test/staging/sm/extensions/function-caller-skips-eval-frames.js | 2 +- test/staging/sm/extensions/function-properties.js | 2 +- test/staging/sm/extensions/getOwnPropertyNames-__proto__.js | 2 +- test/staging/sm/extensions/inc-dec-functioncall.js | 2 +- test/staging/sm/extensions/keyword-unescaped-requirement.js | 2 +- test/staging/sm/extensions/mutable-proto-special-form.js | 2 +- test/staging/sm/extensions/nested-delete-name-in-evalcode.js | 2 +- test/staging/sm/extensions/new-cross-compartment.js | 2 +- test/staging/sm/extensions/new-parenthesization.js | 2 +- .../sm/extensions/newer-type-functions-caller-arguments.js | 2 +- .../sm/extensions/proxy-array-target-length-definition.js | 2 +- test/staging/sm/extensions/proxy-enumeration.js | 2 +- test/staging/sm/extensions/proxy-strict.js | 2 +- test/staging/sm/extensions/quote-string-for-nul-character.js | 2 +- test/staging/sm/extensions/recursion.js | 2 +- test/staging/sm/extensions/regress-455380.js | 2 +- test/staging/sm/extensions/regress-469625-01.js | 2 +- test/staging/sm/extensions/regress-480579.js | 2 +- test/staging/sm/extensions/regress-481516.js | 2 +- test/staging/sm/extensions/regress-591450.js | 2 +- test/staging/sm/extensions/regress-645160.js | 2 +- test/staging/sm/extensions/regress-650753.js | 2 +- test/staging/sm/extensions/regress-bug629723.js | 2 +- .../sm/extensions/reviver-mutates-holder-array-nonnative.js | 2 +- test/staging/sm/extensions/reviver-mutates-holder-array.js | 2 +- .../sm/extensions/reviver-mutates-holder-object-nonnative.js | 2 +- test/staging/sm/extensions/reviver-mutates-holder-object.js | 2 +- test/staging/sm/extensions/set-property-non-extensible.js | 2 +- test/staging/sm/extensions/shareddataview.js | 2 +- test/staging/sm/extensions/sps-generators.js | 2 +- .../sm/extensions/string-literal-getter-setter-decompilation.js | 2 +- .../sm/extensions/typedarray-copyWithin-arguments-detaching.js | 2 +- test/staging/sm/extensions/typedarray-set-detach.js | 2 +- test/staging/sm/extensions/typedarray-subarray-of-subarray.js | 2 +- test/staging/sm/extensions/weakmap.js | 2 +- test/staging/sm/fields/await-identifier-module-1.js | 2 +- test/staging/sm/fields/await-identifier-module-2.js | 2 +- test/staging/sm/fields/await-identifier-module-3.js | 2 +- test/staging/sm/fields/await-identifier-script.js | 2 +- test/staging/sm/fields/bug1587574.js | 2 +- test/staging/sm/fields/init-order.js | 2 +- test/staging/sm/fields/numeric-fields.js | 2 +- test/staging/sm/fields/scopes.js | 2 +- test/staging/sm/fields/unimplemented.js | 2 +- .../sm/generators/create-function-parse-before-getprototype.js | 2 +- test/staging/sm/generators/delegating-yield-1.js | 2 +- test/staging/sm/generators/delegating-yield-10.js | 2 +- test/staging/sm/generators/delegating-yield-11.js | 2 +- test/staging/sm/generators/delegating-yield-12.js | 2 +- test/staging/sm/generators/delegating-yield-2.js | 2 +- test/staging/sm/generators/delegating-yield-3.js | 2 +- test/staging/sm/generators/delegating-yield-4.js | 2 +- test/staging/sm/generators/delegating-yield-5.js | 2 +- test/staging/sm/generators/delegating-yield-6.js | 2 +- test/staging/sm/generators/delegating-yield-7.js | 2 +- test/staging/sm/generators/delegating-yield-8.js | 2 +- test/staging/sm/generators/delegating-yield-9.js | 2 +- test/staging/sm/generators/gen-with-call-obj.js | 2 +- test/staging/sm/generators/iteration.js | 2 +- test/staging/sm/generators/iterator-next-non-object.js | 2 +- test/staging/sm/generators/objects.js | 2 +- test/staging/sm/generators/regress-366941.js | 2 +- test/staging/sm/generators/return-finally.js | 2 +- test/staging/sm/generators/runtime.js | 2 +- test/staging/sm/generators/syntax.js | 2 +- test/staging/sm/generators/yield-error.js | 2 +- test/staging/sm/generators/yield-iterator-close.js | 2 +- test/staging/sm/generators/yield-non-regexp.js | 2 +- test/staging/sm/generators/yield-star-iterator-close.js | 2 +- test/staging/sm/generators/yield-star-iterator-primitive.js | 2 +- test/staging/sm/generators/yield-star-throw-htmldda.js | 2 +- test/staging/sm/global/adding-global-var-nonextensible-error.js | 2 +- test/staging/sm/global/bug-320887.js | 2 +- test/staging/sm/global/bug660612.js | 2 +- test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js | 2 +- test/staging/sm/global/delete-global-NaN-property.js | 2 +- test/staging/sm/global/direct-eval-but-not.js | 2 +- test/staging/sm/global/eval-01.js | 2 +- test/staging/sm/global/eval-02.js | 2 +- .../staging/sm/global/eval-in-strict-eval-in-normal-function.js | 2 +- test/staging/sm/global/eval-inside-with-is-direct.js | 2 +- test/staging/sm/global/eval-native-callback-is-indirect.js | 2 +- test/staging/sm/global/globalThis-enumeration.js | 2 +- test/staging/sm/global/parenthesized-eval-is-direct.js | 2 +- test/staging/sm/global/parseFloat-01.js | 2 +- test/staging/sm/global/parseInt-01.js | 2 +- test/staging/sm/global/parseInt-default-to-decimal.js | 2 +- .../block-scoped-functions-annex-b-arguments.js | 2 +- .../lexical-environment/block-scoped-functions-annex-b-eval.js | 2 +- .../block-scoped-functions-annex-b-generators.js | 2 +- .../sm/lexical-environment/block-scoped-functions-annex-b-if.js | 2 +- .../lexical-environment/block-scoped-functions-annex-b-label.js | 2 +- .../block-scoped-functions-annex-b-notapplicable.js | 2 +- .../block-scoped-functions-annex-b-parameter.js | 2 +- .../block-scoped-functions-annex-b-same-name.js | 2 +- .../lexical-environment/block-scoped-functions-annex-b-with.js | 2 +- .../sm/lexical-environment/block-scoped-functions-annex-b.js | 2 +- .../block-scoped-functions-deprecated-redecl.js | 2 +- .../lexical-environment/block-scoped-functions-hoisted-tdz.js | 2 +- .../sm/lexical-environment/block-scoped-functions-strict.js | 2 +- test/staging/sm/lexical-environment/bug-1216623.js | 2 +- test/staging/sm/lexical-environment/catch-body.js | 2 +- .../sm/lexical-environment/const-declaration-in-for-loop.js | 2 +- .../sm/lexical-environment/eval-has-lexical-environment.js | 2 +- .../for-loop-with-bindings-added-at-runtime.js | 2 +- test/staging/sm/lexical-environment/for-loop.js | 2 +- test/staging/sm/lexical-environment/implicit-this-in-with.js | 2 +- test/staging/sm/lexical-environment/unscopables-basics.js | 2 +- test/staging/sm/lexical-environment/unscopables-closures.js | 2 +- test/staging/sm/lexical-environment/unscopables-const.js | 2 +- test/staging/sm/lexical-environment/unscopables-delete.js | 2 +- test/staging/sm/lexical-environment/unscopables-getters.js | 2 +- test/staging/sm/lexical-environment/unscopables-global.js | 2 +- test/staging/sm/lexical-environment/unscopables-ignored.js | 2 +- test/staging/sm/lexical-environment/unscopables-miss.js | 2 +- .../sm/lexical-environment/unscopables-mutation-frozen.js | 2 +- test/staging/sm/lexical-environment/unscopables-proto.js | 2 +- test/staging/sm/lexical-environment/unscopables-proxy.js | 2 +- test/staging/sm/lexical-environment/unscopables-tdz.js | 2 +- .../sm/lexical-environment/var-in-catch-body-annex-b-eval.js | 2 +- .../with-global-ignores-global-let-variables.js | 2 +- test/staging/sm/literals/numeric/idstart-after-numeric.js | 2 +- test/staging/sm/misc/bug1126318.js | 2 +- .../sm/misc/builtin-methods-reject-null-undefined-this.js | 2 +- test/staging/sm/misc/enumerate-undefined.js | 2 +- test/staging/sm/misc/error-undefined-message.js | 2 +- test/staging/sm/misc/explicit-undefined-optional-argument.js | 2 +- test/staging/sm/misc/function-definition-eval.js | 2 +- test/staging/sm/misc/future-reserved-words.js | 2 +- test/staging/sm/misc/getter-setter-outerize-this.js | 2 +- test/staging/sm/misc/global-numeric-properties.js | 2 +- .../sm/misc/line-paragraph-separator-parse-as-lineterminator.js | 2 +- test/staging/sm/misc/new-with-non-constructor.js | 2 +- test/staging/sm/misc/redeclare-var-non-writable-property.js | 2 +- test/staging/sm/misc/regexp-functions-with-undefined.js | 2 +- test/staging/sm/misc/syntax-error-end-of-for-head-part.js | 2 +- test/staging/sm/misc/unicode-escaped-keyword.js | 2 +- test/staging/sm/misc/unicode-identifier-1d17.js | 2 +- test/staging/sm/misc/unicode-identifier-82f1.js | 2 +- test/staging/sm/misc/unwrapped-no-such-method.js | 2 +- test/staging/sm/module/await-restricted-nested.js | 2 +- test/staging/sm/module/bug1488117.js | 2 +- .../duplicate-exported-names-in-single-export-declaration.js | 2 +- ...duplicate-exported-names-in-single-export-var-declaration.js | 2 +- test/staging/sm/module/module-export-name-star.js | 2 +- test/staging/sm/object/15.2.3.12.js | 2 +- test/staging/sm/object/15.2.3.14-01.js | 2 +- test/staging/sm/object/15.2.3.4-01.js | 2 +- test/staging/sm/object/15.2.3.4-02.js | 2 +- test/staging/sm/object/15.2.3.4-03.js | 2 +- test/staging/sm/object/15.2.3.4-04.js | 2 +- test/staging/sm/object/15.2.3.5-01.js | 2 +- test/staging/sm/object/15.2.3.6-define-over-method.js | 2 +- test/staging/sm/object/15.2.3.7-01.js | 2 +- test/staging/sm/object/15.2.3.9.js | 2 +- test/staging/sm/object/accessor-arguments-rest.js | 2 +- test/staging/sm/object/accessor-name.js | 2 +- test/staging/sm/object/accessor-non-constructor.js | 2 +- test/staging/sm/object/add-property-non-extensible.js | 2 +- test/staging/sm/object/bug-1150906.js | 2 +- test/staging/sm/object/bug-1206700.js | 2 +- test/staging/sm/object/clear-dictionary-accessor-getset.js | 2 +- test/staging/sm/object/defineGetter-defineSetter.js | 2 +- test/staging/sm/object/defineProperties-callable-accessor.js | 2 +- test/staging/sm/object/defineProperties-order.js | 2 +- test/staging/sm/object/defineProperty-proxy.js | 2 +- test/staging/sm/object/duplProps.js | 2 +- test/staging/sm/object/entries.js | 2 +- test/staging/sm/object/extensibility-01.js | 2 +- test/staging/sm/object/extensibility-02.js | 2 +- test/staging/sm/object/freeze-proxy.js | 2 +- test/staging/sm/object/freeze.js | 2 +- test/staging/sm/object/gOPD-vs-prototype-accessor.js | 2 +- test/staging/sm/object/getOwnPropertyDescriptor.js | 2 +- test/staging/sm/object/getOwnPropertySymbols-proxy.js | 2 +- test/staging/sm/object/getOwnPropertySymbols.js | 2 +- test/staging/sm/object/getPrototypeOf-array.js | 2 +- test/staging/sm/object/getPrototypeOf.js | 2 +- test/staging/sm/object/getter-name.js | 2 +- test/staging/sm/object/hasOwn.js | 2 +- test/staging/sm/object/isExtensible.js | 2 +- test/staging/sm/object/isFrozen.js | 2 +- test/staging/sm/object/isPrototypeOf.js | 2 +- test/staging/sm/object/isSealed.js | 2 +- test/staging/sm/object/keys.js | 2 +- test/staging/sm/object/method-non-constructor.js | 2 +- test/staging/sm/object/mutation-prevention-methods.js | 2 +- .../sm/object/object-create-with-primitive-second-arg.js | 2 +- test/staging/sm/object/object-toString-01.js | 2 +- test/staging/sm/object/preventExtensions-idempotent.js | 2 +- test/staging/sm/object/preventExtensions-proxy.js | 2 +- test/staging/sm/object/preventExtensions.js | 2 +- test/staging/sm/object/property-descriptor-order.js | 2 +- test/staging/sm/object/propertyIsEnumerable-proxy.js | 2 +- test/staging/sm/object/propertyIsEnumerable.js | 2 +- test/staging/sm/object/proto-property-change-writability-set.js | 2 +- test/staging/sm/object/regress-459405.js | 2 +- test/staging/sm/object/seal-proxy.js | 2 +- test/staging/sm/object/seal.js | 2 +- test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js | 2 +- test/staging/sm/object/setPrototypeOf-same-value.js | 2 +- test/staging/sm/object/toLocaleString-01.js | 2 +- test/staging/sm/object/toLocaleString.js | 2 +- test/staging/sm/object/toPrimitive-callers.js | 2 +- test/staging/sm/object/toPrimitive.js | 2 +- test/staging/sm/object/vacuous-accessor-unqualified-name.js | 2 +- test/staging/sm/object/values-entries-indexed.js | 2 +- test/staging/sm/object/values-entries-lazy-props.js | 2 +- test/staging/sm/object/values-entries-typedarray.js | 2 +- test/staging/sm/object/values.js | 2 +- test/staging/sm/regress/regress-10278.js | 2 +- test/staging/sm/regress/regress-1383630.js | 2 +- test/staging/sm/regress/regress-1507322-deep-weakmap.js | 2 +- test/staging/sm/regress/regress-162392.js | 2 +- test/staging/sm/regress/regress-306794.js | 2 +- test/staging/sm/regress/regress-325925.js | 2 +- test/staging/sm/regress/regress-373843.js | 2 +- test/staging/sm/regress/regress-383682.js | 2 +- test/staging/sm/regress/regress-383902.js | 2 +- test/staging/sm/regress/regress-410852.js | 2 +- test/staging/sm/regress/regress-428366.js | 2 +- test/staging/sm/regress/regress-441477-01.js | 2 +- test/staging/sm/regress/regress-449627.js | 2 +- test/staging/sm/regress/regress-449666.js | 2 +- test/staging/sm/regress/regress-452189.js | 2 +- test/staging/sm/regress/regress-452498-051.js | 2 +- test/staging/sm/regress/regress-452498-053.js | 2 +- test/staging/sm/regress/regress-452498-079.js | 2 +- test/staging/sm/regress/regress-459085.js | 2 +- test/staging/sm/regress/regress-469625-02.js | 2 +- test/staging/sm/regress/regress-469625-03.js | 2 +- test/staging/sm/regress/regress-469758.js | 2 +- test/staging/sm/regress/regress-470758-01.js | 2 +- test/staging/sm/regress/regress-470758-02.js | 2 +- test/staging/sm/regress/regress-499524.js | 2 +- test/staging/sm/regress/regress-500528.js | 2 +- test/staging/sm/regress/regress-503860.js | 2 +- test/staging/sm/regress/regress-530879.js | 2 +- test/staging/sm/regress/regress-541255-3.js | 2 +- test/staging/sm/regress/regress-541455.js | 2 +- test/staging/sm/regress/regress-551763-0.js | 2 +- test/staging/sm/regress/regress-551763-1.js | 2 +- test/staging/sm/regress/regress-551763-2.js | 2 +- test/staging/sm/regress/regress-552432.js | 2 +- test/staging/sm/regress/regress-553778.js | 2 +- test/staging/sm/regress/regress-554955-1.js | 2 +- test/staging/sm/regress/regress-554955-2.js | 2 +- test/staging/sm/regress/regress-554955-3.js | 2 +- test/staging/sm/regress/regress-554955-4.js | 2 +- test/staging/sm/regress/regress-554955-5.js | 2 +- test/staging/sm/regress/regress-554955-6.js | 2 +- test/staging/sm/regress/regress-559402-1.js | 2 +- test/staging/sm/regress/regress-559402-2.js | 2 +- test/staging/sm/regress/regress-559438.js | 2 +- test/staging/sm/regress/regress-560998-1.js | 2 +- test/staging/sm/regress/regress-560998-2.js | 2 +- test/staging/sm/regress/regress-561031.js | 2 +- test/staging/sm/regress/regress-563221.js | 2 +- test/staging/sm/regress/regress-567152.js | 2 +- test/staging/sm/regress/regress-569306.js | 2 +- test/staging/sm/regress/regress-571014.js | 2 +- test/staging/sm/regress/regress-573875.js | 2 +- test/staging/sm/regress/regress-577648-1.js | 2 +- test/staging/sm/regress/regress-577648-2.js | 2 +- test/staging/sm/regress/regress-580544.js | 2 +- test/staging/sm/regress/regress-583429.js | 2 +- test/staging/sm/regress/regress-584355.js | 2 +- test/staging/sm/regress/regress-586482-1.js | 2 +- test/staging/sm/regress/regress-586482-2.js | 2 +- test/staging/sm/regress/regress-586482-3.js | 2 +- test/staging/sm/regress/regress-586482-4.js | 2 +- test/staging/sm/regress/regress-586482-5.js | 2 +- test/staging/sm/regress/regress-588339.js | 2 +- test/staging/sm/regress/regress-591897.js | 2 +- test/staging/sm/regress/regress-592202-3.js | 2 +- test/staging/sm/regress/regress-592202-4.js | 2 +- test/staging/sm/regress/regress-592556-c35.js | 2 +- test/staging/sm/regress/regress-593256.js | 2 +- test/staging/sm/regress/regress-595365-1.js | 2 +- test/staging/sm/regress/regress-596103.js | 2 +- test/staging/sm/regress/regress-596805-1.js | 2 +- test/staging/sm/regress/regress-596805-2.js | 2 +- test/staging/sm/regress/regress-597945-1.js | 2 +- test/staging/sm/regress/regress-597945-2.js | 2 +- test/staging/sm/regress/regress-598176.js | 2 +- test/staging/sm/regress/regress-600067.js | 2 +- test/staging/sm/regress/regress-601399.js | 2 +- test/staging/sm/regress/regress-602621.js | 2 +- test/staging/sm/regress/regress-609617.js | 2 +- test/staging/sm/regress/regress-610026.js | 2 +- test/staging/sm/regress/regress-617405-1.js | 2 +- test/staging/sm/regress/regress-617405-2.js | 2 +- test/staging/sm/regress/regress-618572.js | 2 +- test/staging/sm/regress/regress-619003-1.js | 2 +- test/staging/sm/regress/regress-619003-2.js | 2 +- test/staging/sm/regress/regress-624547.js | 2 +- test/staging/sm/regress/regress-624968.js | 2 +- test/staging/sm/regress/regress-626436.js | 2 +- test/staging/sm/regress/regress-633741.js | 2 +- test/staging/sm/regress/regress-634210-1.js | 2 +- test/staging/sm/regress/regress-634210-2.js | 2 +- test/staging/sm/regress/regress-634210-3.js | 2 +- test/staging/sm/regress/regress-634210-4.js | 2 +- test/staging/sm/regress/regress-636364.js | 2 +- test/staging/sm/regress/regress-640075.js | 2 +- test/staging/sm/regress/regress-642247.js | 2 +- test/staging/sm/regress/regress-643222.js | 2 +- test/staging/sm/regress/regress-646820-1.js | 2 +- test/staging/sm/regress/regress-646820-2.js | 2 +- test/staging/sm/regress/regress-646820-3.js | 2 +- test/staging/sm/regress/regress-665355.js | 2 +- test/staging/sm/regress/regress-672892.js | 2 +- test/staging/sm/regress/regress-672893.js | 2 +- test/staging/sm/regress/regress-694306.js | 2 +- test/staging/sm/regress/regress-698028-1.js | 2 +- test/staging/sm/regress/regress-699682.js | 2 +- test/staging/sm/regress/regress-810525.js | 2 +- .../statements/arrow-function-at-end-of-for-statement-head.js | 2 +- .../sm/statements/arrow-function-in-for-statement-head.js | 2 +- test/staging/sm/statements/for-in-with-declaration.js | 2 +- .../sm/statements/for-in-with-gc-and-unvisited-deletion.js | 2 +- test/staging/sm/statements/for-inof-finally.js | 2 +- test/staging/sm/statements/for-inof-loop-const-declaration.js | 2 +- .../for-inof-name-iteration-expression-contains-index-string.js | 2 +- .../statements/for-loop-declaration-contains-computed-name.js | 2 +- .../sm/statements/for-loop-declaration-contains-initializer.js | 2 +- test/staging/sm/statements/for-of-iterator-close-throw.js | 2 +- test/staging/sm/statements/for-of-iterator-close.js | 2 +- test/staging/sm/statements/for-of-iterator-primitive.js | 2 +- test/staging/sm/statements/for-of-var-with-initializer.js | 2 +- test/staging/sm/statements/if-constant-folding.js | 2 +- .../staging/sm/statements/property-reference-self-assignment.js | 2 +- test/staging/sm/statements/regress-642975.js | 2 +- test/staging/sm/statements/try-completion.js | 2 +- test/staging/sm/strict/10.4.2.js | 2 +- test/staging/sm/strict/10.4.3.js | 2 +- test/staging/sm/strict/10.6.js | 2 +- test/staging/sm/strict/11.1.5.js | 2 +- test/staging/sm/strict/11.13.1.js | 2 +- test/staging/sm/strict/11.13.2.js | 2 +- test/staging/sm/strict/11.3.1.js | 2 +- test/staging/sm/strict/11.3.2.js | 2 +- test/staging/sm/strict/11.4.1.js | 2 +- test/staging/sm/strict/11.4.4.js | 2 +- test/staging/sm/strict/11.4.5.js | 2 +- test/staging/sm/strict/12.10.1.js | 2 +- test/staging/sm/strict/12.14.1.js | 2 +- test/staging/sm/strict/12.2.1-01.js | 2 +- test/staging/sm/strict/12.2.1.js | 2 +- test/staging/sm/strict/13.1.js | 2 +- test/staging/sm/strict/15.10.7.js | 2 +- test/staging/sm/strict/15.3.4.5.js | 2 +- test/staging/sm/strict/15.3.5.1.js | 2 +- test/staging/sm/strict/15.3.5.2.js | 2 +- test/staging/sm/strict/15.4.4.11.js | 2 +- test/staging/sm/strict/15.4.4.12.js | 2 +- test/staging/sm/strict/15.4.4.13.js | 2 +- test/staging/sm/strict/15.4.4.6.js | 2 +- test/staging/sm/strict/15.4.4.8.js | 2 +- test/staging/sm/strict/15.4.4.9.js | 2 +- test/staging/sm/strict/15.4.5.1.js | 2 +- test/staging/sm/strict/15.5.5.1.js | 2 +- test/staging/sm/strict/15.5.5.2.js | 2 +- test/staging/sm/strict/8.12.5.js | 2 +- test/staging/sm/strict/8.12.7-2.js | 2 +- test/staging/sm/strict/8.12.7.js | 2 +- test/staging/sm/strict/8.7.2-01.js | 2 +- test/staging/sm/strict/8.7.2.js | 2 +- test/staging/sm/strict/B.1.1.js | 2 +- test/staging/sm/strict/B.1.2.js | 2 +- test/staging/sm/strict/assign-to-callee-name.js | 2 +- test/staging/sm/strict/deprecated-octal-noctal-tokens.js | 2 +- test/staging/sm/strict/directive-prologue-01.js | 2 +- test/staging/sm/strict/eval-variable-environment.js | 2 +- test/staging/sm/strict/primitive-assignment.js | 2 +- test/staging/sm/strict/primitive-this-getter.js | 2 +- test/staging/sm/strict/primitive-this-no-writeback.js | 2 +- .../staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js | 2 +- test/staging/sm/strict/regress-532041.js | 2 +- test/staging/sm/strict/regress-532254.js | 2 +- test/staging/sm/strict/regress-599159.js | 2 +- test/staging/sm/strict/strict-function-statements.js | 2 +- test/staging/sm/strict/strict-this-is-not-truthy.js | 2 +- .../staging/sm/strict/this-for-function-expression-recursion.js | 2 +- test/staging/sm/strict/unbrand-this.js | 2 +- test/staging/sm/syntax/bug1863308.js | 2 +- test/staging/sm/syntax/class-error.js | 2 +- test/staging/sm/syntax/declaration-forbidden-in-label.js | 2 +- test/staging/sm/syntax/escaped-let-static-identifier.js | 2 +- test/staging/sm/syntax/keyword-unescaped-requirement.js | 2 +- test/staging/sm/syntax/let-as-label.js | 2 +- .../linefeed-at-eof-in-unterminated-string-or-template.js | 2 +- test/staging/sm/syntax/omitted-catch-binding.js | 2 +- test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js | 2 +- test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js | 2 +- test/staging/sm/syntax/yield-as-identifier.js | 2 +- test/staging/sm/template.js | 2 +- test/staging/sm/types/8.12.5-01.js | 2 +- 1429 files changed, 1429 insertions(+), 1429 deletions(-) diff --git a/test/staging/sm/Array/array-length-set-during-for-in.js b/test/staging/sm/Array/array-length-set-during-for-in.js index 3e6c9c1ff34..d58ebe80e43 100644 --- a/test/staging/sm/Array/array-length-set-during-for-in.js +++ b/test/staging/sm/Array/array-length-set-during-for-in.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/array-length-set-on-nonarray.js b/test/staging/sm/Array/array-length-set-on-nonarray.js index 39c4448b988..5afa1261126 100644 --- a/test/staging/sm/Array/array-length-set-on-nonarray.js +++ b/test/staging/sm/Array/array-length-set-on-nonarray.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/at.js b/test/staging/sm/Array/at.js index 17d53213c50..337e14cff2c 100644 --- a/test/staging/sm/Array/at.js +++ b/test/staging/sm/Array/at.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js b/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js index 5919d1bb83b..3e6b9754739 100644 --- a/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js +++ b/test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js b/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js index 55683fc68e0..781da96c3fe 100644 --- a/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js +++ b/test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/concat-proxy.js b/test/staging/sm/Array/concat-proxy.js index 0bc03e18ac0..313d8a6d234 100644 --- a/test/staging/sm/Array/concat-proxy.js +++ b/test/staging/sm/Array/concat-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/concat-spreadable-basic.js b/test/staging/sm/Array/concat-spreadable-basic.js index aac540836bf..43bda31efa6 100644 --- a/test/staging/sm/Array/concat-spreadable-basic.js +++ b/test/staging/sm/Array/concat-spreadable-basic.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] description: | pending esid: pending diff --git a/test/staging/sm/Array/concat-spreadable-primitive.js b/test/staging/sm/Array/concat-spreadable-primitive.js index d4e31318f98..76ccdf30b41 100644 --- a/test/staging/sm/Array/concat-spreadable-primitive.js +++ b/test/staging/sm/Array/concat-spreadable-primitive.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] description: | pending esid: pending diff --git a/test/staging/sm/Array/fill.js b/test/staging/sm/Array/fill.js index fe042793590..34979dc5610 100644 --- a/test/staging/sm/Array/fill.js +++ b/test/staging/sm/Array/fill.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_1.js b/test/staging/sm/Array/for_of_1.js index bf917223fee..8ac64175b48 100644 --- a/test/staging/sm/Array/for_of_1.js +++ b/test/staging/sm/Array/for_of_1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_2.js b/test/staging/sm/Array/for_of_2.js index 5c9281d339e..90328d4b585 100644 --- a/test/staging/sm/Array/for_of_2.js +++ b/test/staging/sm/Array/for_of_2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_3.js b/test/staging/sm/Array/for_of_3.js index bc8dbfbd9f9..c71298a43c5 100644 --- a/test/staging/sm/Array/for_of_3.js +++ b/test/staging/sm/Array/for_of_3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/for_of_4.js b/test/staging/sm/Array/for_of_4.js index 333d15894cf..15edc8a9949 100644 --- a/test/staging/sm/Array/for_of_4.js +++ b/test/staging/sm/Array/for_of_4.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from-iterator-close.js b/test/staging/sm/Array/from-iterator-close.js index 620a199b4b6..21a918238cf 100644 --- a/test/staging/sm/Array/from-iterator-close.js +++ b/test/staging/sm/Array/from-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_basics.js b/test/staging/sm/Array/from_basics.js index 7f40ef51260..9d2e5a5f476 100644 --- a/test/staging/sm/Array/from_basics.js +++ b/test/staging/sm/Array/from_basics.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_constructor.js b/test/staging/sm/Array/from_constructor.js index a1322347d84..ea94de92c13 100644 --- a/test/staging/sm/Array/from_constructor.js +++ b/test/staging/sm/Array/from_constructor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_errors.js b/test/staging/sm/Array/from_errors.js index efbaa042235..8249e1cadba 100644 --- a/test/staging/sm/Array/from_errors.js +++ b/test/staging/sm/Array/from_errors.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_iterable.js b/test/staging/sm/Array/from_iterable.js index 4e60253d5b2..852cc2e3438 100644 --- a/test/staging/sm/Array/from_iterable.js +++ b/test/staging/sm/Array/from_iterable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_length_setter.js b/test/staging/sm/Array/from_length_setter.js index 8fb9082d5a1..d8795de378c 100644 --- a/test/staging/sm/Array/from_length_setter.js +++ b/test/staging/sm/Array/from_length_setter.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_mapping.js b/test/staging/sm/Array/from_mapping.js index 20f0803fb06..0b85eee1fc6 100644 --- a/test/staging/sm/Array/from_mapping.js +++ b/test/staging/sm/Array/from_mapping.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_primitive.js b/test/staging/sm/Array/from_primitive.js index f386afc3158..bcd86dda595 100644 --- a/test/staging/sm/Array/from_primitive.js +++ b/test/staging/sm/Array/from_primitive.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_proxy.js b/test/staging/sm/Array/from_proxy.js index 239f01a8c77..14172716d5c 100644 --- a/test/staging/sm/Array/from_proxy.js +++ b/test/staging/sm/Array/from_proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_realms.js b/test/staging/sm/Array/from_realms.js index 26b5c4a5204..a6971f60708 100644 --- a/test/staging/sm/Array/from_realms.js +++ b/test/staging/sm/Array/from_realms.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_string.js b/test/staging/sm/Array/from_string.js index 415b28fef10..7e846e7da39 100644 --- a/test/staging/sm/Array/from_string.js +++ b/test/staging/sm/Array/from_string.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_surfaces.js b/test/staging/sm/Array/from_surfaces.js index deaff8e2302..29a78310e7a 100644 --- a/test/staging/sm/Array/from_surfaces.js +++ b/test/staging/sm/Array/from_surfaces.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/from_this.js b/test/staging/sm/Array/from_this.js index ad52b78434f..27638ea2365 100644 --- a/test/staging/sm/Array/from_this.js +++ b/test/staging/sm/Array/from_this.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/frozen-dense-array.js b/test/staging/sm/Array/frozen-dense-array.js index 51d363ed092..5f3936ddf3b 100644 --- a/test/staging/sm/Array/frozen-dense-array.js +++ b/test/staging/sm/Array/frozen-dense-array.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/frozen-dict-mode-length.js b/test/staging/sm/Array/frozen-dict-mode-length.js index ac07c70f114..5aeedfa1101 100644 --- a/test/staging/sm/Array/frozen-dict-mode-length.js +++ b/test/staging/sm/Array/frozen-dict-mode-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/getter-name.js b/test/staging/sm/Array/getter-name.js index aa63d65506e..717295ec943 100644 --- a/test/staging/sm/Array/getter-name.js +++ b/test/staging/sm/Array/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/group-callback-evaluation.js b/test/staging/sm/Array/group-callback-evaluation.js index b861adce1f7..0cbf66b38f0 100644 --- a/test/staging/sm/Array/group-callback-evaluation.js +++ b/test/staging/sm/Array/group-callback-evaluation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/group-propertkey-is-length.js b/test/staging/sm/Array/group-propertkey-is-length.js index 1f99255ebdb..f430dc96433 100644 --- a/test/staging/sm/Array/group-propertkey-is-length.js +++ b/test/staging/sm/Array/group-propertkey-is-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/group.js b/test/staging/sm/Array/group.js index 235779964cc..db1d77e48cc 100644 --- a/test/staging/sm/Array/group.js +++ b/test/staging/sm/Array/group.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/includes-trailing-holes.js b/test/staging/sm/Array/includes-trailing-holes.js index 6f650fd2c0b..d195a21de7d 100644 --- a/test/staging/sm/Array/includes-trailing-holes.js +++ b/test/staging/sm/Array/includes-trailing-holes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/includes.js b/test/staging/sm/Array/includes.js index 7a1f4577e1d..5b8f5c6ee61 100644 --- a/test/staging/sm/Array/includes.js +++ b/test/staging/sm/Array/includes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/index-with-null-character.js b/test/staging/sm/Array/index-with-null-character.js index 4b2821b110f..bcb1156fec3 100644 --- a/test/staging/sm/Array/index-with-null-character.js +++ b/test/staging/sm/Array/index-with-null-character.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/indexOf-never-returns-negative-zero.js b/test/staging/sm/Array/indexOf-never-returns-negative-zero.js index 98d77f6565c..8227a90d938 100644 --- a/test/staging/sm/Array/indexOf-never-returns-negative-zero.js +++ b/test/staging/sm/Array/indexOf-never-returns-negative-zero.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/indexOf-packed-array.js b/test/staging/sm/Array/indexOf-packed-array.js index 99c1e003517..05889bf49f7 100644 --- a/test/staging/sm/Array/indexOf-packed-array.js +++ b/test/staging/sm/Array/indexOf-packed-array.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/isArray.js b/test/staging/sm/Array/isArray.js index 0d9c8e03542..87c1dfb570e 100644 --- a/test/staging/sm/Array/isArray.js +++ b/test/staging/sm/Array/isArray.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/join-01.js b/test/staging/sm/Array/join-01.js index c84a20bed35..b80f40e40a9 100644 --- a/test/staging/sm/Array/join-01.js +++ b/test/staging/sm/Array/join-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/join-no-has-trap.js b/test/staging/sm/Array/join-no-has-trap.js index 1d2b8c80978..2868e30b716 100644 --- a/test/staging/sm/Array/join-no-has-trap.js +++ b/test/staging/sm/Array/join-no-has-trap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js b/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js index b6d2e8f5368..f396cae293b 100644 --- a/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js +++ b/test/staging/sm/Array/lastIndexOf-never-returns-negative-zero.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-01.js b/test/staging/sm/Array/length-01.js index ed8805c0126..6409e5110f8 100644 --- a/test/staging/sm/Array/length-01.js +++ b/test/staging/sm/Array/length-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-nonwritable-redefine-nop.js b/test/staging/sm/Array/length-nonwritable-redefine-nop.js index 3fdaf37593f..d99238fbe1d 100644 --- a/test/staging/sm/Array/length-nonwritable-redefine-nop.js +++ b/test/staging/sm/Array/length-nonwritable-redefine-nop.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-set-object.js b/test/staging/sm/Array/length-set-object.js index 31977a470c5..edb1538291e 100644 --- a/test/staging/sm/Array/length-set-object.js +++ b/test/staging/sm/Array/length-set-object.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js b/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js index 6e470246e1c..62f86d56615 100644 --- a/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js +++ b/test/staging/sm/Array/length-truncate-nonconfigurable-sparse.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-truncate-nonconfigurable.js b/test/staging/sm/Array/length-truncate-nonconfigurable.js index 84c07e64a90..7380a829e70 100644 --- a/test/staging/sm/Array/length-truncate-nonconfigurable.js +++ b/test/staging/sm/Array/length-truncate-nonconfigurable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/length-truncate-with-indexed.js b/test/staging/sm/Array/length-truncate-with-indexed.js index c5de9d4d60d..d0f67bc63b5 100644 --- a/test/staging/sm/Array/length-truncate-with-indexed.js +++ b/test/staging/sm/Array/length-truncate-with-indexed.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/pop-empty-nonwritable.js b/test/staging/sm/Array/pop-empty-nonwritable.js index bc997dcaa66..aefb4745e4b 100644 --- a/test/staging/sm/Array/pop-empty-nonwritable.js +++ b/test/staging/sm/Array/pop-empty-nonwritable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/pop-no-has-trap.js b/test/staging/sm/Array/pop-no-has-trap.js index 893b353e47f..c03e76dc554 100644 --- a/test/staging/sm/Array/pop-no-has-trap.js +++ b/test/staging/sm/Array/pop-no-has-trap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/pop-nonarray-higher-elements.js b/test/staging/sm/Array/pop-nonarray-higher-elements.js index 89bb6a1cda9..5118a40c1fe 100644 --- a/test/staging/sm/Array/pop-nonarray-higher-elements.js +++ b/test/staging/sm/Array/pop-nonarray-higher-elements.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-length-frozen-array.js b/test/staging/sm/Array/redefine-length-frozen-array.js index e41133711b6..fa905e59b74 100644 --- a/test/staging/sm/Array/redefine-length-frozen-array.js +++ b/test/staging/sm/Array/redefine-length-frozen-array.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js b/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js index c7e2106fdb9..233568d43d6 100644 --- a/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js +++ b/test/staging/sm/Array/redefine-length-frozen-dictionarymode-array.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js index 6e56d75fff8..e406df26c35 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-call-counts.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js index e56a8d6bd8b..55bf0728f18 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-custom-conversion-throw.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js b/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js index 592faee8a30..7bb19241cde 100644 --- a/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js +++ b/test/staging/sm/Array/redefine-nonwritable-length-nonnumeric.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-386030.js b/test/staging/sm/Array/regress-386030.js index 42af859adae..602322fbf30 100644 --- a/test/staging/sm/Array/regress-386030.js +++ b/test/staging/sm/Array/regress-386030.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-424954.js b/test/staging/sm/Array/regress-424954.js index dea2e91231f..64e46ee6b70 100644 --- a/test/staging/sm/Array/regress-424954.js +++ b/test/staging/sm/Array/regress-424954.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-566651.js b/test/staging/sm/Array/regress-566651.js index cdd680a49fc..99fa7178a4e 100644 --- a/test/staging/sm/Array/regress-566651.js +++ b/test/staging/sm/Array/regress-566651.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-599159.js b/test/staging/sm/Array/regress-599159.js index 8197d3bb75c..bf6ea8c70bc 100644 --- a/test/staging/sm/Array/regress-599159.js +++ b/test/staging/sm/Array/regress-599159.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/regress-619970.js b/test/staging/sm/Array/regress-619970.js index 413634042a0..8da727859f8 100644 --- a/test/staging/sm/Array/regress-619970.js +++ b/test/staging/sm/Array/regress-619970.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/reverse-order-of-low-high-accesses.js b/test/staging/sm/Array/reverse-order-of-low-high-accesses.js index 9e69ce783f5..53b4a534c41 100644 --- a/test/staging/sm/Array/reverse-order-of-low-high-accesses.js +++ b/test/staging/sm/Array/reverse-order-of-low-high-accesses.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js b/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js index 1e1553c47bc..7d5de47ffb8 100644 --- a/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js +++ b/test/staging/sm/Array/set-with-indexed-property-on-prototype-chain.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/shift-no-has-trap.js b/test/staging/sm/Array/shift-no-has-trap.js index 8ac9e0fd82e..9f531c512ff 100644 --- a/test/staging/sm/Array/shift-no-has-trap.js +++ b/test/staging/sm/Array/shift-no-has-trap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/shift_for_in.js b/test/staging/sm/Array/shift_for_in.js index 17f8f5e8a8f..e3629beb48c 100644 --- a/test/staging/sm/Array/shift_for_in.js +++ b/test/staging/sm/Array/shift_for_in.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-01.js b/test/staging/sm/Array/sort-01.js index 07036f85217..d0887793e2f 100644 --- a/test/staging/sm/Array/sort-01.js +++ b/test/staging/sm/Array/sort-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-array-with-holes-and-undefined.js b/test/staging/sm/Array/sort-array-with-holes-and-undefined.js index c6f7afef778..551489a7550 100644 --- a/test/staging/sm/Array/sort-array-with-holes-and-undefined.js +++ b/test/staging/sm/Array/sort-array-with-holes-and-undefined.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-delete-ascending-order.js b/test/staging/sm/Array/sort-delete-ascending-order.js index 935fd572aab..33d3b27049d 100644 --- a/test/staging/sm/Array/sort-delete-ascending-order.js +++ b/test/staging/sm/Array/sort-delete-ascending-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-non-function.js b/test/staging/sm/Array/sort-non-function.js index a558eaa489f..7f959bd5c75 100644 --- a/test/staging/sm/Array/sort-non-function.js +++ b/test/staging/sm/Array/sort-non-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort-typedarray-with-own-length.js b/test/staging/sm/Array/sort-typedarray-with-own-length.js index b29bf402dfb..9766f90ea3f 100644 --- a/test/staging/sm/Array/sort-typedarray-with-own-length.js +++ b/test/staging/sm/Array/sort-typedarray-with-own-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_holes.js b/test/staging/sm/Array/sort_holes.js index 92614d0c20a..0cf8372e365 100644 --- a/test/staging/sm/Array/sort_holes.js +++ b/test/staging/sm/Array/sort_holes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_native_string_nan.js b/test/staging/sm/Array/sort_native_string_nan.js index 560f9071adb..bb06706c83a 100644 --- a/test/staging/sm/Array/sort_native_string_nan.js +++ b/test/staging/sm/Array/sort_native_string_nan.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_proxy.js b/test/staging/sm/Array/sort_proxy.js index 4dddb31498f..ba66d5ff7a4 100644 --- a/test/staging/sm/Array/sort_proxy.js +++ b/test/staging/sm/Array/sort_proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/sort_small.js b/test/staging/sm/Array/sort_small.js index 20b7e25fd82..5c93b69a468 100644 --- a/test/staging/sm/Array/sort_small.js +++ b/test/staging/sm/Array/sort_small.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/species.js b/test/staging/sm/Array/species.js index 44c56d01fb6..ec580e5e78e 100644 --- a/test/staging/sm/Array/species.js +++ b/test/staging/sm/Array/species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js b/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js index bc0ab473912..76212f9297a 100644 --- a/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js +++ b/test/staging/sm/Array/splice-return-array-elements-defined-not-set.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/splice-species-changes-length.js b/test/staging/sm/Array/splice-species-changes-length.js index 377167690e4..67ec1fafe78 100644 --- a/test/staging/sm/Array/splice-species-changes-length.js +++ b/test/staging/sm/Array/splice-species-changes-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js b/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js index a0bbe996241..2b3ca578dbb 100644 --- a/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js +++ b/test/staging/sm/Array/splice-suppresses-unvisited-indexes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/to-length.js b/test/staging/sm/Array/to-length.js index 9b158f32ddb..ea79884445f 100644 --- a/test/staging/sm/Array/to-length.js +++ b/test/staging/sm/Array/to-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toLocaleString-01.js b/test/staging/sm/Array/toLocaleString-01.js index 8e74e6a87d2..aab794759c5 100644 --- a/test/staging/sm/Array/toLocaleString-01.js +++ b/test/staging/sm/Array/toLocaleString-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toLocaleString-nointl.js b/test/staging/sm/Array/toLocaleString-nointl.js index a9a993669b5..f2d2e0daa58 100644 --- a/test/staging/sm/Array/toLocaleString-nointl.js +++ b/test/staging/sm/Array/toLocaleString-nointl.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toLocaleString.js b/test/staging/sm/Array/toLocaleString.js index b5d2ed5bb87..8bc76d7b63d 100644 --- a/test/staging/sm/Array/toLocaleString.js +++ b/test/staging/sm/Array/toLocaleString.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Array/toSpliced-dense.js b/test/staging/sm/Array/toSpliced-dense.js index 9d359ca3c16..2ad57dc4f6b 100644 --- a/test/staging/sm/Array/toSpliced-dense.js +++ b/test/staging/sm/Array/toSpliced-dense.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toSpliced.js b/test/staging/sm/Array/toSpliced.js index 9e063c40d6b..445360fbcf2 100644 --- a/test/staging/sm/Array/toSpliced.js +++ b/test/staging/sm/Array/toSpliced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/toString-01.js b/test/staging/sm/Array/toString-01.js index 32c159f5923..89144b93666 100644 --- a/test/staging/sm/Array/toString-01.js +++ b/test/staging/sm/Array/toString-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/unscopables.js b/test/staging/sm/Array/unscopables.js index 227920e4362..803617158ba 100644 --- a/test/staging/sm/Array/unscopables.js +++ b/test/staging/sm/Array/unscopables.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/unshift-01.js b/test/staging/sm/Array/unshift-01.js index cb92393605d..a6efbe75497 100644 --- a/test/staging/sm/Array/unshift-01.js +++ b/test/staging/sm/Array/unshift-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/unshift-with-enumeration.js b/test/staging/sm/Array/unshift-with-enumeration.js index 715d360f698..fe2b78807da 100644 --- a/test/staging/sm/Array/unshift-with-enumeration.js +++ b/test/staging/sm/Array/unshift-with-enumeration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/values.js b/test/staging/sm/Array/values.js index 8a6550b128a..0b50426f8eb 100644 --- a/test/staging/sm/Array/values.js +++ b/test/staging/sm/Array/values.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/with-dense.js b/test/staging/sm/Array/with-dense.js index 58652b4d777..14ff9d2824f 100644 --- a/test/staging/sm/Array/with-dense.js +++ b/test/staging/sm/Array/with-dense.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Array/with.js b/test/staging/sm/Array/with.js index 097e78488e6..5b5807c853f 100644 --- a/test/staging/sm/Array/with.js +++ b/test/staging/sm/Array/with.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js b/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js index 8af7756c211..65826e9a9e1 100644 --- a/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js +++ b/test/staging/sm/ArrayBuffer/CloneArrayBuffer.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/bug1777413.js b/test/staging/sm/ArrayBuffer/bug1777413.js index 8549858c49b..458fd7c52e4 100644 --- a/test/staging/sm/ArrayBuffer/bug1777413.js +++ b/test/staging/sm/ArrayBuffer/bug1777413.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/ArrayBuffer/constructorNotCallable.js b/test/staging/sm/ArrayBuffer/constructorNotCallable.js index 97bf738b410..f9681bba762 100644 --- a/test/staging/sm/ArrayBuffer/constructorNotCallable.js +++ b/test/staging/sm/ArrayBuffer/constructorNotCallable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/getter-name.js b/test/staging/sm/ArrayBuffer/getter-name.js index 4a24737049e..3475e8d1c3d 100644 --- a/test/staging/sm/ArrayBuffer/getter-name.js +++ b/test/staging/sm/ArrayBuffer/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/ArrayBuffer/slice-species.js b/test/staging/sm/ArrayBuffer/slice-species.js index 060389c0051..ff3868c5342 100644 --- a/test/staging/sm/ArrayBuffer/slice-species.js +++ b/test/staging/sm/ArrayBuffer/slice-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js b/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js index d390d956a57..a2882a163cc 100644 --- a/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js +++ b/test/staging/sm/AsyncGenerators/async-generator-declaration-in-modules.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js b/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js index e0cbe5ddccf..2dddfa0e167 100644 --- a/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js +++ b/test/staging/sm/AsyncGenerators/create-function-parse-before-getprototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js b/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js index 42c3626ac07..5c85c200381 100644 --- a/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js +++ b/test/staging/sm/AsyncGenerators/for-await-bad-syntax.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/AsyncGenerators/for-await-of-error.js b/test/staging/sm/AsyncGenerators/for-await-of-error.js index a965d4d49df..5a25c7385de 100644 --- a/test/staging/sm/AsyncGenerators/for-await-of-error.js +++ b/test/staging/sm/AsyncGenerators/for-await-of-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Atomics/cross-compartment.js b/test/staging/sm/Atomics/cross-compartment.js index ea921923575..5f5cb9d3bb2 100644 --- a/test/staging/sm/Atomics/cross-compartment.js +++ b/test/staging/sm/Atomics/cross-compartment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Atomics/detached-buffers.js b/test/staging/sm/Atomics/detached-buffers.js index cdfeafcf993..1b638c2f3b3 100644 --- a/test/staging/sm/Atomics/detached-buffers.js +++ b/test/staging/sm/Atomics/detached-buffers.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/Number-conversion-rounding.js b/test/staging/sm/BigInt/Number-conversion-rounding.js index 9b0155b167f..8cc9707fd61 100644 --- a/test/staging/sm/BigInt/Number-conversion-rounding.js +++ b/test/staging/sm/BigInt/Number-conversion-rounding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/decimal.js b/test/staging/sm/BigInt/decimal.js index acbdce00b00..574baacd654 100644 --- a/test/staging/sm/BigInt/decimal.js +++ b/test/staging/sm/BigInt/decimal.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/large-bit-length.js b/test/staging/sm/BigInt/large-bit-length.js index 64479a92d05..b1bfce1d2ed 100644 --- a/test/staging/sm/BigInt/large-bit-length.js +++ b/test/staging/sm/BigInt/large-bit-length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/mod.js b/test/staging/sm/BigInt/mod.js index d9a3015f266..9dd8f489829 100644 --- a/test/staging/sm/BigInt/mod.js +++ b/test/staging/sm/BigInt/mod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/BigInt/property-name.js b/test/staging/sm/BigInt/property-name.js index 7cef5964278..3efdc4699b7 100644 --- a/test/staging/sm/BigInt/property-name.js +++ b/test/staging/sm/BigInt/property-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Boolean/15.6.4.2.js b/test/staging/sm/Boolean/15.6.4.2.js index b356c17ace2..32283e8fe95 100644 --- a/test/staging/sm/Boolean/15.6.4.2.js +++ b/test/staging/sm/Boolean/15.6.4.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Boolean/no-boolean-toJSON.js b/test/staging/sm/Boolean/no-boolean-toJSON.js index bb89e2002dd..7e27c24ac50 100644 --- a/test/staging/sm/Boolean/no-boolean-toJSON.js +++ b/test/staging/sm/Boolean/no-boolean-toJSON.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/DataView/detach-after-construction.js b/test/staging/sm/DataView/detach-after-construction.js index 1234e4b1d36..bc561a81ea1 100644 --- a/test/staging/sm/DataView/detach-after-construction.js +++ b/test/staging/sm/DataView/detach-after-construction.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/DataView/get-set-index-range.js b/test/staging/sm/DataView/get-set-index-range.js index e8a567ea88a..e3598c7a406 100644 --- a/test/staging/sm/DataView/get-set-index-range.js +++ b/test/staging/sm/DataView/get-set-index-range.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/DataView/getter-name.js b/test/staging/sm/DataView/getter-name.js index 67df56b47b3..0d47d2fe839 100644 --- a/test/staging/sm/DataView/getter-name.js +++ b/test/staging/sm/DataView/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/UTC-convert-all-arguments.js b/test/staging/sm/Date/UTC-convert-all-arguments.js index 50312f04ab6..d4a87de110b 100644 --- a/test/staging/sm/Date/UTC-convert-all-arguments.js +++ b/test/staging/sm/Date/UTC-convert-all-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/constructor-convert-all-arguments.js b/test/staging/sm/Date/constructor-convert-all-arguments.js index c5949e42a89..908317dd5cd 100644 --- a/test/staging/sm/Date/constructor-convert-all-arguments.js +++ b/test/staging/sm/Date/constructor-convert-all-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/constructor-one-Date-argument.js b/test/staging/sm/Date/constructor-one-Date-argument.js index 38923dfeb89..c32edcc0cd8 100644 --- a/test/staging/sm/Date/constructor-one-Date-argument.js +++ b/test/staging/sm/Date/constructor-one-Date-argument.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/constructor-one-argument.js b/test/staging/sm/Date/constructor-one-argument.js index 8b5b047f907..b3bd7fc1283 100644 --- a/test/staging/sm/Date/constructor-one-argument.js +++ b/test/staging/sm/Date/constructor-one-argument.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/defaultvalue.js b/test/staging/sm/Date/defaultvalue.js index ece5ded2e76..ecb0e253c33 100644 --- a/test/staging/sm/Date/defaultvalue.js +++ b/test/staging/sm/Date/defaultvalue.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-1-of-8.js b/test/staging/sm/Date/dst-offset-caching-1-of-8.js index 11b513eb9e9..024599027e9 100644 --- a/test/staging/sm/Date/dst-offset-caching-1-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-1-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-2-of-8.js b/test/staging/sm/Date/dst-offset-caching-2-of-8.js index 25be52fdd2f..abc5cdb974e 100644 --- a/test/staging/sm/Date/dst-offset-caching-2-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-2-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-3-of-8.js b/test/staging/sm/Date/dst-offset-caching-3-of-8.js index 01ad1c4ad83..5f6ce805117 100644 --- a/test/staging/sm/Date/dst-offset-caching-3-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-3-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-4-of-8.js b/test/staging/sm/Date/dst-offset-caching-4-of-8.js index 430c477a4d7..ae8e0100fe1 100644 --- a/test/staging/sm/Date/dst-offset-caching-4-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-4-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-5-of-8.js b/test/staging/sm/Date/dst-offset-caching-5-of-8.js index af062e04dec..9153ae71c03 100644 --- a/test/staging/sm/Date/dst-offset-caching-5-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-5-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-6-of-8.js b/test/staging/sm/Date/dst-offset-caching-6-of-8.js index ec4585f9a6f..74ee26726bc 100644 --- a/test/staging/sm/Date/dst-offset-caching-6-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-6-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-7-of-8.js b/test/staging/sm/Date/dst-offset-caching-7-of-8.js index 94b6533929f..a47a3fdc7ed 100644 --- a/test/staging/sm/Date/dst-offset-caching-7-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-7-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/dst-offset-caching-8-of-8.js b/test/staging/sm/Date/dst-offset-caching-8-of-8.js index 1c64ddde30f..a77fb3745dd 100644 --- a/test/staging/sm/Date/dst-offset-caching-8-of-8.js +++ b/test/staging/sm/Date/dst-offset-caching-8-of-8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/equality-to-boolean.js b/test/staging/sm/Date/equality-to-boolean.js index 2af63855f5d..b84b8bc7e64 100644 --- a/test/staging/sm/Date/equality-to-boolean.js +++ b/test/staging/sm/Date/equality-to-boolean.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/fractions.js b/test/staging/sm/Date/fractions.js index 45e00b79d44..f4e38a8b951 100644 --- a/test/staging/sm/Date/fractions.js +++ b/test/staging/sm/Date/fractions.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/makeday-year-month-is-infinity.js b/test/staging/sm/Date/makeday-year-month-is-infinity.js index 8745c4ab068..90789d89919 100644 --- a/test/staging/sm/Date/makeday-year-month-is-infinity.js +++ b/test/staging/sm/Date/makeday-year-month-is-infinity.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/non-iso.js b/test/staging/sm/Date/non-iso.js index 68e9c6459c8..c0f09935c1b 100644 --- a/test/staging/sm/Date/non-iso.js +++ b/test/staging/sm/Date/non-iso.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/prototype-is-not-a-date.js b/test/staging/sm/Date/prototype-is-not-a-date.js index 21a3c12a155..529539e62c5 100644 --- a/test/staging/sm/Date/prototype-is-not-a-date.js +++ b/test/staging/sm/Date/prototype-is-not-a-date.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/setTime-argument-shortcircuiting.js b/test/staging/sm/Date/setTime-argument-shortcircuiting.js index 131413f3204..ca00e124b77 100644 --- a/test/staging/sm/Date/setTime-argument-shortcircuiting.js +++ b/test/staging/sm/Date/setTime-argument-shortcircuiting.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/time-components-negative-zero.js b/test/staging/sm/Date/time-components-negative-zero.js index a5966525aec..94481bd0adf 100644 --- a/test/staging/sm/Date/time-components-negative-zero.js +++ b/test/staging/sm/Date/time-components-negative-zero.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/timeclip.js b/test/staging/sm/Date/timeclip.js index cd1d40f0021..86626d89041 100644 --- a/test/staging/sm/Date/timeclip.js +++ b/test/staging/sm/Date/timeclip.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/to-temporal-instant.js b/test/staging/sm/Date/to-temporal-instant.js index db9992c627e..06d5cd0628f 100644 --- a/test/staging/sm/Date/to-temporal-instant.js +++ b/test/staging/sm/Date/to-temporal-instant.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Date/toISOString-01.js b/test/staging/sm/Date/toISOString-01.js index 422769da1cf..3e4abd96a97 100644 --- a/test/staging/sm/Date/toISOString-01.js +++ b/test/staging/sm/Date/toISOString-01.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toISOString.js b/test/staging/sm/Date/toISOString.js index 62836a2fed0..8507e40bb1d 100644 --- a/test/staging/sm/Date/toISOString.js +++ b/test/staging/sm/Date/toISOString.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toJSON-01.js b/test/staging/sm/Date/toJSON-01.js index e4a890b4000..e7401142add 100644 --- a/test/staging/sm/Date/toJSON-01.js +++ b/test/staging/sm/Date/toJSON-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toPrimitive.js b/test/staging/sm/Date/toPrimitive.js index 408e8b7fd16..ece50dd3e5f 100644 --- a/test/staging/sm/Date/toPrimitive.js +++ b/test/staging/sm/Date/toPrimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/toString-generic.js b/test/staging/sm/Date/toString-generic.js index 1c12f86bc92..9e18a705539 100644 --- a/test/staging/sm/Date/toString-generic.js +++ b/test/staging/sm/Date/toString-generic.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Date/two-digit-years.js b/test/staging/sm/Date/two-digit-years.js index 01215220f4e..6eee39fc5e7 100644 --- a/test/staging/sm/Date/two-digit-years.js +++ b/test/staging/sm/Date/two-digit-years.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/AggregateError.js b/test/staging/sm/Error/AggregateError.js index b2de967956d..bd2569148d9 100644 --- a/test/staging/sm/Error/AggregateError.js +++ b/test/staging/sm/Error/AggregateError.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/constructor-ordering.js b/test/staging/sm/Error/constructor-ordering.js index b2ce16d4e83..a3058f29220 100644 --- a/test/staging/sm/Error/constructor-ordering.js +++ b/test/staging/sm/Error/constructor-ordering.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/constructor-proto.js b/test/staging/sm/Error/constructor-proto.js index 0c6aa0f71a0..bfb94eedd53 100644 --- a/test/staging/sm/Error/constructor-proto.js +++ b/test/staging/sm/Error/constructor-proto.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/isError.js b/test/staging/sm/Error/isError.js index d09ec2f7552..46ce9f1a91a 100644 --- a/test/staging/sm/Error/isError.js +++ b/test/staging/sm/Error/isError.js @@ -4,7 +4,7 @@ /*--- features: - Error.isError -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/prototype-properties.js b/test/staging/sm/Error/prototype-properties.js index b67661df41a..74d5de8718b 100644 --- a/test/staging/sm/Error/prototype-properties.js +++ b/test/staging/sm/Error/prototype-properties.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Error/prototype.js b/test/staging/sm/Error/prototype.js index 99e8ee30fb1..8c4eb2f77bb 100644 --- a/test/staging/sm/Error/prototype.js +++ b/test/staging/sm/Error/prototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Exceptions/error-expando-reconfigure.js b/test/staging/sm/Exceptions/error-expando-reconfigure.js index 5996b3d5468..c294721b456 100644 --- a/test/staging/sm/Exceptions/error-expando-reconfigure.js +++ b/test/staging/sm/Exceptions/error-expando-reconfigure.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Exceptions/error-property-enumerability.js b/test/staging/sm/Exceptions/error-property-enumerability.js index 10184a9fc3f..5a55192b7b2 100644 --- a/test/staging/sm/Exceptions/error-property-enumerability.js +++ b/test/staging/sm/Exceptions/error-property-enumerability.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/10.2.1.1.6.js b/test/staging/sm/Function/10.2.1.1.6.js index 684c8b0976d..197f3323a96 100644 --- a/test/staging/sm/Function/10.2.1.1.6.js +++ b/test/staging/sm/Function/10.2.1.1.6.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/15.3.4.3-01.js b/test/staging/sm/Function/15.3.4.3-01.js index 0173747ba59..8e9369e91c1 100644 --- a/test/staging/sm/Function/15.3.4.3-01.js +++ b/test/staging/sm/Function/15.3.4.3-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/Function-prototype.js b/test/staging/sm/Function/Function-prototype.js index a9ca8df4e8c..0c7d377efd0 100644 --- a/test/staging/sm/Function/Function-prototype.js +++ b/test/staging/sm/Function/Function-prototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/Function-with-eval.js b/test/staging/sm/Function/Function-with-eval.js index 80655f729d0..713fcfb34fc 100644 --- a/test/staging/sm/Function/Function-with-eval.js +++ b/test/staging/sm/Function/Function-with-eval.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-caller-callee.js b/test/staging/sm/Function/arguments-caller-callee.js index 84e7640e682..afb4fb3bcfb 100644 --- a/test/staging/sm/Function/arguments-caller-callee.js +++ b/test/staging/sm/Function/arguments-caller-callee.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-extra-property.js b/test/staging/sm/Function/arguments-extra-property.js index 24c2680a1f4..39b243aa45d 100644 --- a/test/staging/sm/Function/arguments-extra-property.js +++ b/test/staging/sm/Function/arguments-extra-property.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-iterator.js b/test/staging/sm/Function/arguments-iterator.js index 2e05a291bec..2fa1442a1ae 100644 --- a/test/staging/sm/Function/arguments-iterator.js +++ b/test/staging/sm/Function/arguments-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-parameter-shadowing.js b/test/staging/sm/Function/arguments-parameter-shadowing.js index d68c73d1748..a99eae97cba 100644 --- a/test/staging/sm/Function/arguments-parameter-shadowing.js +++ b/test/staging/sm/Function/arguments-parameter-shadowing.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arguments-property-attributes.js b/test/staging/sm/Function/arguments-property-attributes.js index 12eb714b503..ae5cbd774bb 100644 --- a/test/staging/sm/Function/arguments-property-attributes.js +++ b/test/staging/sm/Function/arguments-property-attributes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/arrow-has-duplicated.js b/test/staging/sm/Function/arrow-has-duplicated.js index 5234061ff54..837801914db 100644 --- a/test/staging/sm/Function/arrow-has-duplicated.js +++ b/test/staging/sm/Function/arrow-has-duplicated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/bound-length-and-name.js b/test/staging/sm/Function/bound-length-and-name.js index dcff97cbac2..0b739c6964e 100644 --- a/test/staging/sm/Function/bound-length-and-name.js +++ b/test/staging/sm/Function/bound-length-and-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/bound-non-constructable.js b/test/staging/sm/Function/bound-non-constructable.js index 92f9f6d5104..f13d3a86d77 100644 --- a/test/staging/sm/Function/bound-non-constructable.js +++ b/test/staging/sm/Function/bound-non-constructable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/builtin-no-construct.js b/test/staging/sm/Function/builtin-no-construct.js index 60c51ccadc5..e3081764782 100644 --- a/test/staging/sm/Function/builtin-no-construct.js +++ b/test/staging/sm/Function/builtin-no-construct.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/builtin-no-prototype.js b/test/staging/sm/Function/builtin-no-prototype.js index 1129de24931..4d54660a0a6 100644 --- a/test/staging/sm/Function/builtin-no-prototype.js +++ b/test/staging/sm/Function/builtin-no-prototype.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/configurable-length-builtins.js b/test/staging/sm/Function/configurable-length-builtins.js index c898c43d380..d81dea144c9 100644 --- a/test/staging/sm/Function/configurable-length-builtins.js +++ b/test/staging/sm/Function/configurable-length-builtins.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/configurable-length.js b/test/staging/sm/Function/configurable-length.js index cd3d3737e64..13017b2b8ac 100644 --- a/test/staging/sm/Function/configurable-length.js +++ b/test/staging/sm/Function/configurable-length.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/constructor-binding.js b/test/staging/sm/Function/constructor-binding.js index 287ebc38068..961ecf48ced 100644 --- a/test/staging/sm/Function/constructor-binding.js +++ b/test/staging/sm/Function/constructor-binding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/create-function-parse-before-getprototype.js b/test/staging/sm/Function/create-function-parse-before-getprototype.js index da2a1ddb72c..134a4582213 100644 --- a/test/staging/sm/Function/create-function-parse-before-getprototype.js +++ b/test/staging/sm/Function/create-function-parse-before-getprototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-bind.js b/test/staging/sm/Function/function-bind.js index 4cd9e3a875f..2e4c16e3ae4 100644 --- a/test/staging/sm/Function/function-bind.js +++ b/test/staging/sm/Function/function-bind.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-call.js b/test/staging/sm/Function/function-call.js index 849d074ea4e..f4cbddca82b 100644 --- a/test/staging/sm/Function/function-call.js +++ b/test/staging/sm/Function/function-call.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-caller-restrictions.js b/test/staging/sm/Function/function-caller-restrictions.js index c0f76d32c2b..fc410ef850d 100644 --- a/test/staging/sm/Function/function-caller-restrictions.js +++ b/test/staging/sm/Function/function-caller-restrictions.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-caller.js b/test/staging/sm/Function/function-caller.js index 770dfa598e5..7967cf8beb5 100644 --- a/test/staging/sm/Function/function-caller.js +++ b/test/staging/sm/Function/function-caller.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js b/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js index ff7e93371f7..379118ef41a 100644 --- a/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js +++ b/test/staging/sm/Function/function-constructor-toString-arguments-before-parsing-params.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-assignment.js b/test/staging/sm/Function/function-name-assignment.js index 9913651bf31..437db41a8fc 100644 --- a/test/staging/sm/Function/function-name-assignment.js +++ b/test/staging/sm/Function/function-name-assignment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-binding.js b/test/staging/sm/Function/function-name-binding.js index 07ee62a2b86..0c2775f545f 100644 --- a/test/staging/sm/Function/function-name-binding.js +++ b/test/staging/sm/Function/function-name-binding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-class.js b/test/staging/sm/Function/function-name-class.js index 05332af985a..24f19001ac5 100644 --- a/test/staging/sm/Function/function-name-class.js +++ b/test/staging/sm/Function/function-name-class.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-computed-01.js b/test/staging/sm/Function/function-name-computed-01.js index d712ee66698..61349bfe418 100644 --- a/test/staging/sm/Function/function-name-computed-01.js +++ b/test/staging/sm/Function/function-name-computed-01.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-computed-02.js b/test/staging/sm/Function/function-name-computed-02.js index 24c6f56c2eb..b5aaae8e401 100644 --- a/test/staging/sm/Function/function-name-computed-02.js +++ b/test/staging/sm/Function/function-name-computed-02.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-for.js b/test/staging/sm/Function/function-name-for.js index 714d4e214b2..89847b55940 100644 --- a/test/staging/sm/Function/function-name-for.js +++ b/test/staging/sm/Function/function-name-for.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-method.js b/test/staging/sm/Function/function-name-method.js index 07220cf5e5a..9e2cc5b22e2 100644 --- a/test/staging/sm/Function/function-name-method.js +++ b/test/staging/sm/Function/function-name-method.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name-property.js b/test/staging/sm/Function/function-name-property.js index 6fad7685af6..b9b139d7ac8 100644 --- a/test/staging/sm/Function/function-name-property.js +++ b/test/staging/sm/Function/function-name-property.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-name.js b/test/staging/sm/Function/function-name.js index 22f0e4465a7..f7f2a1adeaa 100644 --- a/test/staging/sm/Function/function-name.js +++ b/test/staging/sm/Function/function-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-toString-builtin-name.js b/test/staging/sm/Function/function-toString-builtin-name.js index f588876fd62..3665c5a58fe 100644 --- a/test/staging/sm/Function/function-toString-builtin-name.js +++ b/test/staging/sm/Function/function-toString-builtin-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/function-toString-builtin.js b/test/staging/sm/Function/function-toString-builtin.js index 72f8ee4badd..77375af06e0 100644 --- a/test/staging/sm/Function/function-toString-builtin.js +++ b/test/staging/sm/Function/function-toString-builtin.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/has-instance-jitted.js b/test/staging/sm/Function/has-instance-jitted.js index ab142bb39e5..3ceb9bc8725 100644 --- a/test/staging/sm/Function/has-instance-jitted.js +++ b/test/staging/sm/Function/has-instance-jitted.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/has-instance.js b/test/staging/sm/Function/has-instance.js index f0201cff062..6b85312d55e 100644 --- a/test/staging/sm/Function/has-instance.js +++ b/test/staging/sm/Function/has-instance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/implicit-this-in-parameter-expression.js b/test/staging/sm/Function/implicit-this-in-parameter-expression.js index ce1dec35d83..79fb05a28d6 100644 --- a/test/staging/sm/Function/implicit-this-in-parameter-expression.js +++ b/test/staging/sm/Function/implicit-this-in-parameter-expression.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/invalid-parameter-list.js b/test/staging/sm/Function/invalid-parameter-list.js index 0073bb9a4e0..602f8c7c0fa 100644 --- a/test/staging/sm/Function/invalid-parameter-list.js +++ b/test/staging/sm/Function/invalid-parameter-list.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/line-terminator-before-arrow.js b/test/staging/sm/Function/line-terminator-before-arrow.js index f166377e1d6..d6a62d21788 100644 --- a/test/staging/sm/Function/line-terminator-before-arrow.js +++ b/test/staging/sm/Function/line-terminator-before-arrow.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/method-has-duplicated.js b/test/staging/sm/Function/method-has-duplicated.js index 766feff288c..fbb6d4a9812 100644 --- a/test/staging/sm/Function/method-has-duplicated.js +++ b/test/staging/sm/Function/method-has-duplicated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/parameter-redeclaration.js b/test/staging/sm/Function/parameter-redeclaration.js index 317a330e6b5..103a1e9f062 100644 --- a/test/staging/sm/Function/parameter-redeclaration.js +++ b/test/staging/sm/Function/parameter-redeclaration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/redefine-arguments-length.js b/test/staging/sm/Function/redefine-arguments-length.js index d55f6d1aaf5..d7c93e06647 100644 --- a/test/staging/sm/Function/redefine-arguments-length.js +++ b/test/staging/sm/Function/redefine-arguments-length.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-518103.js b/test/staging/sm/Function/regress-518103.js index 77bfe1b3e6a..6beeeb773e4 100644 --- a/test/staging/sm/Function/regress-518103.js +++ b/test/staging/sm/Function/regress-518103.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-524826.js b/test/staging/sm/Function/regress-524826.js index 4e70d1534f5..8d08e44de94 100644 --- a/test/staging/sm/Function/regress-524826.js +++ b/test/staging/sm/Function/regress-524826.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-528082.js b/test/staging/sm/Function/regress-528082.js index e8036d683e2..858306bd634 100644 --- a/test/staging/sm/Function/regress-528082.js +++ b/test/staging/sm/Function/regress-528082.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-533254.js b/test/staging/sm/Function/regress-533254.js index 0a22781d821..a382933f182 100644 --- a/test/staging/sm/Function/regress-533254.js +++ b/test/staging/sm/Function/regress-533254.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/regress-545980.js b/test/staging/sm/Function/regress-545980.js index cc7f27a020d..6ffff08b1e9 100644 --- a/test/staging/sm/Function/regress-545980.js +++ b/test/staging/sm/Function/regress-545980.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/rest-has-duplicated.js b/test/staging/sm/Function/rest-has-duplicated.js index 8ce1b168f6c..146e2a02c3d 100644 --- a/test/staging/sm/Function/rest-has-duplicated.js +++ b/test/staging/sm/Function/rest-has-duplicated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/rest-parameter-names.js b/test/staging/sm/Function/rest-parameter-names.js index 21a56201e20..527c03e8c22 100644 --- a/test/staging/sm/Function/rest-parameter-names.js +++ b/test/staging/sm/Function/rest-parameter-names.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/return-finally.js b/test/staging/sm/Function/return-finally.js index a41c46f9e59..7ca8c2fb6d1 100644 --- a/test/staging/sm/Function/return-finally.js +++ b/test/staging/sm/Function/return-finally.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/spread-iterator-primitive.js b/test/staging/sm/Function/spread-iterator-primitive.js index df0b03b0ee5..2dc102c6bb1 100644 --- a/test/staging/sm/Function/spread-iterator-primitive.js +++ b/test/staging/sm/Function/spread-iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/strict-arguments.js b/test/staging/sm/Function/strict-arguments.js index 9373995c886..37c5d1e0f86 100644 --- a/test/staging/sm/Function/strict-arguments.js +++ b/test/staging/sm/Function/strict-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Function/throw-type-error.js b/test/staging/sm/Function/throw-type-error.js index 19914ff8f47..25adc410c1a 100644 --- a/test/staging/sm/Function/throw-type-error.js +++ b/test/staging/sm/Function/throw-type-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Iterator/constructor-subclassable.js b/test/staging/sm/Iterator/constructor-subclassable.js index e0ad14fd29f..ac0e70fef40 100644 --- a/test/staging/sm/Iterator/constructor-subclassable.js +++ b/test/staging/sm/Iterator/constructor-subclassable.js @@ -6,7 +6,7 @@ info: | Iterator constructor can be subclassed. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/constructor-throw-when-called-directly.js b/test/staging/sm/Iterator/constructor-throw-when-called-directly.js index 2a7442a0723..d24887e8077 100644 --- a/test/staging/sm/Iterator/constructor-throw-when-called-directly.js +++ b/test/staging/sm/Iterator/constructor-throw-when-called-directly.js @@ -6,7 +6,7 @@ info: | Iterator constructor throws when called directly. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/constructor-throw-without-new.js b/test/staging/sm/Iterator/constructor-throw-without-new.js index 0950d43adab..e3af9acb64f 100644 --- a/test/staging/sm/Iterator/constructor-throw-without-new.js +++ b/test/staging/sm/Iterator/constructor-throw-without-new.js @@ -6,7 +6,7 @@ info: | Iterator constructor throws when called without new. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/constructor.js b/test/staging/sm/Iterator/constructor.js index cc96fa07b34..a8c529383cb 100644 --- a/test/staging/sm/Iterator/constructor.js +++ b/test/staging/sm/Iterator/constructor.js @@ -6,7 +6,7 @@ info: | The Iterator constructor is a built-in function. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/Iterator.from-descriptor.js b/test/staging/sm/Iterator/from/Iterator.from-descriptor.js index d4bac38b76a..8dd22f4f8a2 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-descriptor.js +++ b/test/staging/sm/Iterator/from/Iterator.from-descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.from Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/Iterator.from-length.js b/test/staging/sm/Iterator/from/Iterator.from-length.js index 4774a21b4f8..c4f9c09036a 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-length.js +++ b/test/staging/sm/Iterator/from/Iterator.from-length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/Iterator.from-name.js b/test/staging/sm/Iterator/from/Iterator.from-name.js index f6c9f65648e..742f2a71787 100644 --- a/test/staging/sm/Iterator/from/Iterator.from-name.js +++ b/test/staging/sm/Iterator/from/Iterator.from-name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.from. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/call-from-with-different-this.js b/test/staging/sm/Iterator/from/call-from-with-different-this.js index aca44aaad15..82713628f91 100644 --- a/test/staging/sm/Iterator/from/call-from-with-different-this.js +++ b/test/staging/sm/Iterator/from/call-from-with-different-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/iterator-not-callable-throws.js b/test/staging/sm/Iterator/from/iterator-not-callable-throws.js index 30b752e6875..1bb1c9d58f1 100644 --- a/test/staging/sm/Iterator/from/iterator-not-callable-throws.js +++ b/test/staging/sm/Iterator/from/iterator-not-callable-throws.js @@ -6,7 +6,7 @@ info: | Iterator.from throws when called with an object with a non-callable @@iterator property. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/modify-next.js b/test/staging/sm/Iterator/from/modify-next.js index 9b468d3b01f..679722e448b 100644 --- a/test/staging/sm/Iterator/from/modify-next.js +++ b/test/staging/sm/Iterator/from/modify-next.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/modify-return.js b/test/staging/sm/Iterator/from/modify-return.js index 2313c255d3a..8bce2fd2cfa 100644 --- a/test/staging/sm/Iterator/from/modify-return.js +++ b/test/staging/sm/Iterator/from/modify-return.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/o-not-object-throws.js b/test/staging/sm/Iterator/from/o-not-object-throws.js index 031870e4d19..80b19c2fd84 100644 --- a/test/staging/sm/Iterator/from/o-not-object-throws.js +++ b/test/staging/sm/Iterator/from/o-not-object-throws.js @@ -6,7 +6,7 @@ info: | Iterator.from throws when called with a non-object. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/proxy-not-wrapped.js b/test/staging/sm/Iterator/from/proxy-not-wrapped.js index 5c1e967df53..17c990ec85f 100644 --- a/test/staging/sm/Iterator/from/proxy-not-wrapped.js +++ b/test/staging/sm/Iterator/from/proxy-not-wrapped.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/proxy-wrap-next.js b/test/staging/sm/Iterator/from/proxy-wrap-next.js index 6f0f2df72d2..42e48311bf9 100644 --- a/test/staging/sm/Iterator/from/proxy-wrap-next.js +++ b/test/staging/sm/Iterator/from/proxy-wrap-next.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/proxy-wrap-return.js b/test/staging/sm/Iterator/from/proxy-wrap-return.js index 5af980fbdef..ae7f10ec1b7 100644 --- a/test/staging/sm/Iterator/from/proxy-wrap-return.js +++ b/test/staging/sm/Iterator/from/proxy-wrap-return.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/return-iterator-if-iterable.js b/test/staging/sm/Iterator/from/return-iterator-if-iterable.js index 4f72c51fa7a..ff0aa0dbf7b 100644 --- a/test/staging/sm/Iterator/from/return-iterator-if-iterable.js +++ b/test/staging/sm/Iterator/from/return-iterator-if-iterable.js @@ -6,7 +6,7 @@ info: | Iterator.from returns O if it is iterable, an iterator, and an instance of Iterator. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js index 6604f9a20b6..d9c97e02e4e 100644 --- a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js +++ b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterable.js @@ -6,7 +6,7 @@ info: | Iterator.from returns an iterator wrapper if O is not an iterable. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js index 08cb09f631b..92cb9d37334 100644 --- a/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js +++ b/test/staging/sm/Iterator/from/return-wrapper-if-not-iterator-instance.js @@ -6,7 +6,7 @@ info: | Iterator.from returns an iterator wrapper if O is not an instance of Iterator. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js b/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js index b6c3190656e..d1841056154 100644 --- a/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js +++ b/test/staging/sm/Iterator/from/wrap-functions-on-other-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js b/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js index db19b0d5eba..ef741c60a05 100644 --- a/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js +++ b/test/staging/sm/Iterator/from/wrap-method-with-non-wrap-this-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-new-global.js b/test/staging/sm/Iterator/from/wrap-new-global.js index 1b24c614bd3..f469a1f84f8 100644 --- a/test/staging/sm/Iterator/from/wrap-new-global.js +++ b/test/staging/sm/Iterator/from/wrap-new-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-next-forwards-value.js b/test/staging/sm/Iterator/from/wrap-next-forwards-value.js index f67ccabee0c..d2ca73b40e1 100644 --- a/test/staging/sm/Iterator/from/wrap-next-forwards-value.js +++ b/test/staging/sm/Iterator/from/wrap-next-forwards-value.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js b/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js index 5fbc4384364..b9219ddb488 100644 --- a/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js +++ b/test/staging/sm/Iterator/from/wrap-next-not-object-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js b/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js index e301e477646..1a8389a1fb3 100644 --- a/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js +++ b/test/staging/sm/Iterator/from/wrap-return-closes-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/iterator.js b/test/staging/sm/Iterator/iterator.js index ee7879d50f0..4670c5a07e4 100644 --- a/test/staging/sm/Iterator/iterator.js +++ b/test/staging/sm/Iterator/iterator.js @@ -6,7 +6,7 @@ info: | Property descriptor of Iterator. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/length.js b/test/staging/sm/Iterator/length.js index d108db78457..09b72e4c649 100644 --- a/test/staging/sm/Iterator/length.js +++ b/test/staging/sm/Iterator/length.js @@ -6,7 +6,7 @@ info: | The "length" property of Iterator Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/name.js b/test/staging/sm/Iterator/name.js index 2d0404bb6a3..96413b340c4 100644 --- a/test/staging/sm/Iterator/name.js +++ b/test/staging/sm/Iterator/name.js @@ -6,7 +6,7 @@ info: | The "name" property of Iterator Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/proto.js b/test/staging/sm/Iterator/proto.js index 90244ed2f52..a37224c9f47 100644 --- a/test/staging/sm/Iterator/proto.js +++ b/test/staging/sm/Iterator/proto.js @@ -6,7 +6,7 @@ info: | The prototype of the Iterator constructor is the intrinsic object %FunctionPrototype%. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js b/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js index 431ff88ae14..02e9fa4b739 100644 --- a/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js +++ b/test/staging/sm/Iterator/prototype/drop/drop-more-than-available.js @@ -12,7 +12,7 @@ info: | c. If next is false, return undefined. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/drop/length.js b/test/staging/sm/Iterator/prototype/drop/length.js index 60a8ca0d116..3f5cfb99f71 100644 --- a/test/staging/sm/Iterator/prototype/drop/length.js +++ b/test/staging/sm/Iterator/prototype/drop/length.js @@ -10,7 +10,7 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/drop/name.js b/test/staging/sm/Iterator/prototype/drop/name.js index abbeeb2e493..63cc7b457c2 100644 --- a/test/staging/sm/Iterator/prototype/drop/name.js +++ b/test/staging/sm/Iterator/prototype/drop/name.js @@ -9,7 +9,7 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js index 33b144ce731..9795384e4fa 100644 --- a/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/every/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js index 1d742fa1f5d..f2dbe28d41d 100644 --- a/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/every/coerce-result-to-boolean.js @@ -5,7 +5,7 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/every/descriptor.js b/test/staging/sm/Iterator/prototype/every/descriptor.js index a111f069482..c3b73c2dad5 100644 --- a/test/staging/sm/Iterator/prototype/every/descriptor.js +++ b/test/staging/sm/Iterator/prototype/every/descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.prototype.every Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js index b2ca8857869..7a95dc65df5 100644 --- a/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/every/error-from-correct-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js index 095c718c77d..ef5693513d3 100644 --- a/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/every/fn-not-callable-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js index eec0666339a..613d1a570b4 100644 --- a/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/every/fn-throws-close-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/length.js b/test/staging/sm/Iterator/prototype/every/length.js index a8e0163a860..38280ce8954 100644 --- a/test/staging/sm/Iterator/prototype/every/length.js +++ b/test/staging/sm/Iterator/prototype/every/length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/name.js b/test/staging/sm/Iterator/prototype/every/name.js index f8d9ccc7b80..81533acef9d 100644 --- a/test/staging/sm/Iterator/prototype/every/name.js +++ b/test/staging/sm/Iterator/prototype/every/name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.prototype.every. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js index bea05d4cad7..018e89757bf 100644 --- a/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/every/next-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/proxy.js b/test/staging/sm/Iterator/prototype/every/proxy.js index 9a9b5a8c86a..6073eae712d 100644 --- a/test/staging/sm/Iterator/prototype/every/proxy.js +++ b/test/staging/sm/Iterator/prototype/every/proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js b/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js index a63f555ea3e..df2ee5f48a6 100644 --- a/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js +++ b/test/staging/sm/Iterator/prototype/every/return-true-if-all-match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js b/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js index 1f4a310b3de..5a3ae0243a5 100644 --- a/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js +++ b/test/staging/sm/Iterator/prototype/every/short-circuit-on-false.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js index 14951b2beca..d4100bf4173 100644 --- a/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/every/this-not-iterator-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js index 11b9b9e3f00..a187b41f49e 100644 --- a/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/every/value-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js index 0ac497f3fac..cb2d8064c33 100644 --- a/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/filter/coerce-result-to-boolean.js @@ -5,7 +5,7 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/filter/length.js b/test/staging/sm/Iterator/prototype/filter/length.js index a3d1bc9e8bd..cc8c5f6d6e0 100644 --- a/test/staging/sm/Iterator/prototype/filter/length.js +++ b/test/staging/sm/Iterator/prototype/filter/length.js @@ -10,7 +10,7 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/filter/name.js b/test/staging/sm/Iterator/prototype/filter/name.js index 9a673bfec7a..981cad3f96b 100644 --- a/test/staging/sm/Iterator/prototype/filter/name.js +++ b/test/staging/sm/Iterator/prototype/filter/name.js @@ -9,7 +9,7 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js index b7f520fda3f..cc6cd32c7a1 100644 --- a/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/find/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js index 60d4fe0ed37..5a0c8ed2bbe 100644 --- a/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/find/coerce-result-to-boolean.js @@ -5,7 +5,7 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/find/descriptor.js b/test/staging/sm/Iterator/prototype/find/descriptor.js index 190c29ee64a..cde1879f687 100644 --- a/test/staging/sm/Iterator/prototype/find/descriptor.js +++ b/test/staging/sm/Iterator/prototype/find/descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.prototype.find Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js index 5b3ab3a0bb6..0362b337efb 100644 --- a/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/find/error-from-correct-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js index 1b79cc65d39..f3a63d69ee8 100644 --- a/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/find/fn-not-callable-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js index 94f31e62476..8eef0bacd99 100644 --- a/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/find/fn-throws-close-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/length.js b/test/staging/sm/Iterator/prototype/find/length.js index 2b6bc43dedc..f9e43314cab 100644 --- a/test/staging/sm/Iterator/prototype/find/length.js +++ b/test/staging/sm/Iterator/prototype/find/length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/name.js b/test/staging/sm/Iterator/prototype/find/name.js index c5f75420498..b1c0832cc46 100644 --- a/test/staging/sm/Iterator/prototype/find/name.js +++ b/test/staging/sm/Iterator/prototype/find/name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.prototype.find. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js index c66201f15b8..256abf379a0 100644 --- a/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/find/next-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/proxy.js b/test/staging/sm/Iterator/prototype/find/proxy.js index e7ca06dd6a7..54654ec71f3 100644 --- a/test/staging/sm/Iterator/prototype/find/proxy.js +++ b/test/staging/sm/Iterator/prototype/find/proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js b/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js index 7c36cdeac0a..431f48d21c5 100644 --- a/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js +++ b/test/staging/sm/Iterator/prototype/find/return-undefined-if-none-match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js b/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js index 5153c4572f0..5d463b4a9dd 100644 --- a/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js +++ b/test/staging/sm/Iterator/prototype/find/short-circuit-on-match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js index 4749750fd63..3e12f15d7a4 100644 --- a/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/find/this-not-iterator-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js index 71bd7eee30d..853b1439319 100644 --- a/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/find/value-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js index b2c462c57eb..826eca3bac8 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js +++ b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-complete-throws.js @@ -13,7 +13,7 @@ info: | iv. IfAbruptCloseIterator(innerComplete, iterated). features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js index d583b177731..4d917c9ed4b 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js +++ b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-next-throws.js @@ -13,7 +13,7 @@ info: | ii. IfAbruptCloseIterator(innerNext, iterated). features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js index 1cd2a661d80..27a1e4fcbea 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js +++ b/test/staging/sm/Iterator/prototype/flatMap/close-iterator-when-inner-value-throws.js @@ -15,7 +15,7 @@ info: | 2. IfAbruptCloseIterator(innerValue, iterated). features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js b/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js index 20a06ab0986..8f8463b9c94 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js +++ b/test/staging/sm/Iterator/prototype/flatMap/inner-empty-iterable.js @@ -15,7 +15,7 @@ info: | v. If innerComplete is true, set innerAlive to false. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js b/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js index d215bbd7c55..6a08b1f34c9 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js +++ b/test/staging/sm/Iterator/prototype/flatMap/inner-generator.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5.7 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/length.js b/test/staging/sm/Iterator/prototype/flatMap/length.js index e4b89dfe657..717f0fcc471 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/length.js +++ b/test/staging/sm/Iterator/prototype/flatMap/length.js @@ -10,7 +10,7 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/name.js b/test/staging/sm/Iterator/prototype/flatMap/name.js index 8acedc67cf0..048009ef891 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/name.js +++ b/test/staging/sm/Iterator/prototype/flatMap/name.js @@ -9,7 +9,7 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js b/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js index 4be84cecb08..f7271e85f83 100644 --- a/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js +++ b/test/staging/sm/Iterator/prototype/flatMap/throw-when-inner-not-iterable.js @@ -12,7 +12,7 @@ info: | g. IfAbruptCloseIterator(innerIterator, iterated). features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js index a77dc16950b..e783fa891ea 100644 --- a/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/forEach/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/descriptor.js b/test/staging/sm/Iterator/prototype/forEach/descriptor.js index 042dedbe2a6..a7f544fb1af 100644 --- a/test/staging/sm/Iterator/prototype/forEach/descriptor.js +++ b/test/staging/sm/Iterator/prototype/forEach/descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.prototype.forEach Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js index dbdb220a632..4defcee1c32 100644 --- a/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/forEach/error-from-correct-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js index 9e943ebf69d..6b257dd3db3 100644 --- a/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/forEach/fn-not-callable-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js index f174667d57b..74b44836982 100644 --- a/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/forEach/fn-throws-close-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/forEach.js b/test/staging/sm/Iterator/prototype/forEach/forEach.js index 875038fe6ad..646c8797de1 100644 --- a/test/staging/sm/Iterator/prototype/forEach/forEach.js +++ b/test/staging/sm/Iterator/prototype/forEach/forEach.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/length.js b/test/staging/sm/Iterator/prototype/forEach/length.js index 54da4f41a1d..993d47afcc5 100644 --- a/test/staging/sm/Iterator/prototype/forEach/length.js +++ b/test/staging/sm/Iterator/prototype/forEach/length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/name.js b/test/staging/sm/Iterator/prototype/forEach/name.js index 5f9ab02e1ce..1422978e68f 100644 --- a/test/staging/sm/Iterator/prototype/forEach/name.js +++ b/test/staging/sm/Iterator/prototype/forEach/name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.prototype.forEach. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js index 99cc3e292a7..b362a6c630d 100644 --- a/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/forEach/next-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/proxy.js b/test/staging/sm/Iterator/prototype/forEach/proxy.js index 3bcbc4a1bb0..2a726d521df 100644 --- a/test/staging/sm/Iterator/prototype/forEach/proxy.js +++ b/test/staging/sm/Iterator/prototype/forEach/proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js index a5e03f03410..43125939eee 100644 --- a/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/forEach/this-not-iterator-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js index 715efe77807..f006c7ea5ba 100644 --- a/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/forEach/value-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js b/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js index 9ab5ed0bc94..b087d0df714 100644 --- a/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js +++ b/test/staging/sm/Iterator/prototype/generator-methods-throw-on-iterator-helpers.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js b/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js index a8d5464bb35..2dab5afd78a 100644 --- a/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js +++ b/test/staging/sm/Iterator/prototype/iterator-helper-methods-throw-on-generators.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js b/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js index aa02274fbd3..4a8fa723bdc 100644 --- a/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js +++ b/test/staging/sm/Iterator/prototype/iterator-helpers-from-other-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js b/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js index 0a71509479d..e5330819da8 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-from-other-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js b/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js index d899a905d96..efdc3099903 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-handle-empty-iterators.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js b/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js index dc8769f506d..82a9c8b7877 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-interleaved.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js index a3d2c539de6..39723d5d912 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-call-throws.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js index b4f8b59d54b..054b579c559 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-closed-on-yield-throws.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js index 0c60d3a9ade..1686409bfb1 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-next-throws.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js index b766e5e5b03..ee3b3d8e40d 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-not-closed-on-value-throws.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js index fd3c61a1b6b..5f33250c96f 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-iterator-returns-done-generator-finishes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js b/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js index c84a60d654a..4d2222c2a03 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-multiple-return-close-iterator-once.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js b/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js index b4807c9a1d5..5933c4f516a 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-pass-through-lastValue.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js b/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js index 8f52a8350bf..22f58d7a54a 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-pass-value-through-chain.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js b/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js index 52627882a54..60f5696442f 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-proxy-accesses.js @@ -7,7 +7,7 @@ description: | Lazy %Iterator.prototype% methods access specified properties only. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js b/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js index 93d721aef47..2f634a871ec 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-reentry-not-close-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js b/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js index eca0038d4a4..5d7a040d997 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-return-closes-iterator.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js b/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js index 26c69d5f7a5..e54accef781 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-return-new-iterator-result.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js index d01a868e652..2393e9b59eb 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-next-non-callable.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 1.1.1 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js index 9b5b1319000..924ea283092 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-callable.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js index 5f9bc897186..092d31af2c6 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-eagerly-on-non-iterator.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 1.1.1 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js index a91899830c9..ddb1b8fdaf1 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-done-throws.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js index f252b7f10a9..2fb5a0d1928 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-next-not-object.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js b/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js index a33a0558a31..e11355b811b 100644 --- a/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js +++ b/test/staging/sm/Iterator/prototype/lazy-methods-throw-on-reentry.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js b/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js index 8cfb85cadc6..12f3b3efc07 100644 --- a/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js +++ b/test/staging/sm/Iterator/prototype/map/call-next-on-iterator-while-iterating.js @@ -7,7 +7,7 @@ description: | Call next on an iterator that is being iterated over. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/clobber-symbol.js b/test/staging/sm/Iterator/prototype/map/clobber-symbol.js index c769e1aadd5..d642d327e09 100644 --- a/test/staging/sm/Iterator/prototype/map/clobber-symbol.js +++ b/test/staging/sm/Iterator/prototype/map/clobber-symbol.js @@ -9,7 +9,7 @@ features: - Symbol - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js b/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js index e435e21d274..4460917dc5e 100644 --- a/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js +++ b/test/staging/sm/Iterator/prototype/map/interleaved-map-calls.js @@ -7,7 +7,7 @@ description: | Interleaved %Iterator.prototype%.map calls on the same iterator. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/length.js b/test/staging/sm/Iterator/prototype/map/length.js index 63440f74f23..8836835e657 100644 --- a/test/staging/sm/Iterator/prototype/map/length.js +++ b/test/staging/sm/Iterator/prototype/map/length.js @@ -10,7 +10,7 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/map.js b/test/staging/sm/Iterator/prototype/map/map.js index a8b642ad085..cc69e82cc5e 100644 --- a/test/staging/sm/Iterator/prototype/map/map.js +++ b/test/staging/sm/Iterator/prototype/map/map.js @@ -9,7 +9,7 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js b/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js index 59805be7b37..b7dfe97bfcf 100644 --- a/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js +++ b/test/staging/sm/Iterator/prototype/map/mapper-not-callable-throw.js @@ -7,7 +7,7 @@ description: | Eagerly throw TypeError when `mapper` is not callable. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js b/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js index 71096a2f68c..d71e8e81c34 100644 --- a/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js +++ b/test/staging/sm/Iterator/prototype/map/mutate-iterator-after-done.js @@ -7,7 +7,7 @@ description: | Mutate an iterator after it has been mapped and returned done. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/mutate-iterator.js b/test/staging/sm/Iterator/prototype/map/mutate-iterator.js index ad7dc015bea..65336aef60e 100644 --- a/test/staging/sm/Iterator/prototype/map/mutate-iterator.js +++ b/test/staging/sm/Iterator/prototype/map/mutate-iterator.js @@ -7,7 +7,7 @@ description: | Mutate an iterator after it has been mapped. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/name.js b/test/staging/sm/Iterator/prototype/map/name.js index 145ecf45f5c..3c2c5e2895e 100644 --- a/test/staging/sm/Iterator/prototype/map/name.js +++ b/test/staging/sm/Iterator/prototype/map/name.js @@ -9,7 +9,7 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js b/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js index 5000917df83..d8f2d5bb656 100644 --- a/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js +++ b/test/staging/sm/Iterator/prototype/map/output-at-generator-end.js @@ -7,7 +7,7 @@ description: | %Iterator.prototype%.map outputs correct value at end of iterator. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js b/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js index c8e713672d5..cf69045a654 100644 --- a/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js +++ b/test/staging/sm/Iterator/prototype/map/pass-lastValue-to-next.js @@ -9,7 +9,7 @@ info: | Iterator Helpers Proposal 2.1.5.2 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js index 5ab1e179680..5fc9868009a 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-iteratorValue.js @@ -7,7 +7,7 @@ description: | %Iterator.prototype%.map does not call return when IteratorValue returns an abrupt completion. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js index 5f9060b978e..a696d225466 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion-in-yield.js @@ -7,7 +7,7 @@ description: | %Iterator.prototype%.map calls return when yield throws. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js index 59f05ed6c9c..0c3238360ca 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-abrupt-completion.js @@ -7,7 +7,7 @@ description: | %Iterator.prototype%.map accesses specified properties only. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/proxy-accesses.js b/test/staging/sm/Iterator/prototype/map/proxy-accesses.js index 72c0791e05e..87cfc362e05 100644 --- a/test/staging/sm/Iterator/prototype/map/proxy-accesses.js +++ b/test/staging/sm/Iterator/prototype/map/proxy-accesses.js @@ -7,7 +7,7 @@ description: | %Iterator.prototype%.map accesses specified properties only. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js b/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js index ea2468bd5e0..727204cc99f 100644 --- a/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js +++ b/test/staging/sm/Iterator/prototype/map/reenter-map-generator-from-mapper.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js b/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js index 732ed8c60f8..8765823dcc5 100644 --- a/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js +++ b/test/staging/sm/Iterator/prototype/map/this-not-iterator-throw.js @@ -7,7 +7,7 @@ description: | Eagerly throw TypeError when `this` is not an iterator. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js b/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js index da3326e4d91..a8e002ffa9f 100644 --- a/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js +++ b/test/staging/sm/Iterator/prototype/map/this-value-array-throws.js @@ -8,7 +8,7 @@ description: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js b/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js index 894f481c9ec..ec7ebe14e56 100644 --- a/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js +++ b/test/staging/sm/Iterator/prototype/map/throw-when-iterator-returns-non-object.js @@ -7,7 +7,7 @@ description: | Throw TypeError if `next` call returns non-object. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js b/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js index 3e90b310eb1..b752318dc3a 100644 --- a/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js +++ b/test/staging/sm/Iterator/prototype/map/values-pass-through-chained-maps-to-next.js @@ -9,7 +9,7 @@ info: | Iterator Helpers Proposal 2.1.5.2 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js b/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js index 1e97cc0f9be..64991df5a61 100644 --- a/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js +++ b/test/staging/sm/Iterator/prototype/reduce/accumulator-set-to-initial-value.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js index 985e6ff2a51..1b70baedb2b 100644 --- a/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/reduce/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/descriptor.js b/test/staging/sm/Iterator/prototype/reduce/descriptor.js index aeb3b6095f0..ba8a772e956 100644 --- a/test/staging/sm/Iterator/prototype/reduce/descriptor.js +++ b/test/staging/sm/Iterator/prototype/reduce/descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.prototype.reduce Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js b/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js index ac7a2ac8602..31fede37468 100644 --- a/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/empty-iterator-without-initial-value-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js index 254cf27cfee..76b4609eb10 100644 --- a/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/reduce/error-from-correct-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js b/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js index 530d4f041cc..6921e4ad79c 100644 --- a/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js +++ b/test/staging/sm/Iterator/prototype/reduce/iterator-empty-return-initial-value.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js b/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js index 7eb13770451..c6977a69cde 100644 --- a/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/iterator-next-return-non-object-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/left-associative.js b/test/staging/sm/Iterator/prototype/reduce/left-associative.js index 3476cbf6c78..6d45afda978 100644 --- a/test/staging/sm/Iterator/prototype/reduce/left-associative.js +++ b/test/staging/sm/Iterator/prototype/reduce/left-associative.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/length.js b/test/staging/sm/Iterator/prototype/reduce/length.js index d10914e6f1f..dffeff13473 100644 --- a/test/staging/sm/Iterator/prototype/reduce/length.js +++ b/test/staging/sm/Iterator/prototype/reduce/length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/name.js b/test/staging/sm/Iterator/prototype/reduce/name.js index bb07ab9bb3f..28be08dc10f 100644 --- a/test/staging/sm/Iterator/prototype/reduce/name.js +++ b/test/staging/sm/Iterator/prototype/reduce/name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.prototype.reduce. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js index e16e70cd591..fdc76c35aad 100644 --- a/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/reduce/next-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js b/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js index 5d17678ca6e..9c2fabc0b32 100644 --- a/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js +++ b/test/staging/sm/Iterator/prototype/reduce/no-initial-value-set-accumulator-to-first-value.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/proxy.js b/test/staging/sm/Iterator/prototype/reduce/proxy.js index e9caea25dff..b0300a23a42 100644 --- a/test/staging/sm/Iterator/prototype/reduce/proxy.js +++ b/test/staging/sm/Iterator/prototype/reduce/proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/reduce.js b/test/staging/sm/Iterator/prototype/reduce/reduce.js index c448bed33dc..29cbbc4d4fa 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reduce.js +++ b/test/staging/sm/Iterator/prototype/reduce/reduce.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js b/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js index d60a9f4b568..19825cd4b06 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/reducer-not-callable-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js b/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js index ad308faf153..2bb2a2418b5 100644 --- a/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js +++ b/test/staging/sm/Iterator/prototype/reduce/reducer-throws-iterator-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js index 2e40e31bb78..d81f4d3bfd5 100644 --- a/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/reduce/this-not-iterator-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js index e24edf573eb..4b6e13be8e6 100644 --- a/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/reduce/value-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js b/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js index 4ed28d539c9..d800514e2d3 100644 --- a/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js +++ b/test/staging/sm/Iterator/prototype/some/check-fn-after-getting-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, compareArray.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js b/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js index 2b1aae48bd5..4660a095618 100644 --- a/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js +++ b/test/staging/sm/Iterator/prototype/some/coerce-result-to-boolean.js @@ -5,7 +5,7 @@ features: - IsHTMLDDA - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/Iterator/prototype/some/descriptor.js b/test/staging/sm/Iterator/prototype/some/descriptor.js index 4d6e634a947..cfdbeb48960 100644 --- a/test/staging/sm/Iterator/prototype/some/descriptor.js +++ b/test/staging/sm/Iterator/prototype/some/descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.prototype.some Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js b/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js index 347cf9db61d..b9587c095c3 100644 --- a/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js +++ b/test/staging/sm/Iterator/prototype/some/error-from-correct-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js b/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js index a35aa1bd555..534cf824fbc 100644 --- a/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js +++ b/test/staging/sm/Iterator/prototype/some/fn-not-callable-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js b/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js index f96fb33e0a8..392e95dea35 100644 --- a/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js +++ b/test/staging/sm/Iterator/prototype/some/fn-throws-close-iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/length.js b/test/staging/sm/Iterator/prototype/some/length.js index 847dffc8a42..1cb36b33198 100644 --- a/test/staging/sm/Iterator/prototype/some/length.js +++ b/test/staging/sm/Iterator/prototype/some/length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/name.js b/test/staging/sm/Iterator/prototype/some/name.js index 2602902e84f..90290aaf234 100644 --- a/test/staging/sm/Iterator/prototype/some/name.js +++ b/test/staging/sm/Iterator/prototype/some/name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.prototype.some. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js index 12ad43399a4..3286fe07903 100644 --- a/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/some/next-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/proxy.js b/test/staging/sm/Iterator/prototype/some/proxy.js index c800c3a88b5..ff233d03109 100644 --- a/test/staging/sm/Iterator/prototype/some/proxy.js +++ b/test/staging/sm/Iterator/prototype/some/proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js b/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js index 30e540756b2..4c091a7852e 100644 --- a/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js +++ b/test/staging/sm/Iterator/prototype/some/return-false-if-none-match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js b/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js index 47fbbdc9d6c..501a5b04073 100644 --- a/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js +++ b/test/staging/sm/Iterator/prototype/some/short-circuit-on-true.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js index fc49a84ab0c..350ae094ae0 100644 --- a/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/some/this-not-iterator-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js index cd540ac2dc9..af76d3eca2d 100644 --- a/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/some/value-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js index 407f5178093..9c074d8ecb5 100644 --- a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js +++ b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-negative.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5.4 and 2.1.5.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js index 56f5092dc73..8450f27fa67 100644 --- a/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js +++ b/test/staging/sm/Iterator/prototype/take-drop-throw-eagerly-on-non-integer.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5.4 and 2.1.5.5 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js b/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js index 6af6996e82e..8277af0b41d 100644 --- a/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js +++ b/test/staging/sm/Iterator/prototype/take/close-iterator-when-none-remaining.js @@ -9,7 +9,7 @@ info: | Iterator Helpers proposal 2.1.5.4 features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/length.js b/test/staging/sm/Iterator/prototype/take/length.js index 008e45a9d04..e27f543f813 100644 --- a/test/staging/sm/Iterator/prototype/take/length.js +++ b/test/staging/sm/Iterator/prototype/take/length.js @@ -10,7 +10,7 @@ info: | features: - Symbol.iterator - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/name.js b/test/staging/sm/Iterator/prototype/take/name.js index 84b30512c1e..bf038e6344b 100644 --- a/test/staging/sm/Iterator/prototype/take/name.js +++ b/test/staging/sm/Iterator/prototype/take/name.js @@ -9,7 +9,7 @@ info: | 17 ECMAScript Standard Built-in Objects features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/take/take-more-than-available.js b/test/staging/sm/Iterator/prototype/take/take-more-than-available.js index ec9b16e2ec4..0549d9adfb1 100644 --- a/test/staging/sm/Iterator/prototype/take/take-more-than-available.js +++ b/test/staging/sm/Iterator/prototype/take/take-more-than-available.js @@ -12,7 +12,7 @@ info: | d. If next is false, return undefined. features: - iterator-helpers -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict ---*/ diff --git a/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js b/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js index 42e8d88d9d6..30a2a7a4761 100644 --- a/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js +++ b/test/staging/sm/Iterator/prototype/toArray/create-in-current-realm.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/descriptor.js b/test/staging/sm/Iterator/prototype/toArray/descriptor.js index 0f814ca4132..d1c18375eb6 100644 --- a/test/staging/sm/Iterator/prototype/toArray/descriptor.js +++ b/test/staging/sm/Iterator/prototype/toArray/descriptor.js @@ -6,7 +6,7 @@ info: | Descriptor property of Iterator.prototype.toArray Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js b/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js index 89c3ba66e8b..c2ce802c6d8 100644 --- a/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js +++ b/test/staging/sm/Iterator/prototype/toArray/iterator-empty.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/length.js b/test/staging/sm/Iterator/prototype/toArray/length.js index 4f5ab7287ac..e1f35f230c5 100644 --- a/test/staging/sm/Iterator/prototype/toArray/length.js +++ b/test/staging/sm/Iterator/prototype/toArray/length.js @@ -10,7 +10,7 @@ info: | false, [[Configurable]]: true }. Iterator is not enabled unconditionally -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/name.js b/test/staging/sm/Iterator/prototype/toArray/name.js index 915d1848f0f..6ae1f7510e5 100644 --- a/test/staging/sm/Iterator/prototype/toArray/name.js +++ b/test/staging/sm/Iterator/prototype/toArray/name.js @@ -4,7 +4,7 @@ /*--- description: | `name` property of Iterator.prototype.toArray. -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/next-throws.js b/test/staging/sm/Iterator/prototype/toArray/next-throws.js index 7252c445916..ef7668ac306 100644 --- a/test/staging/sm/Iterator/prototype/toArray/next-throws.js +++ b/test/staging/sm/Iterator/prototype/toArray/next-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/proxy.js b/test/staging/sm/Iterator/prototype/toArray/proxy.js index f8f04c500b4..e6c2bac600e 100644 --- a/test/staging/sm/Iterator/prototype/toArray/proxy.js +++ b/test/staging/sm/Iterator/prototype/toArray/proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js b/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js index 33b3ba345f8..5754fe0e60e 100644 --- a/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js +++ b/test/staging/sm/Iterator/prototype/toArray/this-not-iterator-throws.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/toArray.js b/test/staging/sm/Iterator/prototype/toArray/toArray.js index ee66928d080..8973b5afa1e 100644 --- a/test/staging/sm/Iterator/prototype/toArray/toArray.js +++ b/test/staging/sm/Iterator/prototype/toArray/toArray.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js b/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js index b348bf4b1a8..0afb70b6ed5 100644 --- a/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js +++ b/test/staging/sm/Iterator/prototype/toArray/value-throws-iterator-not-closed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/JSON/cyclic-stringify-unrelated.js b/test/staging/sm/JSON/cyclic-stringify-unrelated.js index 327f4ad5fe5..83e473bd4b0 100644 --- a/test/staging/sm/JSON/cyclic-stringify-unrelated.js +++ b/test/staging/sm/JSON/cyclic-stringify-unrelated.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/cyclic-stringify.js b/test/staging/sm/JSON/cyclic-stringify.js index ece9abc85a1..53de92ccf0c 100644 --- a/test/staging/sm/JSON/cyclic-stringify.js +++ b/test/staging/sm/JSON/cyclic-stringify.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-arguments.js b/test/staging/sm/JSON/parse-arguments.js index c3158b139b2..14b3778c2d2 100644 --- a/test/staging/sm/JSON/parse-arguments.js +++ b/test/staging/sm/JSON/parse-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-crockford-01.js b/test/staging/sm/JSON/parse-crockford-01.js index 84cad8be247..eb35cba78d4 100644 --- a/test/staging/sm/JSON/parse-crockford-01.js +++ b/test/staging/sm/JSON/parse-crockford-01.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-mega-huge-array.js b/test/staging/sm/JSON/parse-mega-huge-array.js index 219e123b09a..4abc2f758e7 100644 --- a/test/staging/sm/JSON/parse-mega-huge-array.js +++ b/test/staging/sm/JSON/parse-mega-huge-array.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-number-syntax.js b/test/staging/sm/JSON/parse-number-syntax.js index 62513807517..f7539e1e0bd 100644 --- a/test/staging/sm/JSON/parse-number-syntax.js +++ b/test/staging/sm/JSON/parse-number-syntax.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-octal-syntax-error.js b/test/staging/sm/JSON/parse-octal-syntax-error.js index cedcea35e84..2c0852f088a 100644 --- a/test/staging/sm/JSON/parse-octal-syntax-error.js +++ b/test/staging/sm/JSON/parse-octal-syntax-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-primitives.js b/test/staging/sm/JSON/parse-primitives.js index 73f242978e2..3cb78ffd904 100644 --- a/test/staging/sm/JSON/parse-primitives.js +++ b/test/staging/sm/JSON/parse-primitives.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-reviver-array-delete.js b/test/staging/sm/JSON/parse-reviver-array-delete.js index 757a6e8a8a3..bc50b0b18af 100644 --- a/test/staging/sm/JSON/parse-reviver-array-delete.js +++ b/test/staging/sm/JSON/parse-reviver-array-delete.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-reviver.js b/test/staging/sm/JSON/parse-reviver.js index 2de53c599fe..62ba245b73e 100644 --- a/test/staging/sm/JSON/parse-reviver.js +++ b/test/staging/sm/JSON/parse-reviver.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-syntax-errors-01.js b/test/staging/sm/JSON/parse-syntax-errors-01.js index abd25e63589..89d07b9f1eb 100644 --- a/test/staging/sm/JSON/parse-syntax-errors-01.js +++ b/test/staging/sm/JSON/parse-syntax-errors-01.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-syntax-errors-02.js b/test/staging/sm/JSON/parse-syntax-errors-02.js index 50119fbe419..26c8d07e5ca 100644 --- a/test/staging/sm/JSON/parse-syntax-errors-02.js +++ b/test/staging/sm/JSON/parse-syntax-errors-02.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse-syntax-errors-03.js b/test/staging/sm/JSON/parse-syntax-errors-03.js index 0fb0559c129..c7026f39b02 100644 --- a/test/staging/sm/JSON/parse-syntax-errors-03.js +++ b/test/staging/sm/JSON/parse-syntax-errors-03.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/parse.js b/test/staging/sm/JSON/parse.js index ea3f378d54e..8307d97bd0d 100644 --- a/test/staging/sm/JSON/parse.js +++ b/test/staging/sm/JSON/parse.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/regress-459293.js b/test/staging/sm/JSON/regress-459293.js index 1938c09cd78..bf558992859 100644 --- a/test/staging/sm/JSON/regress-459293.js +++ b/test/staging/sm/JSON/regress-459293.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/small-codepoints.js b/test/staging/sm/JSON/small-codepoints.js index 9a4e1ed06fe..e201d1bf7cd 100644 --- a/test/staging/sm/JSON/small-codepoints.js +++ b/test/staging/sm/JSON/small-codepoints.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-boxed-primitives.js b/test/staging/sm/JSON/stringify-boxed-primitives.js index 16d072a547c..841013e9f5f 100644 --- a/test/staging/sm/JSON/stringify-boxed-primitives.js +++ b/test/staging/sm/JSON/stringify-boxed-primitives.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-call-replacer-once.js b/test/staging/sm/JSON/stringify-call-replacer-once.js index b9a25dfedc9..7e411919ecb 100644 --- a/test/staging/sm/JSON/stringify-call-replacer-once.js +++ b/test/staging/sm/JSON/stringify-call-replacer-once.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-call-toJSON-once.js b/test/staging/sm/JSON/stringify-call-toJSON-once.js index 46efad8f131..56055c2e44f 100644 --- a/test/staging/sm/JSON/stringify-call-toJSON-once.js +++ b/test/staging/sm/JSON/stringify-call-toJSON-once.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-dropping-elements.js b/test/staging/sm/JSON/stringify-dropping-elements.js index f5687a521b9..0410e67f67c 100644 --- a/test/staging/sm/JSON/stringify-dropping-elements.js +++ b/test/staging/sm/JSON/stringify-dropping-elements.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-gap.js b/test/staging/sm/JSON/stringify-gap.js index 8f16401b97d..269e738f172 100644 --- a/test/staging/sm/JSON/stringify-gap.js +++ b/test/staging/sm/JSON/stringify-gap.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js b/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js index d7f4f23dba6..c58228cb9cc 100644 --- a/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js +++ b/test/staging/sm/JSON/stringify-ignore-noncallable-toJSON.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-large-replacer-array.js b/test/staging/sm/JSON/stringify-large-replacer-array.js index 040a0794d2e..a665e48cb4f 100644 --- a/test/staging/sm/JSON/stringify-large-replacer-array.js +++ b/test/staging/sm/JSON/stringify-large-replacer-array.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-missing-arguments.js b/test/staging/sm/JSON/stringify-missing-arguments.js index e6521962cf9..ac34d5651b1 100644 --- a/test/staging/sm/JSON/stringify-missing-arguments.js +++ b/test/staging/sm/JSON/stringify-missing-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js b/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js index ff1f637b391..85407f1767a 100644 --- a/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js +++ b/test/staging/sm/JSON/stringify-nonarray-noncallable-replacer.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-primitives.js b/test/staging/sm/JSON/stringify-primitives.js index 805e0f97e18..33015f95e09 100644 --- a/test/staging/sm/JSON/stringify-primitives.js +++ b/test/staging/sm/JSON/stringify-primitives.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js b/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js index 20d8370cf3e..bdcab51f3f2 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js +++ b/test/staging/sm/JSON/stringify-replacer-array-boxed-elements.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js b/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js index 3e181de30ad..0710db5a914 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js +++ b/test/staging/sm/JSON/stringify-replacer-array-duplicated-element.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js b/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js index ecab508dace..2433138fefd 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js +++ b/test/staging/sm/JSON/stringify-replacer-array-edgecase-jsid-elements.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-hijinks.js b/test/staging/sm/JSON/stringify-replacer-array-hijinks.js index d77a8f9e400..b3500f8eec5 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-hijinks.js +++ b/test/staging/sm/JSON/stringify-replacer-array-hijinks.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js b/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js index 61ebe8c7aad..9392c238ba0 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js +++ b/test/staging/sm/JSON/stringify-replacer-array-skipped-element.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js b/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js index a37c7f20c2c..4694d49d64b 100644 --- a/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js +++ b/test/staging/sm/JSON/stringify-replacer-array-trailing-holes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js b/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js index 4eb939a51e8..1e4186ef8c0 100644 --- a/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js +++ b/test/staging/sm/JSON/stringify-replacer-with-array-indexes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-replacer.js b/test/staging/sm/JSON/stringify-replacer.js index 80ad14610ac..0ba48ec2179 100644 --- a/test/staging/sm/JSON/stringify-replacer.js +++ b/test/staging/sm/JSON/stringify-replacer.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-special-escapes.js b/test/staging/sm/JSON/stringify-special-escapes.js index 4f4c091c2de..34b61122fa6 100644 --- a/test/staging/sm/JSON/stringify-special-escapes.js +++ b/test/staging/sm/JSON/stringify-special-escapes.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify-toJSON-arguments.js b/test/staging/sm/JSON/stringify-toJSON-arguments.js index 80d5c7c098c..bb8bbc864c9 100644 --- a/test/staging/sm/JSON/stringify-toJSON-arguments.js +++ b/test/staging/sm/JSON/stringify-toJSON-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/stringify.js b/test/staging/sm/JSON/stringify.js index 1e4efaf41ff..c650e3286c8 100644 --- a/test/staging/sm/JSON/stringify.js +++ b/test/staging/sm/JSON/stringify.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/JSON/trailing-comma.js b/test/staging/sm/JSON/trailing-comma.js index f585cf86a34..dc14974d96f 100644 --- a/test/staging/sm/JSON/trailing-comma.js +++ b/test/staging/sm/JSON/trailing-comma.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-JSON-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-JSON-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/NaN-as-key.js b/test/staging/sm/Map/NaN-as-key.js index ed1ead21702..acdef21f995 100644 --- a/test/staging/sm/Map/NaN-as-key.js +++ b/test/staging/sm/Map/NaN-as-key.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/constructor-iterator-close.js b/test/staging/sm/Map/constructor-iterator-close.js index f78e0f1909e..44ad6dd2d48 100644 --- a/test/staging/sm/Map/constructor-iterator-close.js +++ b/test/staging/sm/Map/constructor-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/constructor-iterator-primitive.js b/test/staging/sm/Map/constructor-iterator-primitive.js index b37fc504e63..4ffb19d1745 100644 --- a/test/staging/sm/Map/constructor-iterator-primitive.js +++ b/test/staging/sm/Map/constructor-iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/forEach-selfhosted-behavior.js b/test/staging/sm/Map/forEach-selfhosted-behavior.js index 7a9a3ca6def..a83cb01a1e0 100644 --- a/test/staging/sm/Map/forEach-selfhosted-behavior.js +++ b/test/staging/sm/Map/forEach-selfhosted-behavior.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/getter-name.js b/test/staging/sm/Map/getter-name.js index 3d2815811d1..519df93a416 100644 --- a/test/staging/sm/Map/getter-name.js +++ b/test/staging/sm/Map/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/iterable.js b/test/staging/sm/Map/iterable.js index 96628a6ebfa..a3c9b2d00da 100644 --- a/test/staging/sm/Map/iterable.js +++ b/test/staging/sm/Map/iterable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/iterator-thisv-error.js b/test/staging/sm/Map/iterator-thisv-error.js index a25d1aaa7e9..52dec123523 100644 --- a/test/staging/sm/Map/iterator-thisv-error.js +++ b/test/staging/sm/Map/iterator-thisv-error.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Map/symbols.js b/test/staging/sm/Map/symbols.js index 3c2eae59328..e47ca44807f 100644 --- a/test/staging/sm/Map/symbols.js +++ b/test/staging/sm/Map/symbols.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/20.2.2.ToNumber.js b/test/staging/sm/Math/20.2.2.ToNumber.js index f585e0ace4b..3ef59c625ef 100644 --- a/test/staging/sm/Math/20.2.2.ToNumber.js +++ b/test/staging/sm/Math/20.2.2.ToNumber.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/acosh-approx.js b/test/staging/sm/Math/acosh-approx.js index 6f64dbe33b1..005114df352 100644 --- a/test/staging/sm/Math/acosh-approx.js +++ b/test/staging/sm/Math/acosh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/acosh-exact.js b/test/staging/sm/Math/acosh-exact.js index 6e06e243b57..17894b2b6b1 100644 --- a/test/staging/sm/Math/acosh-exact.js +++ b/test/staging/sm/Math/acosh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/asinh-approx.js b/test/staging/sm/Math/asinh-approx.js index 7be2f8c4247..2b65c763795 100644 --- a/test/staging/sm/Math/asinh-approx.js +++ b/test/staging/sm/Math/asinh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/asinh-exact.js b/test/staging/sm/Math/asinh-exact.js index bdc74cd2e65..08405b62246 100644 --- a/test/staging/sm/Math/asinh-exact.js +++ b/test/staging/sm/Math/asinh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/atanh-approx.js b/test/staging/sm/Math/atanh-approx.js index af36caaf2ae..9fdb3f18a54 100644 --- a/test/staging/sm/Math/atanh-approx.js +++ b/test/staging/sm/Math/atanh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/atanh-exact.js b/test/staging/sm/Math/atanh-exact.js index 677531be838..d7061a5e040 100644 --- a/test/staging/sm/Math/atanh-exact.js +++ b/test/staging/sm/Math/atanh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cbrt-approx.js b/test/staging/sm/Math/cbrt-approx.js index 1f9614c68d0..9749eb1e50f 100644 --- a/test/staging/sm/Math/cbrt-approx.js +++ b/test/staging/sm/Math/cbrt-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cbrt-exact.js b/test/staging/sm/Math/cbrt-exact.js index 635b4cf3eb7..2ba3c0997c5 100644 --- a/test/staging/sm/Math/cbrt-exact.js +++ b/test/staging/sm/Math/cbrt-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/clz32.js b/test/staging/sm/Math/clz32.js index 7db62e57fa3..eb2d669d78d 100644 --- a/test/staging/sm/Math/clz32.js +++ b/test/staging/sm/Math/clz32.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cosh-approx.js b/test/staging/sm/Math/cosh-approx.js index 57da63d5a3e..f20b0af3e9a 100644 --- a/test/staging/sm/Math/cosh-approx.js +++ b/test/staging/sm/Math/cosh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/cosh-exact.js b/test/staging/sm/Math/cosh-exact.js index 6653e009630..03483d3a49d 100644 --- a/test/staging/sm/Math/cosh-exact.js +++ b/test/staging/sm/Math/cosh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/exp-exact.js b/test/staging/sm/Math/exp-exact.js index 89d9310ced3..152af0e9449 100644 --- a/test/staging/sm/Math/exp-exact.js +++ b/test/staging/sm/Math/exp-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/expm1-approx.js b/test/staging/sm/Math/expm1-approx.js index ef7f34c7df0..25da64a298d 100644 --- a/test/staging/sm/Math/expm1-approx.js +++ b/test/staging/sm/Math/expm1-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/expm1-exact.js b/test/staging/sm/Math/expm1-exact.js index 54178557620..a5a213a3b07 100644 --- a/test/staging/sm/Math/expm1-exact.js +++ b/test/staging/sm/Math/expm1-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/expm1-monotonicity.js b/test/staging/sm/Math/expm1-monotonicity.js index 86ee7751586..69fdb0659ef 100644 --- a/test/staging/sm/Math/expm1-monotonicity.js +++ b/test/staging/sm/Math/expm1-monotonicity.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/f16round.js b/test/staging/sm/Math/f16round.js index 011908ad726..92acac784aa 100644 --- a/test/staging/sm/Math/f16round.js +++ b/test/staging/sm/Math/f16round.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/fround.js b/test/staging/sm/Math/fround.js index 58f6817f58c..9389b06d343 100644 --- a/test/staging/sm/Math/fround.js +++ b/test/staging/sm/Math/fround.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log10-approx.js b/test/staging/sm/Math/log10-approx.js index 1e141651bba..659306c7dee 100644 --- a/test/staging/sm/Math/log10-approx.js +++ b/test/staging/sm/Math/log10-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log10-exact.js b/test/staging/sm/Math/log10-exact.js index ec076b365dd..6a29757c437 100644 --- a/test/staging/sm/Math/log10-exact.js +++ b/test/staging/sm/Math/log10-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log1p-approx.js b/test/staging/sm/Math/log1p-approx.js index d4e10db4bcd..6c6e1fed6fb 100644 --- a/test/staging/sm/Math/log1p-approx.js +++ b/test/staging/sm/Math/log1p-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log1p-exact.js b/test/staging/sm/Math/log1p-exact.js index 981635d7d11..7ad6fd1cb28 100644 --- a/test/staging/sm/Math/log1p-exact.js +++ b/test/staging/sm/Math/log1p-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log2-approx.js b/test/staging/sm/Math/log2-approx.js index 239f7ffa69b..08793826ee9 100644 --- a/test/staging/sm/Math/log2-approx.js +++ b/test/staging/sm/Math/log2-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/log2-exact.js b/test/staging/sm/Math/log2-exact.js index 5bb01e9619c..6900ef0473f 100644 --- a/test/staging/sm/Math/log2-exact.js +++ b/test/staging/sm/Math/log2-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/sign.js b/test/staging/sm/Math/sign.js index 40607e85121..8eac618d8d6 100644 --- a/test/staging/sm/Math/sign.js +++ b/test/staging/sm/Math/sign.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/sinh-approx.js b/test/staging/sm/Math/sinh-approx.js index d46204e1253..15ad4ba3247 100644 --- a/test/staging/sm/Math/sinh-approx.js +++ b/test/staging/sm/Math/sinh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/sinh-exact.js b/test/staging/sm/Math/sinh-exact.js index 43cc4e823c7..460909159bc 100644 --- a/test/staging/sm/Math/sinh-exact.js +++ b/test/staging/sm/Math/sinh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/tanh-approx.js b/test/staging/sm/Math/tanh-approx.js index 05fe14c04e2..92a82692ffd 100644 --- a/test/staging/sm/Math/tanh-approx.js +++ b/test/staging/sm/Math/tanh-approx.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/tanh-exact.js b/test/staging/sm/Math/tanh-exact.js index 40575b291f9..f85a563734a 100644 --- a/test/staging/sm/Math/tanh-exact.js +++ b/test/staging/sm/Math/tanh-exact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Math/trunc.js b/test/staging/sm/Math/trunc.js index b320daad292..19961d1e7c7 100644 --- a/test/staging/sm/Math/trunc.js +++ b/test/staging/sm/Math/trunc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Math-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Math-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/0x-without-following-hexdigits.js b/test/staging/sm/Number/0x-without-following-hexdigits.js index 8e932edef60..8af8a20760d 100644 --- a/test/staging/sm/Number/0x-without-following-hexdigits.js +++ b/test/staging/sm/Number/0x-without-following-hexdigits.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/15.7.3.7-EPSILON.js b/test/staging/sm/Number/15.7.3.7-EPSILON.js index 1df47ba54f6..39d0445ca78 100644 --- a/test/staging/sm/Number/15.7.3.7-EPSILON.js +++ b/test/staging/sm/Number/15.7.3.7-EPSILON.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/15.7.4.2.js b/test/staging/sm/Number/15.7.4.2.js index 2a99b80b70e..8024d08d3e2 100644 --- a/test/staging/sm/Number/15.7.4.2.js +++ b/test/staging/sm/Number/15.7.4.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js b/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js index a5e3b79f9f4..0370ffd7ad7 100644 --- a/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js +++ b/test/staging/sm/Number/20.1.2.10-MIN_SAFE_INTEGER.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js b/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js index 336b5bb559d..7b84636009a 100644 --- a/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js +++ b/test/staging/sm/Number/20.1.2.6-MAX_SAFE_INTEGER.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.3.2-toExponential.js b/test/staging/sm/Number/20.1.3.2-toExponential.js index 895e9281403..4a764ef6151 100644 --- a/test/staging/sm/Number/20.1.3.2-toExponential.js +++ b/test/staging/sm/Number/20.1.3.2-toExponential.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.3.2-toPrecision.js b/test/staging/sm/Number/20.1.3.2-toPrecision.js index 4b12d0627d2..74c39688784 100644 --- a/test/staging/sm/Number/20.1.3.2-toPrecision.js +++ b/test/staging/sm/Number/20.1.3.2-toPrecision.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/20.1.3.3-toFixed.js b/test/staging/sm/Number/20.1.3.3-toFixed.js index 90a6ead7196..66d765d2aae 100644 --- a/test/staging/sm/Number/20.1.3.3-toFixed.js +++ b/test/staging/sm/Number/20.1.3.3-toFixed.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/conversion-invalid-precision.js b/test/staging/sm/Number/conversion-invalid-precision.js index 1bdedddf618..7525957944e 100644 --- a/test/staging/sm/Number/conversion-invalid-precision.js +++ b/test/staging/sm/Number/conversion-invalid-precision.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/defaultvalue.js b/test/staging/sm/Number/defaultvalue.js index 5bfcd2dd178..99a2c309796 100644 --- a/test/staging/sm/Number/defaultvalue.js +++ b/test/staging/sm/Number/defaultvalue.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/isSafeInteger-01.js b/test/staging/sm/Number/isSafeInteger-01.js index d362a684ce1..6c929983acb 100644 --- a/test/staging/sm/Number/isSafeInteger-01.js +++ b/test/staging/sm/Number/isSafeInteger-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/numericSeparator.js b/test/staging/sm/Number/numericSeparator.js index 53de156c9b5..b24c5c84d1f 100644 --- a/test/staging/sm/Number/numericSeparator.js +++ b/test/staging/sm/Number/numericSeparator.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/parseFloat-01.js b/test/staging/sm/Number/parseFloat-01.js index 99f20e3bd32..d74b8ad0aeb 100644 --- a/test/staging/sm/Number/parseFloat-01.js +++ b/test/staging/sm/Number/parseFloat-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/parseInt-01.js b/test/staging/sm/Number/parseInt-01.js index 72f179206b6..48af9be1e4f 100644 --- a/test/staging/sm/Number/parseInt-01.js +++ b/test/staging/sm/Number/parseInt-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/parseInt-default-to-decimal.js b/test/staging/sm/Number/parseInt-default-to-decimal.js index 606e3f7ac71..a0824269c09 100644 --- a/test/staging/sm/Number/parseInt-default-to-decimal.js +++ b/test/staging/sm/Number/parseInt-default-to-decimal.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toExponential-values.js b/test/staging/sm/Number/toExponential-values.js index 05d611f1916..fd55d2e1149 100644 --- a/test/staging/sm/Number/toExponential-values.js +++ b/test/staging/sm/Number/toExponential-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toFixed-values.js b/test/staging/sm/Number/toFixed-values.js index 3fc53ebbb8b..505e07b0676 100644 --- a/test/staging/sm/Number/toFixed-values.js +++ b/test/staging/sm/Number/toFixed-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toPrecision-values.js b/test/staging/sm/Number/toPrecision-values.js index 929b2f0eee8..925a062f0ed 100644 --- a/test/staging/sm/Number/toPrecision-values.js +++ b/test/staging/sm/Number/toPrecision-values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/toString-radix-handling.js b/test/staging/sm/Number/toString-radix-handling.js index 0c924573def..595d27e3bea 100644 --- a/test/staging/sm/Number/toString-radix-handling.js +++ b/test/staging/sm/Number/toString-radix-handling.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Number/tonumber-string-hex.js b/test/staging/sm/Number/tonumber-string-hex.js index b58dbe1edf6..55b00e20ce5 100644 --- a/test/staging/sm/Number/tonumber-string-hex.js +++ b/test/staging/sm/Number/tonumber-string-hex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/constructor-args.js b/test/staging/sm/PrivateName/constructor-args.js index 880fffb4cce..5d4866ee47b 100644 --- a/test/staging/sm/PrivateName/constructor-args.js +++ b/test/staging/sm/PrivateName/constructor-args.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/error-outside-class.js b/test/staging/sm/PrivateName/error-outside-class.js index 352f06a6600..8eb138eb042 100644 --- a/test/staging/sm/PrivateName/error-outside-class.js +++ b/test/staging/sm/PrivateName/error-outside-class.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js b/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js index 4a8ed7725d5..90be8dc224a 100644 --- a/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js +++ b/test/staging/sm/PrivateName/home-object-when-preceded-by-computed-key.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/illegal-in-class-context.js b/test/staging/sm/PrivateName/illegal-in-class-context.js index bae96b5852d..96a1854ca18 100644 --- a/test/staging/sm/PrivateName/illegal-in-class-context.js +++ b/test/staging/sm/PrivateName/illegal-in-class-context.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/illegal-in-identifier-context.js b/test/staging/sm/PrivateName/illegal-in-identifier-context.js index 740e5c81420..03eb93c57a0 100644 --- a/test/staging/sm/PrivateName/illegal-in-identifier-context.js +++ b/test/staging/sm/PrivateName/illegal-in-identifier-context.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/illegal-in-object-context.js b/test/staging/sm/PrivateName/illegal-in-object-context.js index 7e4d11e0414..eaf4b65660d 100644 --- a/test/staging/sm/PrivateName/illegal-in-object-context.js +++ b/test/staging/sm/PrivateName/illegal-in-object-context.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/lexical-presence.js b/test/staging/sm/PrivateName/lexical-presence.js index 874e2f1292c..b71637d9d89 100644 --- a/test/staging/sm/PrivateName/lexical-presence.js +++ b/test/staging/sm/PrivateName/lexical-presence.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/modify-non-extensible.js b/test/staging/sm/PrivateName/modify-non-extensible.js index 250f71e4d91..2eed742898d 100644 --- a/test/staging/sm/PrivateName/modify-non-extensible.js +++ b/test/staging/sm/PrivateName/modify-non-extensible.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/names.js b/test/staging/sm/PrivateName/names.js index 03d485c1774..e53f1764b23 100644 --- a/test/staging/sm/PrivateName/names.js +++ b/test/staging/sm/PrivateName/names.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js b/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js index 7b92ae24c27..52644cb77b9 100644 --- a/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js +++ b/test/staging/sm/PrivateName/nested-class-in-computed-property-key.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/nested-class-name-used.js b/test/staging/sm/PrivateName/nested-class-name-used.js index 536aa030d1d..81c84a4aecd 100644 --- a/test/staging/sm/PrivateName/nested-class-name-used.js +++ b/test/staging/sm/PrivateName/nested-class-name-used.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/not-iterable.js b/test/staging/sm/PrivateName/not-iterable.js index 9489c5479c5..26ebfa0e117 100644 --- a/test/staging/sm/PrivateName/not-iterable.js +++ b/test/staging/sm/PrivateName/not-iterable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js b/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js index be9d89dacca..07de6d7835f 100644 --- a/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js +++ b/test/staging/sm/PrivateName/parse-utf8-non-ascii-identifier.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/proxy-1.js b/test/staging/sm/PrivateName/proxy-1.js index cbbf42a0d5c..e13123eb2dc 100644 --- a/test/staging/sm/PrivateName/proxy-1.js +++ b/test/staging/sm/PrivateName/proxy-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/proxy-init-set.js b/test/staging/sm/PrivateName/proxy-init-set.js index e6fd9d96598..098dbe57686 100644 --- a/test/staging/sm/PrivateName/proxy-init-set.js +++ b/test/staging/sm/PrivateName/proxy-init-set.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/read-private-eval.js b/test/staging/sm/PrivateName/read-private-eval.js index 29c3d66b60a..cdad671733c 100644 --- a/test/staging/sm/PrivateName/read-private-eval.js +++ b/test/staging/sm/PrivateName/read-private-eval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/PrivateName/unicode-names.js b/test/staging/sm/PrivateName/unicode-names.js index 5ef70d46ccd..1ac1cbaac23 100644 --- a/test/staging/sm/PrivateName/unicode-names.js +++ b/test/staging/sm/PrivateName/unicode-names.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/bug-1287334.js b/test/staging/sm/Promise/bug-1287334.js index c02f79c249f..868ec300a7a 100644 --- a/test/staging/sm/Promise/bug-1287334.js +++ b/test/staging/sm/Promise/bug-1287334.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/bug-1288382.js b/test/staging/sm/Promise/bug-1288382.js index 1e578a665f5..479b9b5f61c 100644 --- a/test/staging/sm/Promise/bug-1288382.js +++ b/test/staging/sm/Promise/bug-1288382.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/bug-1289040.js b/test/staging/sm/Promise/bug-1289040.js index 7ad6b46121b..d9a518d001e 100644 --- a/test/staging/sm/Promise/bug-1289040.js +++ b/test/staging/sm/Promise/bug-1289040.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/for-of-iterator-uses-getv.js b/test/staging/sm/Promise/for-of-iterator-uses-getv.js index 08b01c84caa..a8d49d0a7c0 100644 --- a/test/staging/sm/Promise/for-of-iterator-uses-getv.js +++ b/test/staging/sm/Promise/for-of-iterator-uses-getv.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Promise/methods-non-enumerable.js b/test/staging/sm/Promise/methods-non-enumerable.js index a0bcdb5237e..ee189a1c013 100644 --- a/test/staging/sm/Promise/methods-non-enumerable.js +++ b/test/staging/sm/Promise/methods-non-enumerable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Promise/promise-species.js b/test/staging/sm/Promise/promise-species.js index efa9a1831ec..334b5a37eac 100644 --- a/test/staging/sm/Promise/promise-species.js +++ b/test/staging/sm/Promise/promise-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/define-writable-as-non-writable.js b/test/staging/sm/Proxy/define-writable-as-non-writable.js index 42132ed7175..fdae79c01a9 100644 --- a/test/staging/sm/Proxy/define-writable-as-non-writable.js +++ b/test/staging/sm/Proxy/define-writable-as-non-writable.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/delete-non-extensible.js b/test/staging/sm/Proxy/delete-non-extensible.js index 80fb7cc47e2..e62de5c2992 100644 --- a/test/staging/sm/Proxy/delete-non-extensible.js +++ b/test/staging/sm/Proxy/delete-non-extensible.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/getPrototypeOf.js b/test/staging/sm/Proxy/getPrototypeOf.js index 803599574a7..eb1fb3f0051 100644 --- a/test/staging/sm/Proxy/getPrototypeOf.js +++ b/test/staging/sm/Proxy/getPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/global-receiver.js b/test/staging/sm/Proxy/global-receiver.js index 97cc9b1f456..a38cd19b55a 100644 --- a/test/staging/sm/Proxy/global-receiver.js +++ b/test/staging/sm/Proxy/global-receiver.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/hasInstance.js b/test/staging/sm/Proxy/hasInstance.js index 6b8a7905742..f4411886b0c 100644 --- a/test/staging/sm/Proxy/hasInstance.js +++ b/test/staging/sm/Proxy/hasInstance.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js b/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js index fb2c8762b1a..47a729a1147 100644 --- a/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js +++ b/test/staging/sm/Proxy/json-stringify-replacer-array-revocable-proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/ownkeys-allowed-types.js b/test/staging/sm/Proxy/ownkeys-allowed-types.js index 0ab2a0a491f..d6252f761a4 100644 --- a/test/staging/sm/Proxy/ownkeys-allowed-types.js +++ b/test/staging/sm/Proxy/ownkeys-allowed-types.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/ownkeys-linear.js b/test/staging/sm/Proxy/ownkeys-linear.js index 44e728fa2f7..a4c65487366 100644 --- a/test/staging/sm/Proxy/ownkeys-linear.js +++ b/test/staging/sm/Proxy/ownkeys-linear.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/ownkeys-trap-duplicates.js b/test/staging/sm/Proxy/ownkeys-trap-duplicates.js index 7a2d1dc24e5..a49e5d73385 100644 --- a/test/staging/sm/Proxy/ownkeys-trap-duplicates.js +++ b/test/staging/sm/Proxy/ownkeys-trap-duplicates.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-__proto__.js b/test/staging/sm/Proxy/proxy-__proto__.js index 936faa576f2..d62c1aea33f 100644 --- a/test/staging/sm/Proxy/proxy-__proto__.js +++ b/test/staging/sm/Proxy/proxy-__proto__.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-constructNonObject.js b/test/staging/sm/Proxy/proxy-constructNonObject.js index 69347f1c013..d1b147c3e0b 100644 --- a/test/staging/sm/Proxy/proxy-constructNonObject.js +++ b/test/staging/sm/Proxy/proxy-constructNonObject.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js b/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js index ea815f5ee2d..44a08383941 100644 --- a/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js +++ b/test/staging/sm/Proxy/proxy-no-receiver-overwrite.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/proxy-proto-lazy-props.js b/test/staging/sm/Proxy/proxy-proto-lazy-props.js index 34a82f1479c..b6db13213a8 100644 --- a/test/staging/sm/Proxy/proxy-proto-lazy-props.js +++ b/test/staging/sm/Proxy/proxy-proto-lazy-props.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/proxy-with-revoked-arguments.js b/test/staging/sm/Proxy/proxy-with-revoked-arguments.js index 31ab4fc5ca9..2ce4da206a3 100644 --- a/test/staging/sm/Proxy/proxy-with-revoked-arguments.js +++ b/test/staging/sm/Proxy/proxy-with-revoked-arguments.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/regress-bug1037770.js b/test/staging/sm/Proxy/regress-bug1037770.js index 5f4b866e3ec..5d51660a032 100644 --- a/test/staging/sm/Proxy/regress-bug1037770.js +++ b/test/staging/sm/Proxy/regress-bug1037770.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/regress-bug1062349.js b/test/staging/sm/Proxy/regress-bug1062349.js index dbd8400f70b..80f8e6588d3 100644 --- a/test/staging/sm/Proxy/regress-bug1062349.js +++ b/test/staging/sm/Proxy/regress-bug1062349.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/regress-bug950407.js b/test/staging/sm/Proxy/regress-bug950407.js index d2fa6ea2c4c..3bdd8a3cee0 100644 --- a/test/staging/sm/Proxy/regress-bug950407.js +++ b/test/staging/sm/Proxy/regress-bug950407.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/report-writable-as-non-writable.js b/test/staging/sm/Proxy/report-writable-as-non-writable.js index 5278781948f..e6be4d879ce 100644 --- a/test/staging/sm/Proxy/report-writable-as-non-writable.js +++ b/test/staging/sm/Proxy/report-writable-as-non-writable.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/Proxy/revocable-proxy-prototype.js b/test/staging/sm/Proxy/revocable-proxy-prototype.js index 31de3b7c622..c9cb47438c9 100644 --- a/test/staging/sm/Proxy/revocable-proxy-prototype.js +++ b/test/staging/sm/Proxy/revocable-proxy-prototype.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/revoke-as-side-effect.js b/test/staging/sm/Proxy/revoke-as-side-effect.js index 475d6aaf0bf..3824c14cd24 100644 --- a/test/staging/sm/Proxy/revoke-as-side-effect.js +++ b/test/staging/sm/Proxy/revoke-as-side-effect.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/revoke-no-name.js b/test/staging/sm/Proxy/revoke-no-name.js index 24abb3169fa..8f36cd63113 100644 --- a/test/staging/sm/Proxy/revoke-no-name.js +++ b/test/staging/sm/Proxy/revoke-no-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js b/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js index 151cd521b63..1a0573fd20a 100644 --- a/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js +++ b/test/staging/sm/Proxy/revoked-get-function-realm-typeerror.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/setPrototypeOf.js b/test/staging/sm/Proxy/setPrototypeOf.js index 69c31b746c6..32522e25d3b 100644 --- a/test/staging/sm/Proxy/setPrototypeOf.js +++ b/test/staging/sm/Proxy/setPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Proxy/trap-null.js b/test/staging/sm/Proxy/trap-null.js index 5125aa87a6a..7b41b7e4c56 100644 --- a/test/staging/sm/Proxy/trap-null.js +++ b/test/staging/sm/Proxy/trap-null.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/apply.js b/test/staging/sm/Reflect/apply.js index 0a5dc762f49..0038784266b 100644 --- a/test/staging/sm/Reflect/apply.js +++ b/test/staging/sm/Reflect/apply.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/argumentsList.js b/test/staging/sm/Reflect/argumentsList.js index c35f28775e3..4f1081430a0 100644 --- a/test/staging/sm/Reflect/argumentsList.js +++ b/test/staging/sm/Reflect/argumentsList.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/construct.js b/test/staging/sm/Reflect/construct.js index 1c3a752e078..32b7df39f05 100644 --- a/test/staging/sm/Reflect/construct.js +++ b/test/staging/sm/Reflect/construct.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/defineProperty.js b/test/staging/sm/Reflect/defineProperty.js index 0ddd4481c7d..2cf00753315 100644 --- a/test/staging/sm/Reflect/defineProperty.js +++ b/test/staging/sm/Reflect/defineProperty.js @@ -6,7 +6,7 @@ /*--- features: - IsHTMLDDA -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/deleteProperty.js b/test/staging/sm/Reflect/deleteProperty.js index b6ec719de17..4fcc3ca324d 100644 --- a/test/staging/sm/Reflect/deleteProperty.js +++ b/test/staging/sm/Reflect/deleteProperty.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/get.js b/test/staging/sm/Reflect/get.js index 5359a8bfc36..4389975a9be 100644 --- a/test/staging/sm/Reflect/get.js +++ b/test/staging/sm/Reflect/get.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/getOwnPropertyDescriptor.js b/test/staging/sm/Reflect/getOwnPropertyDescriptor.js index 8fd2459b46b..99699f7be2a 100644 --- a/test/staging/sm/Reflect/getOwnPropertyDescriptor.js +++ b/test/staging/sm/Reflect/getOwnPropertyDescriptor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/getPrototypeOf.js b/test/staging/sm/Reflect/getPrototypeOf.js index 905917bedd8..31169342dc2 100644 --- a/test/staging/sm/Reflect/getPrototypeOf.js +++ b/test/staging/sm/Reflect/getPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/has.js b/test/staging/sm/Reflect/has.js index 52728c98276..f08416af0d7 100644 --- a/test/staging/sm/Reflect/has.js +++ b/test/staging/sm/Reflect/has.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/isExtensible.js b/test/staging/sm/Reflect/isExtensible.js index 3125a09c024..9cb7c3326c2 100644 --- a/test/staging/sm/Reflect/isExtensible.js +++ b/test/staging/sm/Reflect/isExtensible.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/ownKeys.js b/test/staging/sm/Reflect/ownKeys.js index ebd01dec1be..f7965412b09 100644 --- a/test/staging/sm/Reflect/ownKeys.js +++ b/test/staging/sm/Reflect/ownKeys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/preventExtensions.js b/test/staging/sm/Reflect/preventExtensions.js index 99a3df19741..105fa6c280a 100644 --- a/test/staging/sm/Reflect/preventExtensions.js +++ b/test/staging/sm/Reflect/preventExtensions.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/propertyKeys.js b/test/staging/sm/Reflect/propertyKeys.js index af3ab50cde6..b89846473de 100644 --- a/test/staging/sm/Reflect/propertyKeys.js +++ b/test/staging/sm/Reflect/propertyKeys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/set.js b/test/staging/sm/Reflect/set.js index d7be0bbaf14..c858e2c7958 100644 --- a/test/staging/sm/Reflect/set.js +++ b/test/staging/sm/Reflect/set.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/setPrototypeOf.js b/test/staging/sm/Reflect/setPrototypeOf.js index 86e9ee1a360..626aceb1809 100644 --- a/test/staging/sm/Reflect/setPrototypeOf.js +++ b/test/staging/sm/Reflect/setPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/surfaces.js b/test/staging/sm/Reflect/surfaces.js index 831e42108e3..fc6773c8179 100644 --- a/test/staging/sm/Reflect/surfaces.js +++ b/test/staging/sm/Reflect/surfaces.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Reflect/target.js b/test/staging/sm/Reflect/target.js index dbcc30b8d33..46fea5fed46 100644 --- a/test/staging/sm/Reflect/target.js +++ b/test/staging/sm/Reflect/target.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-Reflect-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Reflect-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/15.10.5-01.js b/test/staging/sm/RegExp/15.10.5-01.js index 7f6382f4561..a86ea9b1c68 100644 --- a/test/staging/sm/RegExp/15.10.5-01.js +++ b/test/staging/sm/RegExp/15.10.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/15.10.7.5-01.js b/test/staging/sm/RegExp/15.10.7.5-01.js index d4a3ca74b3b..574279c676f 100644 --- a/test/staging/sm/RegExp/15.10.7.5-01.js +++ b/test/staging/sm/RegExp/15.10.7.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/7.8.5-01.js b/test/staging/sm/RegExp/7.8.5-01.js index f7a61fe84d3..ef58f758707 100644 --- a/test/staging/sm/RegExp/7.8.5-01.js +++ b/test/staging/sm/RegExp/7.8.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js index 66ea88f6ddd..e568e6b3cb7 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec-type-check.js +++ b/test/staging/sm/RegExp/RegExpExec-exec-type-check.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-exec.js b/test/staging/sm/RegExp/RegExpExec-exec.js index bf1de211678..631238c42c7 100644 --- a/test/staging/sm/RegExp/RegExpExec-exec.js +++ b/test/staging/sm/RegExp/RegExpExec-exec.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/RegExpExec-return.js b/test/staging/sm/RegExp/RegExpExec-return.js index 9203912b032..ebf4211e9c8 100644 --- a/test/staging/sm/RegExp/RegExpExec-return.js +++ b/test/staging/sm/RegExp/RegExpExec-return.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/character-class-escape-s.js b/test/staging/sm/RegExp/character-class-escape-s.js index fcc5d99fbf3..f3327f0101d 100644 --- a/test/staging/sm/RegExp/character-class-escape-s.js +++ b/test/staging/sm/RegExp/character-class-escape-s.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/class-null.js b/test/staging/sm/RegExp/class-null.js index 421a00947ac..2ad6d3c72c1 100644 --- a/test/staging/sm/RegExp/class-null.js +++ b/test/staging/sm/RegExp/class-null.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/compile-lastIndex.js b/test/staging/sm/RegExp/compile-lastIndex.js index c1c9d83b577..dbf37f23b5d 100644 --- a/test/staging/sm/RegExp/compile-lastIndex.js +++ b/test/staging/sm/RegExp/compile-lastIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-IsRegExp.js b/test/staging/sm/RegExp/constructor-IsRegExp.js index f18e20a9b9f..aad44f449f4 100644 --- a/test/staging/sm/RegExp/constructor-IsRegExp.js +++ b/test/staging/sm/RegExp/constructor-IsRegExp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-constructor.js b/test/staging/sm/RegExp/constructor-constructor.js index 966293af090..d235e898b68 100644 --- a/test/staging/sm/RegExp/constructor-constructor.js +++ b/test/staging/sm/RegExp/constructor-constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-ordering-2.js b/test/staging/sm/RegExp/constructor-ordering-2.js index f150aa777a5..8a23a076b20 100644 --- a/test/staging/sm/RegExp/constructor-ordering-2.js +++ b/test/staging/sm/RegExp/constructor-ordering-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-ordering.js b/test/staging/sm/RegExp/constructor-ordering.js index 62d5dc51a3b..e4e62fca9b0 100644 --- a/test/staging/sm/RegExp/constructor-ordering.js +++ b/test/staging/sm/RegExp/constructor-ordering.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-regexp-unicode.js b/test/staging/sm/RegExp/constructor-regexp-unicode.js index f8e958b3144..05e63e5fe10 100644 --- a/test/staging/sm/RegExp/constructor-regexp-unicode.js +++ b/test/staging/sm/RegExp/constructor-regexp-unicode.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/constructor-regexp.js b/test/staging/sm/RegExp/constructor-regexp.js index 7dad024d936..0a67536289b 100644 --- a/test/staging/sm/RegExp/constructor-regexp.js +++ b/test/staging/sm/RegExp/constructor-regexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/cross-compartment-getter.js b/test/staging/sm/RegExp/cross-compartment-getter.js index 92e0c26d80f..a54bb80151e 100644 --- a/test/staging/sm/RegExp/cross-compartment-getter.js +++ b/test/staging/sm/RegExp/cross-compartment-getter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/descriptor.js b/test/staging/sm/RegExp/descriptor.js index 1718f5c92d5..88d9d9f5fd5 100644 --- a/test/staging/sm/RegExp/descriptor.js +++ b/test/staging/sm/RegExp/descriptor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/empty-lookahead.js b/test/staging/sm/RegExp/empty-lookahead.js index 465eb2dc14b..0409af7bba0 100644 --- a/test/staging/sm/RegExp/empty-lookahead.js +++ b/test/staging/sm/RegExp/empty-lookahead.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/escape.js b/test/staging/sm/RegExp/escape.js index e55eca17447..16651204a90 100644 --- a/test/staging/sm/RegExp/escape.js +++ b/test/staging/sm/RegExp/escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js index 6cc4cebf5b8..6155c00d49e 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js +++ b/test/staging/sm/RegExp/exec-lastIndex-ToInteger.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec-lastIndex-negative.js b/test/staging/sm/RegExp/exec-lastIndex-negative.js index e3b4f9e3018..d4233fe4d19 100644 --- a/test/staging/sm/RegExp/exec-lastIndex-negative.js +++ b/test/staging/sm/RegExp/exec-lastIndex-negative.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/exec.js b/test/staging/sm/RegExp/exec.js index 6fdade57563..451555a8298 100644 --- a/test/staging/sm/RegExp/exec.js +++ b/test/staging/sm/RegExp/exec.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flag-accessors.js b/test/staging/sm/RegExp/flag-accessors.js index 77259233c65..fbdaaea7161 100644 --- a/test/staging/sm/RegExp/flag-accessors.js +++ b/test/staging/sm/RegExp/flag-accessors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flags-param-handling.js b/test/staging/sm/RegExp/flags-param-handling.js index dc20b548cb3..83a010eaa5a 100644 --- a/test/staging/sm/RegExp/flags-param-handling.js +++ b/test/staging/sm/RegExp/flags-param-handling.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/flags.js b/test/staging/sm/RegExp/flags.js index d5ac99be9f2..e754f9b93ad 100644 --- a/test/staging/sm/RegExp/flags.js +++ b/test/staging/sm/RegExp/flags.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/getter-name.js b/test/staging/sm/RegExp/getter-name.js index 8a48ef665e8..dba2368e7bc 100644 --- a/test/staging/sm/RegExp/getter-name.js +++ b/test/staging/sm/RegExp/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/ignoreCase-multiple.js b/test/staging/sm/RegExp/ignoreCase-multiple.js index 206c49e6a49..4c4b2f58fe6 100644 --- a/test/staging/sm/RegExp/ignoreCase-multiple.js +++ b/test/staging/sm/RegExp/ignoreCase-multiple.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js index d341dc9bdd1..545fc8899b2 100644 --- a/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js +++ b/test/staging/sm/RegExp/ignoreCase-non-latin1-to-latin1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/instance-property-storage-introspection.js b/test/staging/sm/RegExp/instance-property-storage-introspection.js index 6491d460ac9..b43cedbf8fd 100644 --- a/test/staging/sm/RegExp/instance-property-storage-introspection.js +++ b/test/staging/sm/RegExp/instance-property-storage-introspection.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-exec.js b/test/staging/sm/RegExp/lastIndex-exec.js index 2903e16a4f1..c4f52f63634 100644 --- a/test/staging/sm/RegExp/lastIndex-exec.js +++ b/test/staging/sm/RegExp/lastIndex-exec.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-match-or-replace.js b/test/staging/sm/RegExp/lastIndex-match-or-replace.js index 460a755abf0..6f542761665 100644 --- a/test/staging/sm/RegExp/lastIndex-match-or-replace.js +++ b/test/staging/sm/RegExp/lastIndex-match-or-replace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-nonwritable.js b/test/staging/sm/RegExp/lastIndex-nonwritable.js index 93a75b18c3a..c8af6d294e0 100644 --- a/test/staging/sm/RegExp/lastIndex-nonwritable.js +++ b/test/staging/sm/RegExp/lastIndex-nonwritable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/lastIndex-search.js b/test/staging/sm/RegExp/lastIndex-search.js index 6904c063273..dbd8396d7ab 100644 --- a/test/staging/sm/RegExp/lastIndex-search.js +++ b/test/staging/sm/RegExp/lastIndex-search.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-local-tolength-recompilation.js b/test/staging/sm/RegExp/match-local-tolength-recompilation.js index 3bbd3cbe92b..cf41bd918e7 100644 --- a/test/staging/sm/RegExp/match-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/match-local-tolength-recompilation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-this.js b/test/staging/sm/RegExp/match-this.js index 4f9067b797a..121ae4f788e 100644 --- a/test/staging/sm/RegExp/match-this.js +++ b/test/staging/sm/RegExp/match-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match-trace.js b/test/staging/sm/RegExp/match-trace.js index 52a7521cdcb..1559caab90c 100644 --- a/test/staging/sm/RegExp/match-trace.js +++ b/test/staging/sm/RegExp/match-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/match.js b/test/staging/sm/RegExp/match.js index 67749678b88..81e1fa37cf2 100644 --- a/test/staging/sm/RegExp/match.js +++ b/test/staging/sm/RegExp/match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/prototype-different-global.js b/test/staging/sm/RegExp/prototype-different-global.js index 2bfb4d8698c..36a0eb9aea6 100644 --- a/test/staging/sm/RegExp/prototype-different-global.js +++ b/test/staging/sm/RegExp/prototype-different-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/prototype.js b/test/staging/sm/RegExp/prototype.js index 828628ac42e..d3d7c806593 100644 --- a/test/staging/sm/RegExp/prototype.js +++ b/test/staging/sm/RegExp/prototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-576828.js b/test/staging/sm/RegExp/regress-576828.js index 7de773cddce..9b933953d97 100644 --- a/test/staging/sm/RegExp/regress-576828.js +++ b/test/staging/sm/RegExp/regress-576828.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-613820-1.js b/test/staging/sm/RegExp/regress-613820-1.js index 6d11983471e..4749649e800 100644 --- a/test/staging/sm/RegExp/regress-613820-1.js +++ b/test/staging/sm/RegExp/regress-613820-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-613820-2.js b/test/staging/sm/RegExp/regress-613820-2.js index 65f8e99d517..553a3df1b9d 100644 --- a/test/staging/sm/RegExp/regress-613820-2.js +++ b/test/staging/sm/RegExp/regress-613820-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-613820-3.js b/test/staging/sm/RegExp/regress-613820-3.js index ebdfea8cd27..c7178d6f327 100644 --- a/test/staging/sm/RegExp/regress-613820-3.js +++ b/test/staging/sm/RegExp/regress-613820-3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/regress-yarr-regexp.js b/test/staging/sm/RegExp/regress-yarr-regexp.js index 10758de4859..8632d3b234a 100644 --- a/test/staging/sm/RegExp/regress-yarr-regexp.js +++ b/test/staging/sm/RegExp/regress-yarr-regexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-compile-elembase.js b/test/staging/sm/RegExp/replace-compile-elembase.js index c889b4ed8da..9ba15206571 100644 --- a/test/staging/sm/RegExp/replace-compile-elembase.js +++ b/test/staging/sm/RegExp/replace-compile-elembase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-compile.js b/test/staging/sm/RegExp/replace-compile.js index 561ca9016fa..d951e4c3f51 100644 --- a/test/staging/sm/RegExp/replace-compile.js +++ b/test/staging/sm/RegExp/replace-compile.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-global-unicode.js b/test/staging/sm/RegExp/replace-global-unicode.js index 267af322c75..cdc0eca595b 100644 --- a/test/staging/sm/RegExp/replace-global-unicode.js +++ b/test/staging/sm/RegExp/replace-global-unicode.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js index eb715a90861..fe100df163b 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-lastindex.js +++ b/test/staging/sm/RegExp/replace-local-tolength-lastindex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js index 1d4e49b16e9..579206f9713 100644 --- a/test/staging/sm/RegExp/replace-local-tolength-recompilation.js +++ b/test/staging/sm/RegExp/replace-local-tolength-recompilation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-sticky-lastIndex.js b/test/staging/sm/RegExp/replace-sticky-lastIndex.js index ce5359a9dbe..35a37029c6a 100644 --- a/test/staging/sm/RegExp/replace-sticky-lastIndex.js +++ b/test/staging/sm/RegExp/replace-sticky-lastIndex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-sticky.js b/test/staging/sm/RegExp/replace-sticky.js index 950f1b0900b..9b03af56b86 100644 --- a/test/staging/sm/RegExp/replace-sticky.js +++ b/test/staging/sm/RegExp/replace-sticky.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-this.js b/test/staging/sm/RegExp/replace-this.js index a90007609b6..de548cff1e7 100644 --- a/test/staging/sm/RegExp/replace-this.js +++ b/test/staging/sm/RegExp/replace-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-trace.js b/test/staging/sm/RegExp/replace-trace.js index 9f2b9351d4b..1f14e9e8fd0 100644 --- a/test/staging/sm/RegExp/replace-trace.js +++ b/test/staging/sm/RegExp/replace-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace-twoBytes.js b/test/staging/sm/RegExp/replace-twoBytes.js index b0163ba9be2..7a84b6cb863 100644 --- a/test/staging/sm/RegExp/replace-twoBytes.js +++ b/test/staging/sm/RegExp/replace-twoBytes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/replace.js b/test/staging/sm/RegExp/replace.js index 8956a9b2378..9fb6d62d1f2 100644 --- a/test/staging/sm/RegExp/replace.js +++ b/test/staging/sm/RegExp/replace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search-this.js b/test/staging/sm/RegExp/search-this.js index 3e578800d21..db7894abf76 100644 --- a/test/staging/sm/RegExp/search-this.js +++ b/test/staging/sm/RegExp/search-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search-trace.js b/test/staging/sm/RegExp/search-trace.js index 7d1b8b78cb8..273c6b9d82a 100644 --- a/test/staging/sm/RegExp/search-trace.js +++ b/test/staging/sm/RegExp/search-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/search.js b/test/staging/sm/RegExp/search.js index 07a5c7a5931..a59ca94993c 100644 --- a/test/staging/sm/RegExp/search.js +++ b/test/staging/sm/RegExp/search.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/source.js b/test/staging/sm/RegExp/source.js index 209e6097da0..02413ee1466 100644 --- a/test/staging/sm/RegExp/source.js +++ b/test/staging/sm/RegExp/source.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-deleted-flags.js b/test/staging/sm/RegExp/split-deleted-flags.js index 07bce6de51d..8f155b22e74 100644 --- a/test/staging/sm/RegExp/split-deleted-flags.js +++ b/test/staging/sm/RegExp/split-deleted-flags.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-flags-on-obj.js b/test/staging/sm/RegExp/split-flags-on-obj.js index 9180ab65aab..a65c2322fb6 100644 --- a/test/staging/sm/RegExp/split-flags-on-obj.js +++ b/test/staging/sm/RegExp/split-flags-on-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-invalid-lastIndex.js b/test/staging/sm/RegExp/split-invalid-lastIndex.js index 6403bc49ba3..9900f651a50 100644 --- a/test/staging/sm/RegExp/split-invalid-lastIndex.js +++ b/test/staging/sm/RegExp/split-invalid-lastIndex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-limit.js b/test/staging/sm/RegExp/split-limit.js index bfcce73bffb..1a51e0a7eeb 100644 --- a/test/staging/sm/RegExp/split-limit.js +++ b/test/staging/sm/RegExp/split-limit.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-obj.js b/test/staging/sm/RegExp/split-obj.js index 9d6afa4cdad..a8e1076c699 100644 --- a/test/staging/sm/RegExp/split-obj.js +++ b/test/staging/sm/RegExp/split-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-prop-access.js b/test/staging/sm/RegExp/split-prop-access.js index 46617f5687f..126b9f1f470 100644 --- a/test/staging/sm/RegExp/split-prop-access.js +++ b/test/staging/sm/RegExp/split-prop-access.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-this.js b/test/staging/sm/RegExp/split-this.js index 7e151b55386..79ebb6db536 100644 --- a/test/staging/sm/RegExp/split-this.js +++ b/test/staging/sm/RegExp/split-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split-trace.js b/test/staging/sm/RegExp/split-trace.js index 47a49214811..14313e3ca74 100644 --- a/test/staging/sm/RegExp/split-trace.js +++ b/test/staging/sm/RegExp/split-trace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/split.js b/test/staging/sm/RegExp/split.js index f83d5b6e70e..67acd7112e4 100644 --- a/test/staging/sm/RegExp/split.js +++ b/test/staging/sm/RegExp/split.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/sticky.js b/test/staging/sm/RegExp/sticky.js index 8e7ce5bc808..0f74704d1b8 100644 --- a/test/staging/sm/RegExp/sticky.js +++ b/test/staging/sm/RegExp/sticky.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/test-emptyMatch.js b/test/staging/sm/RegExp/test-emptyMatch.js index f1051e5aff0..e9b93239daf 100644 --- a/test/staging/sm/RegExp/test-emptyMatch.js +++ b/test/staging/sm/RegExp/test-emptyMatch.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/test-trailing.js b/test/staging/sm/RegExp/test-trailing.js index 52949891f8e..fd8da2401ac 100644 --- a/test/staging/sm/RegExp/test-trailing.js +++ b/test/staging/sm/RegExp/test-trailing.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/toString.js b/test/staging/sm/RegExp/toString.js index 2f81bf69171..6afc21d2b98 100644 --- a/test/staging/sm/RegExp/toString.js +++ b/test/staging/sm/RegExp/toString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-back-reference.js b/test/staging/sm/RegExp/unicode-back-reference.js index f5dd4ff3edd..fbd3d173b6d 100644 --- a/test/staging/sm/RegExp/unicode-back-reference.js +++ b/test/staging/sm/RegExp/unicode-back-reference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-braced.js b/test/staging/sm/RegExp/unicode-braced.js index d57a5cdcbe6..decef13f6c2 100644 --- a/test/staging/sm/RegExp/unicode-braced.js +++ b/test/staging/sm/RegExp/unicode-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-character-class-escape.js b/test/staging/sm/RegExp/unicode-character-class-escape.js index a16e97ddecb..096daab5708 100644 --- a/test/staging/sm/RegExp/unicode-character-class-escape.js +++ b/test/staging/sm/RegExp/unicode-character-class-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-braced.js b/test/staging/sm/RegExp/unicode-class-braced.js index 0b582ffd03d..df8237ce07f 100644 --- a/test/staging/sm/RegExp/unicode-class-braced.js +++ b/test/staging/sm/RegExp/unicode-class-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-empty.js b/test/staging/sm/RegExp/unicode-class-empty.js index 6badbaa4f14..92d9d665043 100644 --- a/test/staging/sm/RegExp/unicode-class-empty.js +++ b/test/staging/sm/RegExp/unicode-class-empty.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-ignoreCase.js b/test/staging/sm/RegExp/unicode-class-ignoreCase.js index fb7f3bd8996..0fa115278d0 100644 --- a/test/staging/sm/RegExp/unicode-class-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-class-ignoreCase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-lead-trail.js b/test/staging/sm/RegExp/unicode-class-lead-trail.js index 113baeee2ba..ae674e9abf3 100644 --- a/test/staging/sm/RegExp/unicode-class-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-class-lead-trail.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-negated.js b/test/staging/sm/RegExp/unicode-class-negated.js index a4d7a91bde7..9878a057487 100644 --- a/test/staging/sm/RegExp/unicode-class-negated.js +++ b/test/staging/sm/RegExp/unicode-class-negated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-range.js b/test/staging/sm/RegExp/unicode-class-range.js index 55cdfa80bf0..859b51edffd 100644 --- a/test/staging/sm/RegExp/unicode-class-range.js +++ b/test/staging/sm/RegExp/unicode-class-range.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-class-raw.js b/test/staging/sm/RegExp/unicode-class-raw.js index 668e4d532f2..8c1277e6f36 100644 --- a/test/staging/sm/RegExp/unicode-class-raw.js +++ b/test/staging/sm/RegExp/unicode-class-raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-disallow-extended.js b/test/staging/sm/RegExp/unicode-disallow-extended.js index fbc28bc7c96..48742be2477 100644 --- a/test/staging/sm/RegExp/unicode-disallow-extended.js +++ b/test/staging/sm/RegExp/unicode-disallow-extended.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-everything.js b/test/staging/sm/RegExp/unicode-everything.js index ade05b8db98..f1387011858 100644 --- a/test/staging/sm/RegExp/unicode-everything.js +++ b/test/staging/sm/RegExp/unicode-everything.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js index ca35350805c..9acffb2d4d9 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-ascii.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js index 2a48cdc2c82..e5edfd2db65 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-escape.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js index 1ab4a247a58..3f5761e9355 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-negated.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-negated.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js index c29718bfc76..4514b2a05bf 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase-word-boundary.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-ignoreCase.js b/test/staging/sm/RegExp/unicode-ignoreCase.js index 1206d8a089a..77530605c32 100644 --- a/test/staging/sm/RegExp/unicode-ignoreCase.js +++ b/test/staging/sm/RegExp/unicode-ignoreCase.js @@ -4,7 +4,7 @@ */ /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-lead-trail.js b/test/staging/sm/RegExp/unicode-lead-trail.js index 72ad453d41f..98cf0e0ba42 100644 --- a/test/staging/sm/RegExp/unicode-lead-trail.js +++ b/test/staging/sm/RegExp/unicode-lead-trail.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/RegExp/unicode-raw.js b/test/staging/sm/RegExp/unicode-raw.js index ed7bd6f3e0c..20db566238d 100644 --- a/test/staging/sm/RegExp/unicode-raw.js +++ b/test/staging/sm/RegExp/unicode-raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-RegExp-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-RegExp-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/difference.js b/test/staging/sm/Set/difference.js index 234704f4d05..70b4a59defe 100644 --- a/test/staging/sm/Set/difference.js +++ b/test/staging/sm/Set/difference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/intersection.js b/test/staging/sm/Set/intersection.js index eff9a8d3639..936ef015774 100644 --- a/test/staging/sm/Set/intersection.js +++ b/test/staging/sm/Set/intersection.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/is-disjoint-from.js b/test/staging/sm/Set/is-disjoint-from.js index cd74aa39abb..69980e822bb 100644 --- a/test/staging/sm/Set/is-disjoint-from.js +++ b/test/staging/sm/Set/is-disjoint-from.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/is-subset-of.js b/test/staging/sm/Set/is-subset-of.js index a4974f62d1b..54d4e345c8e 100644 --- a/test/staging/sm/Set/is-subset-of.js +++ b/test/staging/sm/Set/is-subset-of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/is-superset-of.js b/test/staging/sm/Set/is-superset-of.js index ef66fa12dcc..cb12c5389e3 100644 --- a/test/staging/sm/Set/is-superset-of.js +++ b/test/staging/sm/Set/is-superset-of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/symmetric-difference.js b/test/staging/sm/Set/symmetric-difference.js index 6758824276c..748e4d0e809 100644 --- a/test/staging/sm/Set/symmetric-difference.js +++ b/test/staging/sm/Set/symmetric-difference.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/Set/union.js b/test/staging/sm/Set/union.js index 9f5fcc9a51b..54b2533a925 100644 --- a/test/staging/sm/Set/union.js +++ b/test/staging/sm/Set/union.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-Set-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Set-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/15.5.4.11-01.js b/test/staging/sm/String/15.5.4.11-01.js index a657d3cfed4..0a053a96f26 100644 --- a/test/staging/sm/String/15.5.4.11-01.js +++ b/test/staging/sm/String/15.5.4.11-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/15.5.4.2.js b/test/staging/sm/String/15.5.4.2.js index 47485b303fb..3f31f031533 100644 --- a/test/staging/sm/String/15.5.4.2.js +++ b/test/staging/sm/String/15.5.4.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/15.5.4.7.js b/test/staging/sm/String/15.5.4.7.js index e72a9abbe7f..27463e7944b 100644 --- a/test/staging/sm/String/15.5.4.7.js +++ b/test/staging/sm/String/15.5.4.7.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/AdvanceStringIndex.js b/test/staging/sm/String/AdvanceStringIndex.js index 40b5b8fd606..bdc0e2fe738 100644 --- a/test/staging/sm/String/AdvanceStringIndex.js +++ b/test/staging/sm/String/AdvanceStringIndex.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/IsRegExp.js b/test/staging/sm/String/IsRegExp.js index 41b1f031357..009c1439fc9 100644 --- a/test/staging/sm/String/IsRegExp.js +++ b/test/staging/sm/String/IsRegExp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/at.js b/test/staging/sm/String/at.js index dbea79a66ae..5f31ef7e561 100644 --- a/test/staging/sm/String/at.js +++ b/test/staging/sm/String/at.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/codePointAt.js b/test/staging/sm/String/codePointAt.js index 301727cc8d0..2e11b253e1e 100644 --- a/test/staging/sm/String/codePointAt.js +++ b/test/staging/sm/String/codePointAt.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/defaultvalue.js b/test/staging/sm/String/defaultvalue.js index 6f62c65ff5a..42559d349cd 100644 --- a/test/staging/sm/String/defaultvalue.js +++ b/test/staging/sm/String/defaultvalue.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/fromCodePoint.js b/test/staging/sm/String/fromCodePoint.js index 5f788aede26..ff57df9d21f 100644 --- a/test/staging/sm/String/fromCodePoint.js +++ b/test/staging/sm/String/fromCodePoint.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/internalUsage.js b/test/staging/sm/String/internalUsage.js index c7f19d61ea4..1e0b9230614 100644 --- a/test/staging/sm/String/internalUsage.js +++ b/test/staging/sm/String/internalUsage.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/iterator_edge_cases.js b/test/staging/sm/String/iterator_edge_cases.js index 3689e594438..c167643d7c7 100644 --- a/test/staging/sm/String/iterator_edge_cases.js +++ b/test/staging/sm/String/iterator_edge_cases.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-GetMethod.js b/test/staging/sm/String/match-GetMethod.js index a92e1bddbaa..8533220ac08 100644 --- a/test/staging/sm/String/match-GetMethod.js +++ b/test/staging/sm/String/match-GetMethod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-defines-match-elements.js b/test/staging/sm/String/match-defines-match-elements.js index 09ae47b1f75..da5ffed1460 100644 --- a/test/staging/sm/String/match-defines-match-elements.js +++ b/test/staging/sm/String/match-defines-match-elements.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-forward-lookahead.js b/test/staging/sm/String/match-forward-lookahead.js index 8947a39f8b1..74e5c014d0c 100644 --- a/test/staging/sm/String/match-forward-lookahead.js +++ b/test/staging/sm/String/match-forward-lookahead.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js b/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js index 42cc6a13808..4e2e41a3abe 100644 --- a/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js +++ b/test/staging/sm/String/match-throws-nonwritable-lastIndex-global.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match-updates-global-lastIndex.js b/test/staging/sm/String/match-updates-global-lastIndex.js index f02c7000faa..4c95a3f59c2 100644 --- a/test/staging/sm/String/match-updates-global-lastIndex.js +++ b/test/staging/sm/String/match-updates-global-lastIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/match.js b/test/staging/sm/String/match.js index 34093cf18f3..178476619d7 100644 --- a/test/staging/sm/String/match.js +++ b/test/staging/sm/String/match.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/matchAll.js b/test/staging/sm/String/matchAll.js index a02f4036213..f84b82fdf65 100644 --- a/test/staging/sm/String/matchAll.js +++ b/test/staging/sm/String/matchAll.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-form-non-atom.js b/test/staging/sm/String/normalize-form-non-atom.js index 191cc5f2320..ee42c463526 100644 --- a/test/staging/sm/String/normalize-form-non-atom.js +++ b/test/staging/sm/String/normalize-form-non-atom.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-generateddata-input.js b/test/staging/sm/String/normalize-generateddata-input.js index 9815cb2644a..d13c43c8521 100644 --- a/test/staging/sm/String/normalize-generateddata-input.js +++ b/test/staging/sm/String/normalize-generateddata-input.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-generic.js b/test/staging/sm/String/normalize-generic.js index fe3d458cc87..174c6a0d9f5 100644 --- a/test/staging/sm/String/normalize-generic.js +++ b/test/staging/sm/String/normalize-generic.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-parameter.js b/test/staging/sm/String/normalize-parameter.js index 141d2f4e2a2..e89b85759e1 100644 --- a/test/staging/sm/String/normalize-parameter.js +++ b/test/staging/sm/String/normalize-parameter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/normalize-rope.js b/test/staging/sm/String/normalize-rope.js index 31529d423f8..42b6ddcd1fd 100644 --- a/test/staging/sm/String/normalize-rope.js +++ b/test/staging/sm/String/normalize-rope.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/raw.js b/test/staging/sm/String/raw.js index e1df924a39b..9d96a6da387 100644 --- a/test/staging/sm/String/raw.js +++ b/test/staging/sm/String/raw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/regress-369778.js b/test/staging/sm/String/regress-369778.js index 92400e31df3..09d7184b1e7 100644 --- a/test/staging/sm/String/regress-369778.js +++ b/test/staging/sm/String/regress-369778.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-GetMethod.js b/test/staging/sm/String/replace-GetMethod.js index 09b11957928..d82d2fb74c9 100644 --- a/test/staging/sm/String/replace-GetMethod.js +++ b/test/staging/sm/String/replace-GetMethod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-bad-dollar-single-quote.js b/test/staging/sm/String/replace-bad-dollar-single-quote.js index 2b76da1c314..5989d95ac47 100644 --- a/test/staging/sm/String/replace-bad-dollar-single-quote.js +++ b/test/staging/sm/String/replace-bad-dollar-single-quote.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-flags.js b/test/staging/sm/String/replace-flags.js index a2743672dc5..7f3fdba65c3 100644 --- a/test/staging/sm/String/replace-flags.js +++ b/test/staging/sm/String/replace-flags.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-math.js b/test/staging/sm/String/replace-math.js index 6b1ef0c9c63..511b8c7fe63 100644 --- a/test/staging/sm/String/replace-math.js +++ b/test/staging/sm/String/replace-math.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js b/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js index 073a0011b43..331dc99cd2a 100644 --- a/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js +++ b/test/staging/sm/String/replace-throws-nonwritable-lastIndex-global.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace-updates-global-lastIndex.js b/test/staging/sm/String/replace-updates-global-lastIndex.js index 290b78c3fe9..c6353982aa6 100644 --- a/test/staging/sm/String/replace-updates-global-lastIndex.js +++ b/test/staging/sm/String/replace-updates-global-lastIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replace.js b/test/staging/sm/String/replace.js index a5510159b61..df30291e12c 100644 --- a/test/staging/sm/String/replace.js +++ b/test/staging/sm/String/replace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/replaceAll.js b/test/staging/sm/String/replaceAll.js index df91f2ac37c..f5a18f6a635 100644 --- a/test/staging/sm/String/replaceAll.js +++ b/test/staging/sm/String/replaceAll.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/search-GetMethod.js b/test/staging/sm/String/search-GetMethod.js index e393ce2c983..d7bc16622d0 100644 --- a/test/staging/sm/String/search-GetMethod.js +++ b/test/staging/sm/String/search-GetMethod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/search.js b/test/staging/sm/String/search.js index e13d1f0da10..f19f699f902 100644 --- a/test/staging/sm/String/search.js +++ b/test/staging/sm/String/search.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-01.js b/test/staging/sm/String/split-01.js index f413f84db4d..1d96318ebf8 100644 --- a/test/staging/sm/String/split-01.js +++ b/test/staging/sm/String/split-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-GetMethod.js b/test/staging/sm/String/split-GetMethod.js index 6a5abd7e48d..aac16918a66 100644 --- a/test/staging/sm/String/split-GetMethod.js +++ b/test/staging/sm/String/split-GetMethod.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-order.js b/test/staging/sm/String/split-order.js index eca5b59402e..ebfa590b078 100644 --- a/test/staging/sm/String/split-order.js +++ b/test/staging/sm/String/split-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-undefined-separator.js b/test/staging/sm/String/split-undefined-separator.js index d77d093cc5b..1d09ed95835 100644 --- a/test/staging/sm/String/split-undefined-separator.js +++ b/test/staging/sm/String/split-undefined-separator.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split-xregexp.js b/test/staging/sm/String/split-xregexp.js index 593af24768d..b8bdb4d0b27 100644 --- a/test/staging/sm/String/split-xregexp.js +++ b/test/staging/sm/String/split-xregexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/split.js b/test/staging/sm/String/split.js index 41bbc3cac9c..3a4124798a0 100644 --- a/test/staging/sm/String/split.js +++ b/test/staging/sm/String/split.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-code-point-upper-lower-mapping.js b/test/staging/sm/String/string-code-point-upper-lower-mapping.js index 589a1ae38cc..863bf007435 100644 --- a/test/staging/sm/String/string-code-point-upper-lower-mapping.js +++ b/test/staging/sm/String/string-code-point-upper-lower-mapping.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-pad-start-end.js b/test/staging/sm/String/string-pad-start-end.js index 46408cac70f..bca7ded4bb7 100644 --- a/test/staging/sm/String/string-pad-start-end.js +++ b/test/staging/sm/String/string-pad-start-end.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-space-trim.js b/test/staging/sm/String/string-space-trim.js index 5bf212e6974..9a7ab5169de 100644 --- a/test/staging/sm/String/string-space-trim.js +++ b/test/staging/sm/String/string-space-trim.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/string-upper-lower-mapping.js b/test/staging/sm/String/string-upper-lower-mapping.js index cd589c1df7a..2167b5caaad 100644 --- a/test/staging/sm/String/string-upper-lower-mapping.js +++ b/test/staging/sm/String/string-upper-lower-mapping.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/thisv-error.js b/test/staging/sm/String/thisv-error.js index 8c3d1622fbb..a3dc9d8b414 100644 --- a/test/staging/sm/String/thisv-error.js +++ b/test/staging/sm/String/thisv-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/two-length-nonlatin-indexOf.js b/test/staging/sm/String/two-length-nonlatin-indexOf.js index 2b96d68edf7..7bf00c12203 100644 --- a/test/staging/sm/String/two-length-nonlatin-indexOf.js +++ b/test/staging/sm/String/two-length-nonlatin-indexOf.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/String/unicode-braced.js b/test/staging/sm/String/unicode-braced.js index ba085d88536..bb64d642f54 100644 --- a/test/staging/sm/String/unicode-braced.js +++ b/test/staging/sm/String/unicode-braced.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-String-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-String-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/as-base-value.js b/test/staging/sm/Symbol/as-base-value.js index 4004274c4f0..07cb1c0f65d 100644 --- a/test/staging/sm/Symbol/as-base-value.js +++ b/test/staging/sm/Symbol/as-base-value.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/comparisons.js b/test/staging/sm/Symbol/comparisons.js index f0073a117e2..2aceb6d437f 100644 --- a/test/staging/sm/Symbol/comparisons.js +++ b/test/staging/sm/Symbol/comparisons.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/constructor.js b/test/staging/sm/Symbol/constructor.js index 1a3c152c35a..6cea5cd20d9 100644 --- a/test/staging/sm/Symbol/constructor.js +++ b/test/staging/sm/Symbol/constructor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/conversions.js b/test/staging/sm/Symbol/conversions.js index 7cc4bb67537..1418ded4298 100644 --- a/test/staging/sm/Symbol/conversions.js +++ b/test/staging/sm/Symbol/conversions.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/enumeration-order.js b/test/staging/sm/Symbol/enumeration-order.js index 2c477c4a562..f276616be88 100644 --- a/test/staging/sm/Symbol/enumeration-order.js +++ b/test/staging/sm/Symbol/enumeration-order.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/enumeration.js b/test/staging/sm/Symbol/enumeration.js index 82b83dfa0fc..c5efce54595 100644 --- a/test/staging/sm/Symbol/enumeration.js +++ b/test/staging/sm/Symbol/enumeration.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/equality.js b/test/staging/sm/Symbol/equality.js index 1831d43beb9..c66284ae638 100644 --- a/test/staging/sm/Symbol/equality.js +++ b/test/staging/sm/Symbol/equality.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/errors.js b/test/staging/sm/Symbol/errors.js index e5a786686a8..13d6be98e2f 100644 --- a/test/staging/sm/Symbol/errors.js +++ b/test/staging/sm/Symbol/errors.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/for-in-order.js b/test/staging/sm/Symbol/for-in-order.js index 6f7274f7039..35543079550 100644 --- a/test/staging/sm/Symbol/for-in-order.js +++ b/test/staging/sm/Symbol/for-in-order.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/for.js b/test/staging/sm/Symbol/for.js index 2718a1cf489..e4181e3bd93 100644 --- a/test/staging/sm/Symbol/for.js +++ b/test/staging/sm/Symbol/for.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/json-stringify-keys.js b/test/staging/sm/Symbol/json-stringify-keys.js index aa9b08e6665..e862bde8f76 100644 --- a/test/staging/sm/Symbol/json-stringify-keys.js +++ b/test/staging/sm/Symbol/json-stringify-keys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/json-stringify-values.js b/test/staging/sm/Symbol/json-stringify-values.js index 045d951a3cc..e6abfcd2dc0 100644 --- a/test/staging/sm/Symbol/json-stringify-values.js +++ b/test/staging/sm/Symbol/json-stringify-values.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/keyFor.js b/test/staging/sm/Symbol/keyFor.js index 4ec9a3159ce..f72b4f04383 100644 --- a/test/staging/sm/Symbol/keyFor.js +++ b/test/staging/sm/Symbol/keyFor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-accessor.js b/test/staging/sm/Symbol/property-accessor.js index c05b1bcdb65..8a64d4d7130 100644 --- a/test/staging/sm/Symbol/property-accessor.js +++ b/test/staging/sm/Symbol/property-accessor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-basics.js b/test/staging/sm/Symbol/property-basics.js index 85316785164..d78064d5fc9 100644 --- a/test/staging/sm/Symbol/property-basics.js +++ b/test/staging/sm/Symbol/property-basics.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-inheritance.js b/test/staging/sm/Symbol/property-inheritance.js index e1a87c1db6b..04ad9455f30 100644 --- a/test/staging/sm/Symbol/property-inheritance.js +++ b/test/staging/sm/Symbol/property-inheritance.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-nonwritable.js b/test/staging/sm/Symbol/property-nonwritable.js index 835ce6140d0..2f8eb0dba88 100644 --- a/test/staging/sm/Symbol/property-nonwritable.js +++ b/test/staging/sm/Symbol/property-nonwritable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/property-reflection.js b/test/staging/sm/Symbol/property-reflection.js index ee0477a94df..3678cbe8c5b 100644 --- a/test/staging/sm/Symbol/property-reflection.js +++ b/test/staging/sm/Symbol/property-reflection.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/realms.js b/test/staging/sm/Symbol/realms.js index ae9743739c9..51250273206 100644 --- a/test/staging/sm/Symbol/realms.js +++ b/test/staging/sm/Symbol/realms.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/species.js b/test/staging/sm/Symbol/species.js index 2647ad63acd..d00cee3912d 100644 --- a/test/staging/sm/Symbol/species.js +++ b/test/staging/sm/Symbol/species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/surfaces.js b/test/staging/sm/Symbol/surfaces.js index dd1c486339d..14af0348a7a 100644 --- a/test/staging/sm/Symbol/surfaces.js +++ b/test/staging/sm/Symbol/surfaces.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js b/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js index 0d54770a054..8c497f824cd 100644 --- a/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js +++ b/test/staging/sm/Symbol/symbol-object-not-unboxed-for-value-to-id.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js b/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js index c458338a5bb..6562c7efe02 100644 --- a/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js +++ b/test/staging/sm/Symbol/toPrimitive-undefined-or-null.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toPrimitive.js b/test/staging/sm/Symbol/toPrimitive.js index c005043eca1..2e78de7e099 100644 --- a/test/staging/sm/Symbol/toPrimitive.js +++ b/test/staging/sm/Symbol/toPrimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toString.js b/test/staging/sm/Symbol/toString.js index 2ca65398550..fd91febfac7 100644 --- a/test/staging/sm/Symbol/toString.js +++ b/test/staging/sm/Symbol/toString.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/toStringTag.js b/test/staging/sm/Symbol/toStringTag.js index 4b8c0ab280a..3d53395a1e4 100644 --- a/test/staging/sm/Symbol/toStringTag.js +++ b/test/staging/sm/Symbol/toStringTag.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/typed-arrays.js b/test/staging/sm/Symbol/typed-arrays.js index 2d450d255c5..77439ac342e 100644 --- a/test/staging/sm/Symbol/typed-arrays.js +++ b/test/staging/sm/Symbol/typed-arrays.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/typeof.js b/test/staging/sm/Symbol/typeof.js index 9016df7c55c..a6faeb54fb9 100644 --- a/test/staging/sm/Symbol/typeof.js +++ b/test/staging/sm/Symbol/typeof.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/valueOf.js b/test/staging/sm/Symbol/valueOf.js index c330fa79105..0334cf7b2ae 100644 --- a/test/staging/sm/Symbol/valueOf.js +++ b/test/staging/sm/Symbol/valueOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Symbol/well-known.js b/test/staging/sm/Symbol/well-known.js index 66fbae10c7a..a562152b098 100644 --- a/test/staging/sm/Symbol/well-known.js +++ b/test/staging/sm/Symbol/well-known.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js b/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js index 010c2aeec1e..57c1d8bec3c 100644 --- a/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js +++ b/test/staging/sm/Temporal/Calendar/compare-to-datetimeformat.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js b/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js index 35f61ef335e..34b7d83dd83 100644 --- a/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js +++ b/test/staging/sm/Temporal/PlainDate/from-constrain-hebrew.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js b/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js index f305ab16d48..e7679983866 100644 --- a/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js +++ b/test/staging/sm/Temporal/PlainDate/from-constrain-japanese.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js b/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js index 8a061bbe60d..07165872b07 100644 --- a/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js +++ b/test/staging/sm/Temporal/PlainDate/from-hebrew-keviah.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-indian.js b/test/staging/sm/Temporal/PlainDate/from-indian.js index d9033a8461d..e54967ac069 100644 --- a/test/staging/sm/Temporal/PlainDate/from-indian.js +++ b/test/staging/sm/Temporal/PlainDate/from-indian.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js b/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js index 04004227e2c..6acc3eb3eda 100644 --- a/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js +++ b/test/staging/sm/Temporal/PlainDate/from-islamic-umalqura.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js b/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js index 853860afd99..a5d66906d2f 100644 --- a/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js +++ b/test/staging/sm/Temporal/PlainDate/non-positive-era-year.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/too-large-dates.js b/test/staging/sm/Temporal/PlainDate/too-large-dates.js index 212cb65b580..fa4c0a0fd44 100644 --- a/test/staging/sm/Temporal/PlainDate/too-large-dates.js +++ b/test/staging/sm/Temporal/PlainDate/too-large-dates.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainDate/withCalendar.js b/test/staging/sm/Temporal/PlainDate/withCalendar.js index c806522f7c6..9ca5db61acb 100644 --- a/test/staging/sm/Temporal/PlainDate/withCalendar.js +++ b/test/staging/sm/Temporal/PlainDate/withCalendar.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js index 772a7c513e0..ac6e1229c14 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-common.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Temporal-PlainMonthDay-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js index 4665aebb687..4feb637559a 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese-leap-month-uncommon.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Temporal-PlainMonthDay-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js b/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js index eb3b23a77de..b43608374d1 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-chinese.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Temporal-PlainMonthDay-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js b/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js index 3d4889580ba..dae2b7523a1 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-coptic.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Temporal-PlainMonthDay-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js b/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js index e391d3c3227..d4de8567b62 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js +++ b/test/staging/sm/Temporal/PlainMonthDay/from-gregory.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Temporal-PlainMonthDay-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js b/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js index 41322b0fb3e..99a2b637c6c 100644 --- a/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js +++ b/test/staging/sm/Temporal/PlainMonthDay/result-not-after-1972-dec-31.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-Temporal-PlainMonthDay-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Temporal-PlainMonthDay-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js b/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js index 7168fc101b3..7fdb901dba5 100644 --- a/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js +++ b/test/staging/sm/Temporal/ZonedDateTime/zones-and-links.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict features: diff --git a/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js b/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js index 0cf478a8ab1..a051ece51b1 100644 --- a/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js +++ b/test/staging/sm/TypedArray/Tconstructor-fromTypedArray-byteLength.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/at.js b/test/staging/sm/TypedArray/at.js index a76def85d5c..0935c496a44 100644 --- a/test/staging/sm/TypedArray/at.js +++ b/test/staging/sm/TypedArray/at.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/bug1526838.js b/test/staging/sm/TypedArray/bug1526838.js index a30cce5aa63..527aa7eefbf 100644 --- a/test/staging/sm/TypedArray/bug1526838.js +++ b/test/staging/sm/TypedArray/bug1526838.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js index 85d956db43e..908b831b781 100644 --- a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js +++ b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species-wrap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js index 1086f444cb7..5920e9480c7 100644 --- a/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js +++ b/test/staging/sm/TypedArray/constructor-ArrayBuffer-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-buffer-sequence.js b/test/staging/sm/TypedArray/constructor-buffer-sequence.js index e272c75f66a..fe22e4ee7dc 100644 --- a/test/staging/sm/TypedArray/constructor-buffer-sequence.js +++ b/test/staging/sm/TypedArray/constructor-buffer-sequence.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js b/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js index eab0f0c0a09..aa8a89284c0 100644 --- a/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js +++ b/test/staging/sm/TypedArray/constructor-byteoffsets-bounds.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-iterator-primitive.js b/test/staging/sm/TypedArray/constructor-iterator-primitive.js index 0767e86327c..48305122cdb 100644 --- a/test/staging/sm/TypedArray/constructor-iterator-primitive.js +++ b/test/staging/sm/TypedArray/constructor-iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-non-detached.js b/test/staging/sm/TypedArray/constructor-non-detached.js index 90a91c799d5..4cad942b030 100644 --- a/test/staging/sm/TypedArray/constructor-non-detached.js +++ b/test/staging/sm/TypedArray/constructor-non-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-not-callable.js b/test/staging/sm/TypedArray/constructor-not-callable.js index b1847f75e5b..df5c6474803 100644 --- a/test/staging/sm/TypedArray/constructor-not-callable.js +++ b/test/staging/sm/TypedArray/constructor-not-callable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js b/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js index e134db16bdf..5e14fd329d9 100644 --- a/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js +++ b/test/staging/sm/TypedArray/constructor-typedarray-species-other-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor-undefined-args.js b/test/staging/sm/TypedArray/constructor-undefined-args.js index 53c591dc58b..6b4c07f25ce 100644 --- a/test/staging/sm/TypedArray/constructor-undefined-args.js +++ b/test/staging/sm/TypedArray/constructor-undefined-args.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/constructor_bad-args.js b/test/staging/sm/TypedArray/constructor_bad-args.js index eae56e9d0ae..36a57e3206e 100644 --- a/test/staging/sm/TypedArray/constructor_bad-args.js +++ b/test/staging/sm/TypedArray/constructor_bad-args.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/detached-array-buffer-checks.js b/test/staging/sm/TypedArray/detached-array-buffer-checks.js index 84e39bf2196..cc96c20d1c2 100644 --- a/test/staging/sm/TypedArray/detached-array-buffer-checks.js +++ b/test/staging/sm/TypedArray/detached-array-buffer-checks.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js b/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js index 434da306c31..4be0a3e2645 100644 --- a/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js +++ b/test/staging/sm/TypedArray/element-setting-converts-using-ToNumber.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/entries.js b/test/staging/sm/TypedArray/entries.js index 2fa0f61fa9f..0f74595afca 100644 --- a/test/staging/sm/TypedArray/entries.js +++ b/test/staging/sm/TypedArray/entries.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/every-and-some.js b/test/staging/sm/TypedArray/every-and-some.js index 2159405355f..c93b0047b5c 100644 --- a/test/staging/sm/TypedArray/every-and-some.js +++ b/test/staging/sm/TypedArray/every-and-some.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/fill-detached.js b/test/staging/sm/TypedArray/fill-detached.js index 0f965e16250..94389eb6476 100644 --- a/test/staging/sm/TypedArray/fill-detached.js +++ b/test/staging/sm/TypedArray/fill-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/fill.js b/test/staging/sm/TypedArray/fill.js index 0529caa47d7..be48cdebfba 100644 --- a/test/staging/sm/TypedArray/fill.js +++ b/test/staging/sm/TypedArray/fill.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/filter-species.js b/test/staging/sm/TypedArray/filter-species.js index 2b68d3e0b04..e18f9b2370d 100644 --- a/test/staging/sm/TypedArray/filter-species.js +++ b/test/staging/sm/TypedArray/filter-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/find-and-findIndex.js b/test/staging/sm/TypedArray/find-and-findIndex.js index 5e7a3a78667..8d71c36fbfe 100644 --- a/test/staging/sm/TypedArray/find-and-findIndex.js +++ b/test/staging/sm/TypedArray/find-and-findIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/findLast-and-findLastIndex.js b/test/staging/sm/TypedArray/findLast-and-findLastIndex.js index c02d00c8fc0..f58f40ce87e 100644 --- a/test/staging/sm/TypedArray/findLast-and-findLastIndex.js +++ b/test/staging/sm/TypedArray/findLast-and-findLastIndex.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/forEach.js b/test/staging/sm/TypedArray/forEach.js index 0b54003a8e5..cda0fe4df62 100644 --- a/test/staging/sm/TypedArray/forEach.js +++ b/test/staging/sm/TypedArray/forEach.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_basics.js b/test/staging/sm/TypedArray/from_basics.js index d27558270f5..3bda90335db 100644 --- a/test/staging/sm/TypedArray/from_basics.js +++ b/test/staging/sm/TypedArray/from_basics.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_constructor.js b/test/staging/sm/TypedArray/from_constructor.js index 35415f4c45c..56d71e6c4ce 100644 --- a/test/staging/sm/TypedArray/from_constructor.js +++ b/test/staging/sm/TypedArray/from_constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_errors.js b/test/staging/sm/TypedArray/from_errors.js index 52cd523b066..00f2eb68625 100644 --- a/test/staging/sm/TypedArray/from_errors.js +++ b/test/staging/sm/TypedArray/from_errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_iterable.js b/test/staging/sm/TypedArray/from_iterable.js index 2fee3f4a2cf..02b1c4140d0 100644 --- a/test/staging/sm/TypedArray/from_iterable.js +++ b/test/staging/sm/TypedArray/from_iterable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_mapping.js b/test/staging/sm/TypedArray/from_mapping.js index b68bbb65223..47447582e55 100644 --- a/test/staging/sm/TypedArray/from_mapping.js +++ b/test/staging/sm/TypedArray/from_mapping.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_realms.js b/test/staging/sm/TypedArray/from_realms.js index 3617fdcec6c..ecad1630557 100644 --- a/test/staging/sm/TypedArray/from_realms.js +++ b/test/staging/sm/TypedArray/from_realms.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_string.js b/test/staging/sm/TypedArray/from_string.js index 47777921263..aff110186c0 100644 --- a/test/staging/sm/TypedArray/from_string.js +++ b/test/staging/sm/TypedArray/from_string.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_surfaces.js b/test/staging/sm/TypedArray/from_surfaces.js index 07bd61cb502..4e506b130f5 100644 --- a/test/staging/sm/TypedArray/from_surfaces.js +++ b/test/staging/sm/TypedArray/from_surfaces.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_this.js b/test/staging/sm/TypedArray/from_this.js index 0e47ea7e381..93d6e1128b5 100644 --- a/test/staging/sm/TypedArray/from_this.js +++ b/test/staging/sm/TypedArray/from_this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js index a9c48505d71..e6e908e7656 100644 --- a/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js +++ b/test/staging/sm/TypedArray/from_typedarray_fastpath_detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/getter-name.js b/test/staging/sm/TypedArray/getter-name.js index c6e95b25003..5828046ce83 100644 --- a/test/staging/sm/TypedArray/getter-name.js +++ b/test/staging/sm/TypedArray/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/has-property-op.js b/test/staging/sm/TypedArray/has-property-op.js index 80c399f1b89..cc1882562e2 100644 --- a/test/staging/sm/TypedArray/has-property-op.js +++ b/test/staging/sm/TypedArray/has-property-op.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/includes.js b/test/staging/sm/TypedArray/includes.js index 724beae029d..56dc8b89147 100644 --- a/test/staging/sm/TypedArray/includes.js +++ b/test/staging/sm/TypedArray/includes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js b/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js index 4b2b11a58f2..ef2111da466 100644 --- a/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js +++ b/test/staging/sm/TypedArray/indexOf-and-lastIndexOf.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js b/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js index df0b739db71..22b266683dc 100644 --- a/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js +++ b/test/staging/sm/TypedArray/indexOf-never-returns-negative-zero.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/iterator-next-with-detached.js b/test/staging/sm/TypedArray/iterator-next-with-detached.js index 6dcbcf1d885..ffa261d7a7e 100644 --- a/test/staging/sm/TypedArray/iterator-next-with-detached.js +++ b/test/staging/sm/TypedArray/iterator-next-with-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/iterator.js b/test/staging/sm/TypedArray/iterator.js index eb9b3c28bec..0ce5e14bafa 100644 --- a/test/staging/sm/TypedArray/iterator.js +++ b/test/staging/sm/TypedArray/iterator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/join.js b/test/staging/sm/TypedArray/join.js index c557c972f80..4c738a05846 100644 --- a/test/staging/sm/TypedArray/join.js +++ b/test/staging/sm/TypedArray/join.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/keys.js b/test/staging/sm/TypedArray/keys.js index 9600c61d542..2f2d3fe8124 100644 --- a/test/staging/sm/TypedArray/keys.js +++ b/test/staging/sm/TypedArray/keys.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js b/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js index 763afd0c6e8..47e201f7e86 100644 --- a/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js +++ b/test/staging/sm/TypedArray/lastIndexOf-never-returns-negative-zero.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/map-and-filter.js b/test/staging/sm/TypedArray/map-and-filter.js index a20b9594a3c..3fa9a844d65 100644 --- a/test/staging/sm/TypedArray/map-and-filter.js +++ b/test/staging/sm/TypedArray/map-and-filter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/map-species.js b/test/staging/sm/TypedArray/map-species.js index c63e93d487d..70506e1e519 100644 --- a/test/staging/sm/TypedArray/map-species.js +++ b/test/staging/sm/TypedArray/map-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/object-defineproperty.js b/test/staging/sm/TypedArray/object-defineproperty.js index bafaf656983..c0a15eb73af 100644 --- a/test/staging/sm/TypedArray/object-defineproperty.js +++ b/test/staging/sm/TypedArray/object-defineproperty.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/of.js b/test/staging/sm/TypedArray/of.js index 065acbfb5f9..5be60dded0c 100644 --- a/test/staging/sm/TypedArray/of.js +++ b/test/staging/sm/TypedArray/of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/prototype-constructor-identity.js b/test/staging/sm/TypedArray/prototype-constructor-identity.js index 0babb8498f0..f5fce72e076 100644 --- a/test/staging/sm/TypedArray/prototype-constructor-identity.js +++ b/test/staging/sm/TypedArray/prototype-constructor-identity.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/reduce-and-reduceRight.js b/test/staging/sm/TypedArray/reduce-and-reduceRight.js index 0c39652593b..2c6888ee82b 100644 --- a/test/staging/sm/TypedArray/reduce-and-reduceRight.js +++ b/test/staging/sm/TypedArray/reduce-and-reduceRight.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/reverse.js b/test/staging/sm/TypedArray/reverse.js index dca65068bf7..b9542a36762 100644 --- a/test/staging/sm/TypedArray/reverse.js +++ b/test/staging/sm/TypedArray/reverse.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/seal-and-freeze.js b/test/staging/sm/TypedArray/seal-and-freeze.js index 6ae64d3147f..ea2269f5bd0 100644 --- a/test/staging/sm/TypedArray/seal-and-freeze.js +++ b/test/staging/sm/TypedArray/seal-and-freeze.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/TypedArray/set-detached-bigint.js b/test/staging/sm/TypedArray/set-detached-bigint.js index 77ea76233c4..78ee9dd970c 100644 --- a/test/staging/sm/TypedArray/set-detached-bigint.js +++ b/test/staging/sm/TypedArray/set-detached-bigint.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-detached.js b/test/staging/sm/TypedArray/set-detached.js index 550a59fcb30..5f10f1618f8 100644 --- a/test/staging/sm/TypedArray/set-detached.js +++ b/test/staging/sm/TypedArray/set-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-negative-offset.js b/test/staging/sm/TypedArray/set-negative-offset.js index fde5fe5727d..4e8aea4ec75 100644 --- a/test/staging/sm/TypedArray/set-negative-offset.js +++ b/test/staging/sm/TypedArray/set-negative-offset.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js b/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js index 57a231c7e9a..0ce4204bbaf 100644 --- a/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js +++ b/test/staging/sm/TypedArray/set-same-buffer-different-source-target-types.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-tointeger.js b/test/staging/sm/TypedArray/set-tointeger.js index 642fe5004d9..2b066c924c7 100644 --- a/test/staging/sm/TypedArray/set-tointeger.js +++ b/test/staging/sm/TypedArray/set-tointeger.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-toobject.js b/test/staging/sm/TypedArray/set-toobject.js index e854e669d7e..1973326a89a 100644 --- a/test/staging/sm/TypedArray/set-toobject.js +++ b/test/staging/sm/TypedArray/set-toobject.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-with-receiver.js b/test/staging/sm/TypedArray/set-with-receiver.js index b76d282ec2f..4f31600d9f6 100644 --- a/test/staging/sm/TypedArray/set-with-receiver.js +++ b/test/staging/sm/TypedArray/set-with-receiver.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set-wrapped.js b/test/staging/sm/TypedArray/set-wrapped.js index bfcb35e6710..59465331dae 100644 --- a/test/staging/sm/TypedArray/set-wrapped.js +++ b/test/staging/sm/TypedArray/set-wrapped.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/set.js b/test/staging/sm/TypedArray/set.js index 4e2bb249896..49bef392d6f 100644 --- a/test/staging/sm/TypedArray/set.js +++ b/test/staging/sm/TypedArray/set.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-bitwise-same.js b/test/staging/sm/TypedArray/slice-bitwise-same.js index f37150df1a3..7f24767550b 100644 --- a/test/staging/sm/TypedArray/slice-bitwise-same.js +++ b/test/staging/sm/TypedArray/slice-bitwise-same.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-conversion.js b/test/staging/sm/TypedArray/slice-conversion.js index 2452f2e4bb7..01726c58ddc 100644 --- a/test/staging/sm/TypedArray/slice-conversion.js +++ b/test/staging/sm/TypedArray/slice-conversion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-detached.js b/test/staging/sm/TypedArray/slice-detached.js index b132f62af01..ee87b774570 100644 --- a/test/staging/sm/TypedArray/slice-detached.js +++ b/test/staging/sm/TypedArray/slice-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-memcpy.js b/test/staging/sm/TypedArray/slice-memcpy.js index 55bbb6ab5b3..fc5e711d4ec 100644 --- a/test/staging/sm/TypedArray/slice-memcpy.js +++ b/test/staging/sm/TypedArray/slice-memcpy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice-species.js b/test/staging/sm/TypedArray/slice-species.js index 7f460325d44..d8deb4dbb68 100644 --- a/test/staging/sm/TypedArray/slice-species.js +++ b/test/staging/sm/TypedArray/slice-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/slice.js b/test/staging/sm/TypedArray/slice.js index 56a3c6a0aa3..5aec4e6824b 100644 --- a/test/staging/sm/TypedArray/slice.js +++ b/test/staging/sm/TypedArray/slice.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort-negative-nan.js b/test/staging/sm/TypedArray/sort-negative-nan.js index a29a3240885..1196a4043c9 100644 --- a/test/staging/sm/TypedArray/sort-negative-nan.js +++ b/test/staging/sm/TypedArray/sort-negative-nan.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort-non-function.js b/test/staging/sm/TypedArray/sort-non-function.js index 74953d1bde5..7af98f26219 100644 --- a/test/staging/sm/TypedArray/sort-non-function.js +++ b/test/staging/sm/TypedArray/sort-non-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_byteoffset.js b/test/staging/sm/TypedArray/sort_byteoffset.js index cfa4e191f80..356ff943256 100644 --- a/test/staging/sm/TypedArray/sort_byteoffset.js +++ b/test/staging/sm/TypedArray/sort_byteoffset.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_comparators.js b/test/staging/sm/TypedArray/sort_comparators.js index c4e0afd0644..51410f730e1 100644 --- a/test/staging/sm/TypedArray/sort_comparators.js +++ b/test/staging/sm/TypedArray/sort_comparators.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_compare_nan.js b/test/staging/sm/TypedArray/sort_compare_nan.js index 5d68c451c10..329e138360b 100644 --- a/test/staging/sm/TypedArray/sort_compare_nan.js +++ b/test/staging/sm/TypedArray/sort_compare_nan.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_errors.js b/test/staging/sm/TypedArray/sort_errors.js index 559b9ba91cb..027f2388e50 100644 --- a/test/staging/sm/TypedArray/sort_errors.js +++ b/test/staging/sm/TypedArray/sort_errors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_globals.js b/test/staging/sm/TypedArray/sort_globals.js index 963da895a8f..fa83fc63342 100644 --- a/test/staging/sm/TypedArray/sort_globals.js +++ b/test/staging/sm/TypedArray/sort_globals.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_large_countingsort.js b/test/staging/sm/TypedArray/sort_large_countingsort.js index b0b1b79d75e..00c1a3f2c02 100644 --- a/test/staging/sm/TypedArray/sort_large_countingsort.js +++ b/test/staging/sm/TypedArray/sort_large_countingsort.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_modifications.js b/test/staging/sm/TypedArray/sort_modifications.js index c9c917a1ea2..61fcb47546f 100644 --- a/test/staging/sm/TypedArray/sort_modifications.js +++ b/test/staging/sm/TypedArray/sort_modifications.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_small.js b/test/staging/sm/TypedArray/sort_small.js index 99e2838830a..0616ce5f7eb 100644 --- a/test/staging/sm/TypedArray/sort_small.js +++ b/test/staging/sm/TypedArray/sort_small.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_snans.js b/test/staging/sm/TypedArray/sort_snans.js index 8ddf7e96ce9..7812cc9e2e1 100644 --- a/test/staging/sm/TypedArray/sort_snans.js +++ b/test/staging/sm/TypedArray/sort_snans.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_sorted.js b/test/staging/sm/TypedArray/sort_sorted.js index a7c6fe96a35..a2f442b7cc5 100644 --- a/test/staging/sm/TypedArray/sort_sorted.js +++ b/test/staging/sm/TypedArray/sort_sorted.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sort_stable.js b/test/staging/sm/TypedArray/sort_stable.js index 56e2c393865..09cc47fde16 100644 --- a/test/staging/sm/TypedArray/sort_stable.js +++ b/test/staging/sm/TypedArray/sort_stable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/sorting_buffer_access.js b/test/staging/sm/TypedArray/sorting_buffer_access.js index 1ce18eb522c..00226549bb5 100644 --- a/test/staging/sm/TypedArray/sorting_buffer_access.js +++ b/test/staging/sm/TypedArray/sorting_buffer_access.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/subarray-species.js b/test/staging/sm/TypedArray/subarray-species.js index 96e6afc4fcd..72ed58a81ad 100644 --- a/test/staging/sm/TypedArray/subarray-species.js +++ b/test/staging/sm/TypedArray/subarray-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/subarray.js b/test/staging/sm/TypedArray/subarray.js index fb0ab881d34..7ef8714db33 100644 --- a/test/staging/sm/TypedArray/subarray.js +++ b/test/staging/sm/TypedArray/subarray.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/test-integrity-level-detached.js b/test/staging/sm/TypedArray/test-integrity-level-detached.js index b4cc8e02162..021a1bf6cb3 100644 --- a/test/staging/sm/TypedArray/test-integrity-level-detached.js +++ b/test/staging/sm/TypedArray/test-integrity-level-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/test-integrity-level.js b/test/staging/sm/TypedArray/test-integrity-level.js index b9a81780573..209561c1645 100644 --- a/test/staging/sm/TypedArray/test-integrity-level.js +++ b/test/staging/sm/TypedArray/test-integrity-level.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toLocaleString-detached.js b/test/staging/sm/TypedArray/toLocaleString-detached.js index 708d8b1b23f..ebd961955f3 100644 --- a/test/staging/sm/TypedArray/toLocaleString-detached.js +++ b/test/staging/sm/TypedArray/toLocaleString-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toLocaleString-nointl.js b/test/staging/sm/TypedArray/toLocaleString-nointl.js index c412a26f1dc..7db9e7df1f2 100644 --- a/test/staging/sm/TypedArray/toLocaleString-nointl.js +++ b/test/staging/sm/TypedArray/toLocaleString-nointl.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toLocaleString.js b/test/staging/sm/TypedArray/toLocaleString.js index 5769f0eb5f2..3e18cb78e47 100644 --- a/test/staging/sm/TypedArray/toLocaleString.js +++ b/test/staging/sm/TypedArray/toLocaleString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toReversed-detached.js b/test/staging/sm/TypedArray/toReversed-detached.js index 44ac0b2fb56..34dc04196f8 100644 --- a/test/staging/sm/TypedArray/toReversed-detached.js +++ b/test/staging/sm/TypedArray/toReversed-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toSorted-detached.js b/test/staging/sm/TypedArray/toSorted-detached.js index afc8656bef7..ba0a9726ab1 100644 --- a/test/staging/sm/TypedArray/toSorted-detached.js +++ b/test/staging/sm/TypedArray/toSorted-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toString.js b/test/staging/sm/TypedArray/toString.js index 8cd82aed2d8..1071a1e8994 100644 --- a/test/staging/sm/TypedArray/toString.js +++ b/test/staging/sm/TypedArray/toString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/toStringTag-cross-compartment.js b/test/staging/sm/TypedArray/toStringTag-cross-compartment.js index 0c253b678ee..4785f30833d 100644 --- a/test/staging/sm/TypedArray/toStringTag-cross-compartment.js +++ b/test/staging/sm/TypedArray/toStringTag-cross-compartment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/uint8clamped-constructor.js b/test/staging/sm/TypedArray/uint8clamped-constructor.js index 809ddb3c92d..099f4bb4684 100644 --- a/test/staging/sm/TypedArray/uint8clamped-constructor.js +++ b/test/staging/sm/TypedArray/uint8clamped-constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/values.js b/test/staging/sm/TypedArray/values.js index 76f0cbc1244..9801345821d 100644 --- a/test/staging/sm/TypedArray/values.js +++ b/test/staging/sm/TypedArray/values.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/with-detached.js b/test/staging/sm/TypedArray/with-detached.js index bf1ebcd8437..cf99ccddd5a 100644 --- a/test/staging/sm/TypedArray/with-detached.js +++ b/test/staging/sm/TypedArray/with-detached.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/with.js b/test/staging/sm/TypedArray/with.js index 17ed98fa823..3fcc81ce82b 100644 --- a/test/staging/sm/TypedArray/with.js +++ b/test/staging/sm/TypedArray/with.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js b/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js index 1c0450bed55..52f5b80b0af 100644 --- a/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js +++ b/test/staging/sm/TypedArray/write-out-of-bounds-tonumber.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-TypedArray-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-TypedArray-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/WeakMap/symbols.js b/test/staging/sm/WeakMap/symbols.js index 5dbfbd42add..e416cdf70b8 100644 --- a/test/staging/sm/WeakMap/symbols.js +++ b/test/staging/sm/WeakMap/symbols.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/argumentsLengthOpt.js b/test/staging/sm/argumentsLengthOpt.js index efe8f9948fa..6a94731b132 100644 --- a/test/staging/sm/argumentsLengthOpt.js +++ b/test/staging/sm/argumentsLengthOpt.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/async-contains-unicode-escape.js b/test/staging/sm/async-functions/async-contains-unicode-escape.js index c2f5740006d..6a2f0808e0a 100644 --- a/test/staging/sm/async-functions/async-contains-unicode-escape.js +++ b/test/staging/sm/async-functions/async-contains-unicode-escape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/async-function-declaration-in-modules.js b/test/staging/sm/async-functions/async-function-declaration-in-modules.js index 145bd112f5a..91f9c3c9fdb 100644 --- a/test/staging/sm/async-functions/async-function-declaration-in-modules.js +++ b/test/staging/sm/async-functions/async-function-declaration-in-modules.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module description: | diff --git a/test/staging/sm/async-functions/async-property-name-error.js b/test/staging/sm/async-functions/async-property-name-error.js index 03fe0f0ed84..99cfdc41c14 100644 --- a/test/staging/sm/async-functions/async-property-name-error.js +++ b/test/staging/sm/async-functions/async-property-name-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/await-error.js b/test/staging/sm/async-functions/await-error.js index 2d8981847aa..4c63ea78493 100644 --- a/test/staging/sm/async-functions/await-error.js +++ b/test/staging/sm/async-functions/await-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/await-in-arrow-parameters.js b/test/staging/sm/async-functions/await-in-arrow-parameters.js index 706cc493ee4..5e89f6349a1 100644 --- a/test/staging/sm/async-functions/await-in-arrow-parameters.js +++ b/test/staging/sm/async-functions/await-in-arrow-parameters.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/await-in-parameters-of-async-func.js b/test/staging/sm/async-functions/await-in-parameters-of-async-func.js index ab0d5c05251..b14b2a0fcf8 100644 --- a/test/staging/sm/async-functions/await-in-parameters-of-async-func.js +++ b/test/staging/sm/async-functions/await-in-parameters-of-async-func.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/constructor.js b/test/staging/sm/async-functions/constructor.js index 673c7482042..54e2e0cf2a2 100644 --- a/test/staging/sm/async-functions/constructor.js +++ b/test/staging/sm/async-functions/constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/create-function-parse-before-getprototype.js b/test/staging/sm/async-functions/create-function-parse-before-getprototype.js index e117470d39c..8e8030e45a5 100644 --- a/test/staging/sm/async-functions/create-function-parse-before-getprototype.js +++ b/test/staging/sm/async-functions/create-function-parse-before-getprototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/inner-caller.js b/test/staging/sm/async-functions/inner-caller.js index e8924d4c381..9e514d53669 100644 --- a/test/staging/sm/async-functions/inner-caller.js +++ b/test/staging/sm/async-functions/inner-caller.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/length.js b/test/staging/sm/async-functions/length.js index c6ab8ae06bd..915512b89a2 100644 --- a/test/staging/sm/async-functions/length.js +++ b/test/staging/sm/async-functions/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/no-expression-closure.js b/test/staging/sm/async-functions/no-expression-closure.js index 82e5f3d9fda..4404671ee2b 100644 --- a/test/staging/sm/async-functions/no-expression-closure.js +++ b/test/staging/sm/async-functions/no-expression-closure.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/property.js b/test/staging/sm/async-functions/property.js index 0598c748053..807ba3ded4f 100644 --- a/test/staging/sm/async-functions/property.js +++ b/test/staging/sm/async-functions/property.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/async-functions/toString.js b/test/staging/sm/async-functions/toString.js index 6fd7700d583..95a39454b5b 100644 --- a/test/staging/sm/async-functions/toString.js +++ b/test/staging/sm/async-functions/toString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/boundFunctionSubclassing.js b/test/staging/sm/class/boundFunctionSubclassing.js index 950adcf26cd..31d089311cb 100644 --- a/test/staging/sm/class/boundFunctionSubclassing.js +++ b/test/staging/sm/class/boundFunctionSubclassing.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/bytecodePatternMatching.js b/test/staging/sm/class/bytecodePatternMatching.js index ca9167825ad..3b2d9564b76 100644 --- a/test/staging/sm/class/bytecodePatternMatching.js +++ b/test/staging/sm/class/bytecodePatternMatching.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/classConstructorNoCall.js b/test/staging/sm/class/classConstructorNoCall.js index dc93587327e..16b8c23a41e 100644 --- a/test/staging/sm/class/classConstructorNoCall.js +++ b/test/staging/sm/class/classConstructorNoCall.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/classHeritage.js b/test/staging/sm/class/classHeritage.js index bf56bf3d447..1b48be8155d 100644 --- a/test/staging/sm/class/classHeritage.js +++ b/test/staging/sm/class/classHeritage.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/className.js b/test/staging/sm/class/className.js index 6e8b89d0581..f066f650dde 100644 --- a/test/staging/sm/class/className.js +++ b/test/staging/sm/class/className.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/classPrototype.js b/test/staging/sm/class/classPrototype.js index 41706a3b3d4..beef460a225 100644 --- a/test/staging/sm/class/classPrototype.js +++ b/test/staging/sm/class/classPrototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/compPropDestr.js b/test/staging/sm/class/compPropDestr.js index 02299f32f79..d38a9042f73 100644 --- a/test/staging/sm/class/compPropDestr.js +++ b/test/staging/sm/class/compPropDestr.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/compPropNames.js b/test/staging/sm/class/compPropNames.js index ab9474d8842..8b5d345c2c4 100644 --- a/test/staging/sm/class/compPropNames.js +++ b/test/staging/sm/class/compPropNames.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/constructorCalled.js b/test/staging/sm/class/constructorCalled.js index 85c1db84ab4..ad06efbec07 100644 --- a/test/staging/sm/class/constructorCalled.js +++ b/test/staging/sm/class/constructorCalled.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/defaultConstructorBase.js b/test/staging/sm/class/defaultConstructorBase.js index 9cef3138139..d9be05bb6ae 100644 --- a/test/staging/sm/class/defaultConstructorBase.js +++ b/test/staging/sm/class/defaultConstructorBase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/defaultConstructorDerivedSpread.js b/test/staging/sm/class/defaultConstructorDerivedSpread.js index 2a2c277c60f..c084a8afa52 100644 --- a/test/staging/sm/class/defaultConstructorDerivedSpread.js +++ b/test/staging/sm/class/defaultConstructorDerivedSpread.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/defaultConstructorNotCallable.js b/test/staging/sm/class/defaultConstructorNotCallable.js index def49a57f17..42e313713d5 100644 --- a/test/staging/sm/class/defaultConstructorNotCallable.js +++ b/test/staging/sm/class/defaultConstructorNotCallable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalBinding.js b/test/staging/sm/class/derivedConstructorArrowEvalBinding.js index 992bb66a49f..8f31166bf4b 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalBinding.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalBinding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalClosed.js b/test/staging/sm/class/derivedConstructorArrowEvalClosed.js index 67fab9157ac..11148704143 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalClosed.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalClosed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalEscape.js b/test/staging/sm/class/derivedConstructorArrowEvalEscape.js index e9e5d9b60d7..e66cc8d4486 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalEscape.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalEscape.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js b/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js index 3295acfe7d1..82d1e71965e 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalEscapeUninitialized.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js b/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js index dfcf569f193..34fcb18baf4 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalGetThis.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js b/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js index 74f52342838..a90fa33f120 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalNestedSuperCall.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js b/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js index 755145ba442..10fb021c48d 100644 --- a/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js +++ b/test/staging/sm/class/derivedConstructorArrowEvalSuperCall.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorInlining.js b/test/staging/sm/class/derivedConstructorInlining.js index 054110c69fd..90cd15703d0 100644 --- a/test/staging/sm/class/derivedConstructorInlining.js +++ b/test/staging/sm/class/derivedConstructorInlining.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorName.js b/test/staging/sm/class/derivedConstructorName.js index e9f9347dd75..2c8cc237c9e 100644 --- a/test/staging/sm/class/derivedConstructorName.js +++ b/test/staging/sm/class/derivedConstructorName.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorReturnPrimitive.js b/test/staging/sm/class/derivedConstructorReturnPrimitive.js index 091416604e0..4919b4840b0 100644 --- a/test/staging/sm/class/derivedConstructorReturnPrimitive.js +++ b/test/staging/sm/class/derivedConstructorReturnPrimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZExplicitThis.js b/test/staging/sm/class/derivedConstructorTDZExplicitThis.js index 4aed2955537..6dbe71bc039 100644 --- a/test/staging/sm/class/derivedConstructorTDZExplicitThis.js +++ b/test/staging/sm/class/derivedConstructorTDZExplicitThis.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZOffEdge.js b/test/staging/sm/class/derivedConstructorTDZOffEdge.js index 75555bf7ab7..ebf1b7a921f 100644 --- a/test/staging/sm/class/derivedConstructorTDZOffEdge.js +++ b/test/staging/sm/class/derivedConstructorTDZOffEdge.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js b/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js index a5547189c42..8e277e4bbdc 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnAliasedTry.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnObject.js b/test/staging/sm/class/derivedConstructorTDZReturnObject.js index 6508c24c259..278d76bf862 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnObject.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnObject.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnTry.js b/test/staging/sm/class/derivedConstructorTDZReturnTry.js index 22bfb8d47ed..6360337100d 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnTry.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnTry.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js b/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js index 4791024fe1a..a4779000c55 100644 --- a/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js +++ b/test/staging/sm/class/derivedConstructorTDZReturnUndefined.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/extendBuiltinConstructors.js b/test/staging/sm/class/extendBuiltinConstructors.js index 855e1e99e2b..e88da672039 100644 --- a/test/staging/sm/class/extendBuiltinConstructors.js +++ b/test/staging/sm/class/extendBuiltinConstructors.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-instance-class-name-binding-eval.js b/test/staging/sm/class/fields-instance-class-name-binding-eval.js index 643719a2b5a..ee760a653f5 100644 --- a/test/staging/sm/class/fields-instance-class-name-binding-eval.js +++ b/test/staging/sm/class/fields-instance-class-name-binding-eval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-instance-class-name-binding.js b/test/staging/sm/class/fields-instance-class-name-binding.js index 0fc07f1bb0b..8d92b668681 100644 --- a/test/staging/sm/class/fields-instance-class-name-binding.js +++ b/test/staging/sm/class/fields-instance-class-name-binding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-static-class-name-binding-eval.js b/test/staging/sm/class/fields-static-class-name-binding-eval.js index 50582ce56b3..68c85f0575e 100644 --- a/test/staging/sm/class/fields-static-class-name-binding-eval.js +++ b/test/staging/sm/class/fields-static-class-name-binding-eval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/fields-static-class-name-binding.js b/test/staging/sm/class/fields-static-class-name-binding.js index 094aa87bfcf..a2d202e126e 100644 --- a/test/staging/sm/class/fields-static-class-name-binding.js +++ b/test/staging/sm/class/fields-static-class-name-binding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/geterNoExprClosure.js b/test/staging/sm/class/geterNoExprClosure.js index 2c447c27bf7..60e00e16cb4 100644 --- a/test/staging/sm/class/geterNoExprClosure.js +++ b/test/staging/sm/class/geterNoExprClosure.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/innerBinding.js b/test/staging/sm/class/innerBinding.js index ea0e4707a7d..fc93bb0a945 100644 --- a/test/staging/sm/class/innerBinding.js +++ b/test/staging/sm/class/innerBinding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methDefn.js b/test/staging/sm/class/methDefn.js index 4629e936fb6..fbb15380a28 100644 --- a/test/staging/sm/class/methDefn.js +++ b/test/staging/sm/class/methDefn.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methDefnGen.js b/test/staging/sm/class/methDefnGen.js index 771ada50eca..d7625b89298 100644 --- a/test/staging/sm/class/methDefnGen.js +++ b/test/staging/sm/class/methDefnGen.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodInstallation.js b/test/staging/sm/class/methodInstallation.js index 3601b5e9466..ffb23b27d28 100644 --- a/test/staging/sm/class/methodInstallation.js +++ b/test/staging/sm/class/methodInstallation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodName.js b/test/staging/sm/class/methodName.js index f031132a798..a84d0375171 100644 --- a/test/staging/sm/class/methodName.js +++ b/test/staging/sm/class/methodName.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodOverwrites.js b/test/staging/sm/class/methodOverwrites.js index db5f9baf787..d2192b84cd2 100644 --- a/test/staging/sm/class/methodOverwrites.js +++ b/test/staging/sm/class/methodOverwrites.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/methodsPrototype.js b/test/staging/sm/class/methodsPrototype.js index 5957ead8cad..bc091da4626 100644 --- a/test/staging/sm/class/methodsPrototype.js +++ b/test/staging/sm/class/methodsPrototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetArgumentsIntact.js b/test/staging/sm/class/newTargetArgumentsIntact.js index 397da5d0fb2..17ebc852236 100644 --- a/test/staging/sm/class/newTargetArgumentsIntact.js +++ b/test/staging/sm/class/newTargetArgumentsIntact.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetArrow.js b/test/staging/sm/class/newTargetArrow.js index 6987b57b8f6..6071cb6ae39 100644 --- a/test/staging/sm/class/newTargetArrow.js +++ b/test/staging/sm/class/newTargetArrow.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetBound.js b/test/staging/sm/class/newTargetBound.js index f227ee1b740..46f40c9941b 100644 --- a/test/staging/sm/class/newTargetBound.js +++ b/test/staging/sm/class/newTargetBound.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetCCW.js b/test/staging/sm/class/newTargetCCW.js index 98c63702871..ac6bde6dbb4 100644 --- a/test/staging/sm/class/newTargetCCW.js +++ b/test/staging/sm/class/newTargetCCW.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetDVG.js b/test/staging/sm/class/newTargetDVG.js index dcf78dd3aea..9bd508a67e8 100644 --- a/test/staging/sm/class/newTargetDVG.js +++ b/test/staging/sm/class/newTargetDVG.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetDefaults.js b/test/staging/sm/class/newTargetDefaults.js index 84de0695cfa..0aa93936a9e 100644 --- a/test/staging/sm/class/newTargetDefaults.js +++ b/test/staging/sm/class/newTargetDefaults.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetDirectInvoke.js b/test/staging/sm/class/newTargetDirectInvoke.js index a6023cd7eaf..8e642e14520 100644 --- a/test/staging/sm/class/newTargetDirectInvoke.js +++ b/test/staging/sm/class/newTargetDirectInvoke.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetEval.js b/test/staging/sm/class/newTargetEval.js index 26b649f6166..2cbc4c5f0ac 100644 --- a/test/staging/sm/class/newTargetEval.js +++ b/test/staging/sm/class/newTargetEval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetGenerators.js b/test/staging/sm/class/newTargetGenerators.js index 07aadf3f63d..42173e636a5 100644 --- a/test/staging/sm/class/newTargetGenerators.js +++ b/test/staging/sm/class/newTargetGenerators.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetMethods.js b/test/staging/sm/class/newTargetMethods.js index 4af7f32242d..aecefa9c808 100644 --- a/test/staging/sm/class/newTargetMethods.js +++ b/test/staging/sm/class/newTargetMethods.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetNonFunction.js b/test/staging/sm/class/newTargetNonFunction.js index fbfb9ab8d44..0705f5da4d0 100644 --- a/test/staging/sm/class/newTargetNonFunction.js +++ b/test/staging/sm/class/newTargetNonFunction.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/newTargetProxyNative.js b/test/staging/sm/class/newTargetProxyNative.js index 514fb39be6e..a6e89470f6a 100644 --- a/test/staging/sm/class/newTargetProxyNative.js +++ b/test/staging/sm/class/newTargetProxyNative.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/parenExprToString.js b/test/staging/sm/class/parenExprToString.js index 697a82eb795..c5a602ed233 100644 --- a/test/staging/sm/class/parenExprToString.js +++ b/test/staging/sm/class/parenExprToString.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/staticConstructor.js b/test/staging/sm/class/staticConstructor.js index 94e9608369e..501ecaacb32 100644 --- a/test/staging/sm/class/staticConstructor.js +++ b/test/staging/sm/class/staticConstructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/staticMethods.js b/test/staging/sm/class/staticMethods.js index 4385b857576..86014167945 100644 --- a/test/staging/sm/class/staticMethods.js +++ b/test/staging/sm/class/staticMethods.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/strictExecution.js b/test/staging/sm/class/strictExecution.js index 450043364aa..ff3991f0e34 100644 --- a/test/staging/sm/class/strictExecution.js +++ b/test/staging/sm/class/strictExecution.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/stringConstructor.js b/test/staging/sm/class/stringConstructor.js index 84399f76d32..a82cf01ed8b 100644 --- a/test/staging/sm/class/stringConstructor.js +++ b/test/staging/sm/class/stringConstructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/subclassedArrayUnboxed.js b/test/staging/sm/class/subclassedArrayUnboxed.js index 5600e023a95..bd23acaeb13 100644 --- a/test/staging/sm/class/subclassedArrayUnboxed.js +++ b/test/staging/sm/class/subclassedArrayUnboxed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallBadDynamicSuperClass.js b/test/staging/sm/class/superCallBadDynamicSuperClass.js index 16ae69f70d4..f223c9ae314 100644 --- a/test/staging/sm/class/superCallBadDynamicSuperClass.js +++ b/test/staging/sm/class/superCallBadDynamicSuperClass.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallBadNewTargetPrototype.js b/test/staging/sm/class/superCallBadNewTargetPrototype.js index 631f49b7106..2ad830e0d36 100644 --- a/test/staging/sm/class/superCallBadNewTargetPrototype.js +++ b/test/staging/sm/class/superCallBadNewTargetPrototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallBaseInvoked.js b/test/staging/sm/class/superCallBaseInvoked.js index 69703584af8..a3729959ee2 100644 --- a/test/staging/sm/class/superCallBaseInvoked.js +++ b/test/staging/sm/class/superCallBaseInvoked.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallIllegal.js b/test/staging/sm/class/superCallIllegal.js index 20b7c9a60a8..6e2aacef2e2 100644 --- a/test/staging/sm/class/superCallIllegal.js +++ b/test/staging/sm/class/superCallIllegal.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallInvalidBase.js b/test/staging/sm/class/superCallInvalidBase.js index 6a24db01d58..b0a92c8d222 100644 --- a/test/staging/sm/class/superCallInvalidBase.js +++ b/test/staging/sm/class/superCallInvalidBase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallOrder.js b/test/staging/sm/class/superCallOrder.js index c60fd03b1ce..9731200869d 100644 --- a/test/staging/sm/class/superCallOrder.js +++ b/test/staging/sm/class/superCallOrder.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallProperBase.js b/test/staging/sm/class/superCallProperBase.js index cdb6cee9db6..4c531b77b24 100644 --- a/test/staging/sm/class/superCallProperBase.js +++ b/test/staging/sm/class/superCallProperBase.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallSpreadCall.js b/test/staging/sm/class/superCallSpreadCall.js index 370e334ebbe..c83d8ec7cec 100644 --- a/test/staging/sm/class/superCallSpreadCall.js +++ b/test/staging/sm/class/superCallSpreadCall.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superCallThisInit.js b/test/staging/sm/class/superCallThisInit.js index eb304f830ed..cf20c22ae0e 100644 --- a/test/staging/sm/class/superCallThisInit.js +++ b/test/staging/sm/class/superCallThisInit.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superElemDelete.js b/test/staging/sm/class/superElemDelete.js index b89caaeb414..1972915488f 100644 --- a/test/staging/sm/class/superElemDelete.js +++ b/test/staging/sm/class/superElemDelete.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicCalls.js b/test/staging/sm/class/superPropBasicCalls.js index d3f908602de..62da5bbadbb 100644 --- a/test/staging/sm/class/superPropBasicCalls.js +++ b/test/staging/sm/class/superPropBasicCalls.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicChain.js b/test/staging/sm/class/superPropBasicChain.js index 3e2be6218ba..d40aee417eb 100644 --- a/test/staging/sm/class/superPropBasicChain.js +++ b/test/staging/sm/class/superPropBasicChain.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicGetter.js b/test/staging/sm/class/superPropBasicGetter.js index 957c3e37710..817ca11e4cb 100644 --- a/test/staging/sm/class/superPropBasicGetter.js +++ b/test/staging/sm/class/superPropBasicGetter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropBasicNew.js b/test/staging/sm/class/superPropBasicNew.js index e7edb72aa9d..ae8660bc29c 100644 --- a/test/staging/sm/class/superPropBasicNew.js +++ b/test/staging/sm/class/superPropBasicNew.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropChains.js b/test/staging/sm/class/superPropChains.js index 577ec21fa4b..85558fd3e6c 100644 --- a/test/staging/sm/class/superPropChains.js +++ b/test/staging/sm/class/superPropChains.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDVG.js b/test/staging/sm/class/superPropDVG.js index b1c57c420a4..98b8f5313a5 100644 --- a/test/staging/sm/class/superPropDVG.js +++ b/test/staging/sm/class/superPropDVG.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDelete.js b/test/staging/sm/class/superPropDelete.js index 5882f6e8da7..920d14811c0 100644 --- a/test/staging/sm/class/superPropDelete.js +++ b/test/staging/sm/class/superPropDelete.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDerivedCalls.js b/test/staging/sm/class/superPropDerivedCalls.js index 66862a65f7b..aa37281c87a 100644 --- a/test/staging/sm/class/superPropDerivedCalls.js +++ b/test/staging/sm/class/superPropDerivedCalls.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropDestructuring.js b/test/staging/sm/class/superPropDestructuring.js index 27c72627154..372aaee4050 100644 --- a/test/staging/sm/class/superPropDestructuring.js +++ b/test/staging/sm/class/superPropDestructuring.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropEvalInsideArrow.js b/test/staging/sm/class/superPropEvalInsideArrow.js index 659eba197f5..6954f19945d 100644 --- a/test/staging/sm/class/superPropEvalInsideArrow.js +++ b/test/staging/sm/class/superPropEvalInsideArrow.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropEvalInsideNested.js b/test/staging/sm/class/superPropEvalInsideNested.js index cb8ea166696..70a17fa2fad 100644 --- a/test/staging/sm/class/superPropEvalInsideNested.js +++ b/test/staging/sm/class/superPropEvalInsideNested.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropFor.js b/test/staging/sm/class/superPropFor.js index 40ab4bf4133..4764629f015 100644 --- a/test/staging/sm/class/superPropFor.js +++ b/test/staging/sm/class/superPropFor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropHeavyweightArrow.js b/test/staging/sm/class/superPropHeavyweightArrow.js index 7f59efa9f9f..4b05d8be21c 100644 --- a/test/staging/sm/class/superPropHeavyweightArrow.js +++ b/test/staging/sm/class/superPropHeavyweightArrow.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropHomeObject.js b/test/staging/sm/class/superPropHomeObject.js index 0141d6386e1..fd5ca1c1cbd 100644 --- a/test/staging/sm/class/superPropHomeObject.js +++ b/test/staging/sm/class/superPropHomeObject.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropIncDecElem.js b/test/staging/sm/class/superPropIncDecElem.js index b24cb58d67a..9a92760a30f 100644 --- a/test/staging/sm/class/superPropIncDecElem.js +++ b/test/staging/sm/class/superPropIncDecElem.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropLazyInnerFunction.js b/test/staging/sm/class/superPropLazyInnerFunction.js index f04f40a6125..292ccba3f39 100644 --- a/test/staging/sm/class/superPropLazyInnerFunction.js +++ b/test/staging/sm/class/superPropLazyInnerFunction.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropNoOverwriting.js b/test/staging/sm/class/superPropNoOverwriting.js index 6b70e8f07a5..4d802fe7196 100644 --- a/test/staging/sm/class/superPropNoOverwriting.js +++ b/test/staging/sm/class/superPropNoOverwriting.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropOrdering.js b/test/staging/sm/class/superPropOrdering.js index d1f27f14fa5..04ac798e8cb 100644 --- a/test/staging/sm/class/superPropOrdering.js +++ b/test/staging/sm/class/superPropOrdering.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropProtoChanges.js b/test/staging/sm/class/superPropProtoChanges.js index 6e276085893..64310a20e53 100644 --- a/test/staging/sm/class/superPropProtoChanges.js +++ b/test/staging/sm/class/superPropProtoChanges.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropProxies.js b/test/staging/sm/class/superPropProxies.js index 048a84647d1..c089351cb20 100644 --- a/test/staging/sm/class/superPropProxies.js +++ b/test/staging/sm/class/superPropProxies.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropSkips.js b/test/staging/sm/class/superPropSkips.js index 77b4913a464..7f90fb9cf30 100644 --- a/test/staging/sm/class/superPropSkips.js +++ b/test/staging/sm/class/superPropSkips.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropStatics.js b/test/staging/sm/class/superPropStatics.js index 33a9433f695..0d0935482d0 100644 --- a/test/staging/sm/class/superPropStatics.js +++ b/test/staging/sm/class/superPropStatics.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superPropStrictAssign.js b/test/staging/sm/class/superPropStrictAssign.js index eefa1c033c5..cfd02794800 100644 --- a/test/staging/sm/class/superPropStrictAssign.js +++ b/test/staging/sm/class/superPropStrictAssign.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/superThisStrictNoBoxing.js b/test/staging/sm/class/superThisStrictNoBoxing.js index 95b5548f5c1..2198f7c5fcb 100644 --- a/test/staging/sm/class/superThisStrictNoBoxing.js +++ b/test/staging/sm/class/superThisStrictNoBoxing.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/class/uninitializedThisError.js b/test/staging/sm/class/uninitializedThisError.js index 5e21069cfce..4d75c3f461d 100644 --- a/test/staging/sm/class/uninitializedThisError.js +++ b/test/staging/sm/class/uninitializedThisError.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/array-default-class.js b/test/staging/sm/destructuring/array-default-class.js index e3beb955852..154deff1f8f 100644 --- a/test/staging/sm/destructuring/array-default-class.js +++ b/test/staging/sm/destructuring/array-default-class.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/array-iterator-close.js b/test/staging/sm/destructuring/array-iterator-close.js index c7c19bfc2bd..ff98cc7f07e 100644 --- a/test/staging/sm/destructuring/array-iterator-close.js +++ b/test/staging/sm/destructuring/array-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/bug1396261.js b/test/staging/sm/destructuring/bug1396261.js index d7b3d0367aa..0d20ab7a280 100644 --- a/test/staging/sm/destructuring/bug1396261.js +++ b/test/staging/sm/destructuring/bug1396261.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/constant-folding.js b/test/staging/sm/destructuring/constant-folding.js index d81456a1a33..baa11aa20ca 100644 --- a/test/staging/sm/destructuring/constant-folding.js +++ b/test/staging/sm/destructuring/constant-folding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/iterator-primitive.js b/test/staging/sm/destructuring/iterator-primitive.js index 0bf1f43d450..861c7b0c472 100644 --- a/test/staging/sm/destructuring/iterator-primitive.js +++ b/test/staging/sm/destructuring/iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/order-super.js b/test/staging/sm/destructuring/order-super.js index 947896d2ac9..766482c7f3f 100644 --- a/test/staging/sm/destructuring/order-super.js +++ b/test/staging/sm/destructuring/order-super.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/destructuring/order.js b/test/staging/sm/destructuring/order.js index f56dcb2831c..6ef50e5b3bb 100644 --- a/test/staging/sm/destructuring/order.js +++ b/test/staging/sm/destructuring/order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js index bdb30819d71..eac82ff791a 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-normalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js index 55fd18518de..23f50ad1beb 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-direct-strictcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js index 0ff8f4d2e8e..97d8c947bc7 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-normalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js index 8dd5cb7cf88..a5ab6d71861 100644 --- a/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-normalcaller-indirect-strictcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js index 801fe081017..7429834f5c4 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-normalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js index 4fb0f8a6240..88bc193bb9b 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-direct-strictcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js index 5aa5a2c160c..879abc55a93 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-normalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js index 3ff983d3dbc..a8c227dccd1 100644 --- a/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-fun-strictcaller-indirect-strictcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js index 273c2ba7111..63b49f3110c 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-normalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js index 358f13b5585..eeeac99caa0 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-direct-strictcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js index af05ce01248..99569bb02a0 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-normalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js index 1531a2ffa76..02ea3cf3be9 100644 --- a/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-normalcaller-indirect-strictcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js index a1d53da8bca..40613a03830 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-normalcode.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js index be57c19f641..1aa6d7969db 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-direct-strictcode.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js index ecb37a50b8e..35ef0e88f25 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-normalcode.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js index d5a42962ea8..afeea04b127 100644 --- a/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js +++ b/test/staging/sm/eval/exhaustive-global-strictcaller-indirect-strictcode.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/eval/line-terminator-paragraph-terminator.js b/test/staging/sm/eval/line-terminator-paragraph-terminator.js index 1511044500d..a06ddf21a9a 100644 --- a/test/staging/sm/eval/line-terminator-paragraph-terminator.js +++ b/test/staging/sm/eval/line-terminator-paragraph-terminator.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js b/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js index 93b6c60e44e..1e059099f76 100644 --- a/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js +++ b/test/staging/sm/eval/redeclared-arguments-in-param-expression-eval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/regress-531682.js b/test/staging/sm/eval/regress-531682.js index c099538ceea..a4cd37fa953 100644 --- a/test/staging/sm/eval/regress-531682.js +++ b/test/staging/sm/eval/regress-531682.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js b/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js index 7f420d4c0dd..262eb01f062 100644 --- a/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js +++ b/test/staging/sm/eval/undeclared-name-in-nested-strict-eval.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/expressions/11.1.5-01.js b/test/staging/sm/expressions/11.1.5-01.js index 07ce6b480f5..509245671dd 100644 --- a/test/staging/sm/expressions/11.1.5-01.js +++ b/test/staging/sm/expressions/11.1.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/ToPropertyKey-symbols.js b/test/staging/sm/expressions/ToPropertyKey-symbols.js index 8512436f3b2..3be1762d22e 100644 --- a/test/staging/sm/expressions/ToPropertyKey-symbols.js +++ b/test/staging/sm/expressions/ToPropertyKey-symbols.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/binary-literals.js b/test/staging/sm/expressions/binary-literals.js index 6447910ade2..7de70530b06 100644 --- a/test/staging/sm/expressions/binary-literals.js +++ b/test/staging/sm/expressions/binary-literals.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/computed-property-side-effects.js b/test/staging/sm/expressions/computed-property-side-effects.js index 7736c372c71..9abdf5413c9 100644 --- a/test/staging/sm/expressions/computed-property-side-effects.js +++ b/test/staging/sm/expressions/computed-property-side-effects.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/constant-folded-labeled-statement.js b/test/staging/sm/expressions/constant-folded-labeled-statement.js index e1bb4db5bfd..9a8be9f24eb 100644 --- a/test/staging/sm/expressions/constant-folded-labeled-statement.js +++ b/test/staging/sm/expressions/constant-folded-labeled-statement.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/delete-constant-folded-and-or.js b/test/staging/sm/expressions/delete-constant-folded-and-or.js index c607680893f..d6aed66f4b4 100644 --- a/test/staging/sm/expressions/delete-constant-folded-and-or.js +++ b/test/staging/sm/expressions/delete-constant-folded-and-or.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js b/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js index 239faba2548..a24260297f7 100644 --- a/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js +++ b/test/staging/sm/expressions/delete-name-parenthesized-early-error-strict-mode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-call.js b/test/staging/sm/expressions/destructuring-array-default-call.js index 4990b9c89f2..44b32fc9530 100644 --- a/test/staging/sm/expressions/destructuring-array-default-call.js +++ b/test/staging/sm/expressions/destructuring-array-default-call.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-class.js b/test/staging/sm/expressions/destructuring-array-default-class.js index 145349a8c6d..59d7f60e19b 100644 --- a/test/staging/sm/expressions/destructuring-array-default-class.js +++ b/test/staging/sm/expressions/destructuring-array-default-class.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-function-nested.js b/test/staging/sm/expressions/destructuring-array-default-function-nested.js index 428dbb4f946..02817788e7a 100644 --- a/test/staging/sm/expressions/destructuring-array-default-function-nested.js +++ b/test/staging/sm/expressions/destructuring-array-default-function-nested.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-function.js b/test/staging/sm/expressions/destructuring-array-default-function.js index 28d2e9649e2..80f346d280b 100644 --- a/test/staging/sm/expressions/destructuring-array-default-function.js +++ b/test/staging/sm/expressions/destructuring-array-default-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-simple.js b/test/staging/sm/expressions/destructuring-array-default-simple.js index f6c988ea79e..3ad918fb3cb 100644 --- a/test/staging/sm/expressions/destructuring-array-default-simple.js +++ b/test/staging/sm/expressions/destructuring-array-default-simple.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-default-yield.js b/test/staging/sm/expressions/destructuring-array-default-yield.js index 7c337de775e..5a501503895 100644 --- a/test/staging/sm/expressions/destructuring-array-default-yield.js +++ b/test/staging/sm/expressions/destructuring-array-default-yield.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-done.js b/test/staging/sm/expressions/destructuring-array-done.js index bb7ae48bd38..c92262d6b93 100644 --- a/test/staging/sm/expressions/destructuring-array-done.js +++ b/test/staging/sm/expressions/destructuring-array-done.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-array-lexical.js b/test/staging/sm/expressions/destructuring-array-lexical.js index fca645039fd..d06d45a04cd 100644 --- a/test/staging/sm/expressions/destructuring-array-lexical.js +++ b/test/staging/sm/expressions/destructuring-array-lexical.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-object-__proto__-1.js b/test/staging/sm/expressions/destructuring-object-__proto__-1.js index fc0f4ae74e2..f8b2d300f54 100644 --- a/test/staging/sm/expressions/destructuring-object-__proto__-1.js +++ b/test/staging/sm/expressions/destructuring-object-__proto__-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-object-__proto__-2.js b/test/staging/sm/expressions/destructuring-object-__proto__-2.js index 394b3ad1230..0d427b9cb51 100644 --- a/test/staging/sm/expressions/destructuring-object-__proto__-2.js +++ b/test/staging/sm/expressions/destructuring-object-__proto__-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/destructuring-pattern-parenthesized.js b/test/staging/sm/expressions/destructuring-pattern-parenthesized.js index 45e3b757e51..ebf4110ed14 100644 --- a/test/staging/sm/expressions/destructuring-pattern-parenthesized.js +++ b/test/staging/sm/expressions/destructuring-pattern-parenthesized.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js b/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js index 66a19466cc5..3e22c4bf138 100644 --- a/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js +++ b/test/staging/sm/expressions/exponentiation-unparenthesised-unary.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/inNotObjectError.js b/test/staging/sm/expressions/inNotObjectError.js index fc1b733b678..83f15910b00 100644 --- a/test/staging/sm/expressions/inNotObjectError.js +++ b/test/staging/sm/expressions/inNotObjectError.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/named-accessor-function.js b/test/staging/sm/expressions/named-accessor-function.js index 10519efd184..dd0fc8fe369 100644 --- a/test/staging/sm/expressions/named-accessor-function.js +++ b/test/staging/sm/expressions/named-accessor-function.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/nested-delete-name-in-evalcode.js b/test/staging/sm/expressions/nested-delete-name-in-evalcode.js index af6917ec9f7..aa923a3a8bf 100644 --- a/test/staging/sm/expressions/nested-delete-name-in-evalcode.js +++ b/test/staging/sm/expressions/nested-delete-name-in-evalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/nullish-coalescing.js b/test/staging/sm/expressions/nullish-coalescing.js index d52238631b9..214d09fe41f 100644 --- a/test/staging/sm/expressions/nullish-coalescing.js +++ b/test/staging/sm/expressions/nullish-coalescing.js @@ -4,7 +4,7 @@ /*--- features: - IsHTMLDDA -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-__proto__.js b/test/staging/sm/expressions/object-literal-__proto__.js index 97fc6e4211e..51e20b01c10 100644 --- a/test/staging/sm/expressions/object-literal-__proto__.js +++ b/test/staging/sm/expressions/object-literal-__proto__.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-accessor-arguments.js b/test/staging/sm/expressions/object-literal-accessor-arguments.js index 0c70f572fc2..0c947d3634a 100644 --- a/test/staging/sm/expressions/object-literal-accessor-arguments.js +++ b/test/staging/sm/expressions/object-literal-accessor-arguments.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-accessor-property-name.js b/test/staging/sm/expressions/object-literal-accessor-property-name.js index 4592ec059f7..da97b217d41 100644 --- a/test/staging/sm/expressions/object-literal-accessor-property-name.js +++ b/test/staging/sm/expressions/object-literal-accessor-property-name.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/object-literal-computed-property-evaluation.js b/test/staging/sm/expressions/object-literal-computed-property-evaluation.js index b64c5489364..c65f491c6b9 100644 --- a/test/staging/sm/expressions/object-literal-computed-property-evaluation.js +++ b/test/staging/sm/expressions/object-literal-computed-property-evaluation.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/octal-literals.js b/test/staging/sm/expressions/octal-literals.js index 4dee273ec56..e90e871acf4 100644 --- a/test/staging/sm/expressions/octal-literals.js +++ b/test/staging/sm/expressions/octal-literals.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-class-heritage.js b/test/staging/sm/expressions/optional-chain-class-heritage.js index b71b6acb07e..6e7f4e43178 100644 --- a/test/staging/sm/expressions/optional-chain-class-heritage.js +++ b/test/staging/sm/expressions/optional-chain-class-heritage.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-first-expression.js b/test/staging/sm/expressions/optional-chain-first-expression.js index 3802551bd0a..268102d9908 100644 --- a/test/staging/sm/expressions/optional-chain-first-expression.js +++ b/test/staging/sm/expressions/optional-chain-first-expression.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-super-elem.js b/test/staging/sm/expressions/optional-chain-super-elem.js index 9b17500a6ae..15732278eea 100644 --- a/test/staging/sm/expressions/optional-chain-super-elem.js +++ b/test/staging/sm/expressions/optional-chain-super-elem.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain-tdz.js b/test/staging/sm/expressions/optional-chain-tdz.js index fd5ba02d3ac..8c04cfed49f 100644 --- a/test/staging/sm/expressions/optional-chain-tdz.js +++ b/test/staging/sm/expressions/optional-chain-tdz.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/optional-chain.js b/test/staging/sm/expressions/optional-chain.js index c5688ac7ee7..307e6bea52b 100644 --- a/test/staging/sm/expressions/optional-chain.js +++ b/test/staging/sm/expressions/optional-chain.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/primitive-this-boxing-behavior.js b/test/staging/sm/expressions/primitive-this-boxing-behavior.js index 6f661573a22..b5e6471808b 100644 --- a/test/staging/sm/expressions/primitive-this-boxing-behavior.js +++ b/test/staging/sm/expressions/primitive-this-boxing-behavior.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js b/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js index d42c3f841f5..0225c5e85f9 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-anon-fns.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-const.js b/test/staging/sm/expressions/short-circuit-compound-assignment-const.js index 24189883cf6..cdbf57d26df 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-const.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-const.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js b/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js index fa8ba16fe76..3271f772ce5 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-property-key-evaluation.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js b/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js index fb582001588..3859e9b0804 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment-tdz.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/short-circuit-compound-assignment.js b/test/staging/sm/expressions/short-circuit-compound-assignment.js index 413fdea049d..4423a85b81b 100644 --- a/test/staging/sm/expressions/short-circuit-compound-assignment.js +++ b/test/staging/sm/expressions/short-circuit-compound-assignment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/string-literal-escape-sequences.js b/test/staging/sm/expressions/string-literal-escape-sequences.js index 733495be530..89c4eeb9ecf 100644 --- a/test/staging/sm/expressions/string-literal-escape-sequences.js +++ b/test/staging/sm/expressions/string-literal-escape-sequences.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/expressions/tagged-template-constant-folding.js b/test/staging/sm/expressions/tagged-template-constant-folding.js index d3dab1ec3fc..1d35f0afdbe 100644 --- a/test/staging/sm/expressions/tagged-template-constant-folding.js +++ b/test/staging/sm/expressions/tagged-template-constant-folding.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-expressions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-expressions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/8.12.5-01.js b/test/staging/sm/extensions/8.12.5-01.js index fe6e2193776..c98b8217881 100644 --- a/test/staging/sm/extensions/8.12.5-01.js +++ b/test/staging/sm/extensions/8.12.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js b/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js index d7f1f427e4e..da203d271f5 100644 --- a/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js +++ b/test/staging/sm/extensions/ArrayBuffer-slice-arguments-detaching.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/DataView-construct-arguments-detaching.js b/test/staging/sm/extensions/DataView-construct-arguments-detaching.js index b74b411f1ef..8ba1bfb42ae 100644 --- a/test/staging/sm/extensions/DataView-construct-arguments-detaching.js +++ b/test/staging/sm/extensions/DataView-construct-arguments-detaching.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/DataView-set-arguments-detaching.js b/test/staging/sm/extensions/DataView-set-arguments-detaching.js index c008df36dea..7c72e312e9d 100644 --- a/test/staging/sm/extensions/DataView-set-arguments-detaching.js +++ b/test/staging/sm/extensions/DataView-set-arguments-detaching.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js b/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js index 64278cfdfc7..8083895b64a 100644 --- a/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js +++ b/test/staging/sm/extensions/RegExp-error-message-skip-selfhosted-frames.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/String-match-flags.js b/test/staging/sm/extensions/String-match-flags.js index fd300bd7029..8df4fc90028 100644 --- a/test/staging/sm/extensions/String-match-flags.js +++ b/test/staging/sm/extensions/String-match-flags.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js b/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js index 5e81a4d8dc8..2376e516e38 100644 --- a/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js +++ b/test/staging/sm/extensions/TypedArray-set-object-funky-length-detaches.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js b/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js index e91070d4736..317a5161e99 100644 --- a/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js +++ b/test/staging/sm/extensions/TypedArray-subarray-arguments-detaching.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/__proto__.js b/test/staging/sm/extensions/__proto__.js index c9f7f9177f5..8fccd2df8f9 100644 --- a/test/staging/sm/extensions/__proto__.js +++ b/test/staging/sm/extensions/__proto__.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/arguments-property-access-in-function.js b/test/staging/sm/extensions/arguments-property-access-in-function.js index 1ae6d2d9b9c..090ef4ec770 100644 --- a/test/staging/sm/extensions/arguments-property-access-in-function.js +++ b/test/staging/sm/extensions/arguments-property-access-in-function.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/array-inherited-__proto__.js b/test/staging/sm/extensions/array-inherited-__proto__.js index 166786fcf4a..82df3f7e2d0 100644 --- a/test/staging/sm/extensions/array-inherited-__proto__.js +++ b/test/staging/sm/extensions/array-inherited-__proto__.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/array-length-protochange.js b/test/staging/sm/extensions/array-length-protochange.js index e4965fa67bb..3639667e418 100644 --- a/test/staging/sm/extensions/array-length-protochange.js +++ b/test/staging/sm/extensions/array-length-protochange.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/array-pop-proxy.js b/test/staging/sm/extensions/array-pop-proxy.js index 87959ed531c..f19432c93ab 100644 --- a/test/staging/sm/extensions/array-pop-proxy.js +++ b/test/staging/sm/extensions/array-pop-proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/arraybuffer-prototype.js b/test/staging/sm/extensions/arraybuffer-prototype.js index 6e8c28a13a4..2bd554233f2 100644 --- a/test/staging/sm/extensions/arraybuffer-prototype.js +++ b/test/staging/sm/extensions/arraybuffer-prototype.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/bug472534.js b/test/staging/sm/extensions/bug472534.js index 3821e18ea36..3a70488417a 100644 --- a/test/staging/sm/extensions/bug472534.js +++ b/test/staging/sm/extensions/bug472534.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/builtin-function-arguments-caller.js b/test/staging/sm/extensions/builtin-function-arguments-caller.js index dc1314a283d..ec5ad852767 100644 --- a/test/staging/sm/extensions/builtin-function-arguments-caller.js +++ b/test/staging/sm/extensions/builtin-function-arguments-caller.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/censor-strict-caller.js b/test/staging/sm/extensions/censor-strict-caller.js index bb242a93388..fbd402f56d1 100644 --- a/test/staging/sm/extensions/censor-strict-caller.js +++ b/test/staging/sm/extensions/censor-strict-caller.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/cross-global-eval-is-indirect.js b/test/staging/sm/extensions/cross-global-eval-is-indirect.js index 65f95e6f518..c1bbfcff84b 100644 --- a/test/staging/sm/extensions/cross-global-eval-is-indirect.js +++ b/test/staging/sm/extensions/cross-global-eval-is-indirect.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/extensions/dataview.js b/test/staging/sm/extensions/dataview.js index a13bedfc17c..5f6f9bbae99 100644 --- a/test/staging/sm/extensions/dataview.js +++ b/test/staging/sm/extensions/dataview.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/decompile-for-of.js b/test/staging/sm/extensions/decompile-for-of.js index 3c19085fbca..c597ce136d9 100644 --- a/test/staging/sm/extensions/decompile-for-of.js +++ b/test/staging/sm/extensions/decompile-for-of.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructure-accessor.js b/test/staging/sm/extensions/destructure-accessor.js index 17bb4eeb491..be5e366b0f1 100644 --- a/test/staging/sm/extensions/destructure-accessor.js +++ b/test/staging/sm/extensions/destructure-accessor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js index 4677166536f..86bf6b87fec 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js +++ b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment-before-var.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js index 2ffdbda7b97..da9f6603154 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js +++ b/test/staging/sm/extensions/destructuring-__proto__-shorthand-assignment.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js b/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js index dd6356139c0..d0ccc911c51 100644 --- a/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js +++ b/test/staging/sm/extensions/destructuring-__proto__-target-assignment.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/destructuring-for-inof-__proto__.js b/test/staging/sm/extensions/destructuring-for-inof-__proto__.js index 06c4471a6f2..18d6c0aae03 100644 --- a/test/staging/sm/extensions/destructuring-for-inof-__proto__.js +++ b/test/staging/sm/extensions/destructuring-for-inof-__proto__.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/element-setting-ToNumber-detaches.js b/test/staging/sm/extensions/element-setting-ToNumber-detaches.js index 2e77588a478..78bae6a18e5 100644 --- a/test/staging/sm/extensions/element-setting-ToNumber-detaches.js +++ b/test/staging/sm/extensions/element-setting-ToNumber-detaches.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/extensions/error-tostring-function.js b/test/staging/sm/extensions/error-tostring-function.js index c34bb04e249..58b84a20fb5 100644 --- a/test/staging/sm/extensions/error-tostring-function.js +++ b/test/staging/sm/extensions/error-tostring-function.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js b/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js index 6bd402da3b4..c38f26eeebd 100644 --- a/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js +++ b/test/staging/sm/extensions/es5ish-defineGetter-defineSetter.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/eval-native-callback-is-indirect.js b/test/staging/sm/extensions/eval-native-callback-is-indirect.js index 0fdd03c4876..634b36c4243 100644 --- a/test/staging/sm/extensions/eval-native-callback-is-indirect.js +++ b/test/staging/sm/extensions/eval-native-callback-is-indirect.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/expression-closure-syntax.js b/test/staging/sm/extensions/expression-closure-syntax.js index 63bfa2f8233..fdc9bd019d1 100644 --- a/test/staging/sm/extensions/expression-closure-syntax.js +++ b/test/staging/sm/extensions/expression-closure-syntax.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js b/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js index b84462eb497..3bfce35d99e 100644 --- a/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js +++ b/test/staging/sm/extensions/extension-methods-reject-null-undefined-this.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js b/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js index d9d47a62029..6e7423819b3 100644 --- a/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js +++ b/test/staging/sm/extensions/for-loop-with-lexical-declaration-and-nested-function-statement.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/function-caller-skips-eval-frames.js b/test/staging/sm/extensions/function-caller-skips-eval-frames.js index c481577e6f8..d1d94c78b07 100644 --- a/test/staging/sm/extensions/function-caller-skips-eval-frames.js +++ b/test/staging/sm/extensions/function-caller-skips-eval-frames.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/function-properties.js b/test/staging/sm/extensions/function-properties.js index 22d4b6fccdd..0ddbbf202fb 100644 --- a/test/staging/sm/extensions/function-properties.js +++ b/test/staging/sm/extensions/function-properties.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js b/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js index 412294d7311..bbd20460b41 100644 --- a/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js +++ b/test/staging/sm/extensions/getOwnPropertyNames-__proto__.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/inc-dec-functioncall.js b/test/staging/sm/extensions/inc-dec-functioncall.js index 5927a5095b7..2e9ea69529a 100644 --- a/test/staging/sm/extensions/inc-dec-functioncall.js +++ b/test/staging/sm/extensions/inc-dec-functioncall.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/keyword-unescaped-requirement.js b/test/staging/sm/extensions/keyword-unescaped-requirement.js index 4bc62b9ea7d..49a5bf8a5af 100644 --- a/test/staging/sm/extensions/keyword-unescaped-requirement.js +++ b/test/staging/sm/extensions/keyword-unescaped-requirement.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/mutable-proto-special-form.js b/test/staging/sm/extensions/mutable-proto-special-form.js index 3d4bfc0ea58..9321e569a94 100644 --- a/test/staging/sm/extensions/mutable-proto-special-form.js +++ b/test/staging/sm/extensions/mutable-proto-special-form.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/nested-delete-name-in-evalcode.js b/test/staging/sm/extensions/nested-delete-name-in-evalcode.js index 95bc1c97ac9..fe41704c35b 100644 --- a/test/staging/sm/extensions/nested-delete-name-in-evalcode.js +++ b/test/staging/sm/extensions/nested-delete-name-in-evalcode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/new-cross-compartment.js b/test/staging/sm/extensions/new-cross-compartment.js index d3dfc95a88c..21b24de9bdc 100644 --- a/test/staging/sm/extensions/new-cross-compartment.js +++ b/test/staging/sm/extensions/new-cross-compartment.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/new-parenthesization.js b/test/staging/sm/extensions/new-parenthesization.js index ae19953228b..9629736a562 100644 --- a/test/staging/sm/extensions/new-parenthesization.js +++ b/test/staging/sm/extensions/new-parenthesization.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/newer-type-functions-caller-arguments.js b/test/staging/sm/extensions/newer-type-functions-caller-arguments.js index fc80c8bce62..45628ef34bf 100644 --- a/test/staging/sm/extensions/newer-type-functions-caller-arguments.js +++ b/test/staging/sm/extensions/newer-type-functions-caller-arguments.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/proxy-array-target-length-definition.js b/test/staging/sm/extensions/proxy-array-target-length-definition.js index 4234bccdd86..ce51276e2eb 100644 --- a/test/staging/sm/extensions/proxy-array-target-length-definition.js +++ b/test/staging/sm/extensions/proxy-array-target-length-definition.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/proxy-enumeration.js b/test/staging/sm/extensions/proxy-enumeration.js index 8b00ef7eab2..a3989a5fc42 100644 --- a/test/staging/sm/extensions/proxy-enumeration.js +++ b/test/staging/sm/extensions/proxy-enumeration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/proxy-strict.js b/test/staging/sm/extensions/proxy-strict.js index 5e65c4fee6f..bd231e4f146 100644 --- a/test/staging/sm/extensions/proxy-strict.js +++ b/test/staging/sm/extensions/proxy-strict.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/quote-string-for-nul-character.js b/test/staging/sm/extensions/quote-string-for-nul-character.js index 67a1e943a9a..c7cf6fa1cc6 100644 --- a/test/staging/sm/extensions/quote-string-for-nul-character.js +++ b/test/staging/sm/extensions/quote-string-for-nul-character.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/recursion.js b/test/staging/sm/extensions/recursion.js index 9c1718ab04e..7301f812652 100644 --- a/test/staging/sm/extensions/recursion.js +++ b/test/staging/sm/extensions/recursion.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-455380.js b/test/staging/sm/extensions/regress-455380.js index 59e448e2d69..b193edb287d 100644 --- a/test/staging/sm/extensions/regress-455380.js +++ b/test/staging/sm/extensions/regress-455380.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-469625-01.js b/test/staging/sm/extensions/regress-469625-01.js index 2188ee9f494..9a1f454133e 100644 --- a/test/staging/sm/extensions/regress-469625-01.js +++ b/test/staging/sm/extensions/regress-469625-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-480579.js b/test/staging/sm/extensions/regress-480579.js index 046a9ec5c80..ccfbd29a109 100644 --- a/test/staging/sm/extensions/regress-480579.js +++ b/test/staging/sm/extensions/regress-480579.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-481516.js b/test/staging/sm/extensions/regress-481516.js index da0d48ab87a..44c73a79103 100644 --- a/test/staging/sm/extensions/regress-481516.js +++ b/test/staging/sm/extensions/regress-481516.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-591450.js b/test/staging/sm/extensions/regress-591450.js index 97f933c8fea..b0db373c5ff 100644 --- a/test/staging/sm/extensions/regress-591450.js +++ b/test/staging/sm/extensions/regress-591450.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-645160.js b/test/staging/sm/extensions/regress-645160.js index 620756102ec..4bbb1cac768 100644 --- a/test/staging/sm/extensions/regress-645160.js +++ b/test/staging/sm/extensions/regress-645160.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-650753.js b/test/staging/sm/extensions/regress-650753.js index d15bf92d78c..be6aa308375 100644 --- a/test/staging/sm/extensions/regress-650753.js +++ b/test/staging/sm/extensions/regress-650753.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/regress-bug629723.js b/test/staging/sm/extensions/regress-bug629723.js index 49d91fbe221..ea56358bea5 100644 --- a/test/staging/sm/extensions/regress-bug629723.js +++ b/test/staging/sm/extensions/regress-bug629723.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js b/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js index 9e9dca4bff6..4ad7789f5e5 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-array-nonnative.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-array.js b/test/staging/sm/extensions/reviver-mutates-holder-array.js index 69f26411793..c66ac1cc03d 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-array.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-array.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js b/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js index 9abc52b7b72..ca06b37073b 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-object-nonnative.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/reviver-mutates-holder-object.js b/test/staging/sm/extensions/reviver-mutates-holder-object.js index fd6bc8ac0d0..a8b83904b93 100644 --- a/test/staging/sm/extensions/reviver-mutates-holder-object.js +++ b/test/staging/sm/extensions/reviver-mutates-holder-object.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/set-property-non-extensible.js b/test/staging/sm/extensions/set-property-non-extensible.js index 46e933ae8bf..07e50f840a3 100644 --- a/test/staging/sm/extensions/set-property-non-extensible.js +++ b/test/staging/sm/extensions/set-property-non-extensible.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/extensions/shareddataview.js b/test/staging/sm/extensions/shareddataview.js index 642a2247957..d4897373215 100644 --- a/test/staging/sm/extensions/shareddataview.js +++ b/test/staging/sm/extensions/shareddataview.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/sps-generators.js b/test/staging/sm/extensions/sps-generators.js index 91466694018..96fb5ffb53f 100644 --- a/test/staging/sm/extensions/sps-generators.js +++ b/test/staging/sm/extensions/sps-generators.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js b/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js index ce2d9b7cdfa..9cc9cc10f61 100644 --- a/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js +++ b/test/staging/sm/extensions/string-literal-getter-setter-decompilation.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js b/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js index 82c4204f616..3692a013547 100644 --- a/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js +++ b/test/staging/sm/extensions/typedarray-copyWithin-arguments-detaching.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/typedarray-set-detach.js b/test/staging/sm/extensions/typedarray-set-detach.js index f9b7738e065..c999021c9a5 100644 --- a/test/staging/sm/extensions/typedarray-set-detach.js +++ b/test/staging/sm/extensions/typedarray-set-detach.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/typedarray-subarray-of-subarray.js b/test/staging/sm/extensions/typedarray-subarray-of-subarray.js index b51dad206dd..10f6ec91ba7 100644 --- a/test/staging/sm/extensions/typedarray-subarray-of-subarray.js +++ b/test/staging/sm/extensions/typedarray-subarray-of-subarray.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/extensions/weakmap.js b/test/staging/sm/extensions/weakmap.js index a88a08e4a2d..2f33adcccd4 100644 --- a/test/staging/sm/extensions/weakmap.js +++ b/test/staging/sm/extensions/weakmap.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-extensions-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-extensions-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/await-identifier-module-1.js b/test/staging/sm/fields/await-identifier-module-1.js index 3f49917cb91..a7fedc0fcba 100644 --- a/test/staging/sm/fields/await-identifier-module-1.js +++ b/test/staging/sm/fields/await-identifier-module-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/fields/await-identifier-module-2.js b/test/staging/sm/fields/await-identifier-module-2.js index eaf4ce0c421..8f2293adbde 100644 --- a/test/staging/sm/fields/await-identifier-module-2.js +++ b/test/staging/sm/fields/await-identifier-module-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/fields/await-identifier-module-3.js b/test/staging/sm/fields/await-identifier-module-3.js index 2cf78544766..0dc1b232ffa 100644 --- a/test/staging/sm/fields/await-identifier-module-3.js +++ b/test/staging/sm/fields/await-identifier-module-3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/fields/await-identifier-script.js b/test/staging/sm/fields/await-identifier-script.js index 5cf66db5e92..4075ff7d372 100644 --- a/test/staging/sm/fields/await-identifier-script.js +++ b/test/staging/sm/fields/await-identifier-script.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/bug1587574.js b/test/staging/sm/fields/bug1587574.js index fdb97624cef..87271434429 100644 --- a/test/staging/sm/fields/bug1587574.js +++ b/test/staging/sm/fields/bug1587574.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/init-order.js b/test/staging/sm/fields/init-order.js index b2614d83d18..5f02e31272c 100644 --- a/test/staging/sm/fields/init-order.js +++ b/test/staging/sm/fields/init-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/numeric-fields.js b/test/staging/sm/fields/numeric-fields.js index 587a816f143..0bb23ed11e1 100644 --- a/test/staging/sm/fields/numeric-fields.js +++ b/test/staging/sm/fields/numeric-fields.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/scopes.js b/test/staging/sm/fields/scopes.js index 3ec735c4e88..6b198848e75 100644 --- a/test/staging/sm/fields/scopes.js +++ b/test/staging/sm/fields/scopes.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/fields/unimplemented.js b/test/staging/sm/fields/unimplemented.js index 91c8383ed18..ba21a2c6ea8 100644 --- a/test/staging/sm/fields/unimplemented.js +++ b/test/staging/sm/fields/unimplemented.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/create-function-parse-before-getprototype.js b/test/staging/sm/generators/create-function-parse-before-getprototype.js index fd823b80837..44fca964976 100644 --- a/test/staging/sm/generators/create-function-parse-before-getprototype.js +++ b/test/staging/sm/generators/create-function-parse-before-getprototype.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-1.js b/test/staging/sm/generators/delegating-yield-1.js index 3455324d6fc..b846990b14c 100644 --- a/test/staging/sm/generators/delegating-yield-1.js +++ b/test/staging/sm/generators/delegating-yield-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-10.js b/test/staging/sm/generators/delegating-yield-10.js index baf2eb0c20b..aba94b29718 100644 --- a/test/staging/sm/generators/delegating-yield-10.js +++ b/test/staging/sm/generators/delegating-yield-10.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-11.js b/test/staging/sm/generators/delegating-yield-11.js index 16142683bc0..748c533079b 100644 --- a/test/staging/sm/generators/delegating-yield-11.js +++ b/test/staging/sm/generators/delegating-yield-11.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-12.js b/test/staging/sm/generators/delegating-yield-12.js index c6b1d0a1a70..b10817238be 100644 --- a/test/staging/sm/generators/delegating-yield-12.js +++ b/test/staging/sm/generators/delegating-yield-12.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-2.js b/test/staging/sm/generators/delegating-yield-2.js index fb6613c04ad..b234924c6b9 100644 --- a/test/staging/sm/generators/delegating-yield-2.js +++ b/test/staging/sm/generators/delegating-yield-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-3.js b/test/staging/sm/generators/delegating-yield-3.js index b8426e33a6a..a1026136f0c 100644 --- a/test/staging/sm/generators/delegating-yield-3.js +++ b/test/staging/sm/generators/delegating-yield-3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-4.js b/test/staging/sm/generators/delegating-yield-4.js index d10d8f0dcaf..fd08879e3a2 100644 --- a/test/staging/sm/generators/delegating-yield-4.js +++ b/test/staging/sm/generators/delegating-yield-4.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-5.js b/test/staging/sm/generators/delegating-yield-5.js index 5ac406b06be..4ab719abbb4 100644 --- a/test/staging/sm/generators/delegating-yield-5.js +++ b/test/staging/sm/generators/delegating-yield-5.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-6.js b/test/staging/sm/generators/delegating-yield-6.js index 9aef6657e61..d5ecd7e2d3d 100644 --- a/test/staging/sm/generators/delegating-yield-6.js +++ b/test/staging/sm/generators/delegating-yield-6.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-7.js b/test/staging/sm/generators/delegating-yield-7.js index c29bf0b1b00..da44cbc9356 100644 --- a/test/staging/sm/generators/delegating-yield-7.js +++ b/test/staging/sm/generators/delegating-yield-7.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-8.js b/test/staging/sm/generators/delegating-yield-8.js index d7372ed2ca6..076fbaa5a19 100644 --- a/test/staging/sm/generators/delegating-yield-8.js +++ b/test/staging/sm/generators/delegating-yield-8.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/delegating-yield-9.js b/test/staging/sm/generators/delegating-yield-9.js index 5d69b168e6b..f051c9eaa39 100644 --- a/test/staging/sm/generators/delegating-yield-9.js +++ b/test/staging/sm/generators/delegating-yield-9.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/gen-with-call-obj.js b/test/staging/sm/generators/gen-with-call-obj.js index 7855d63a15b..c4562def4aa 100644 --- a/test/staging/sm/generators/gen-with-call-obj.js +++ b/test/staging/sm/generators/gen-with-call-obj.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/iteration.js b/test/staging/sm/generators/iteration.js index 788bc94fa05..ce8ce2cca3d 100644 --- a/test/staging/sm/generators/iteration.js +++ b/test/staging/sm/generators/iteration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/iterator-next-non-object.js b/test/staging/sm/generators/iterator-next-non-object.js index c29431a511e..be9db20053f 100644 --- a/test/staging/sm/generators/iterator-next-non-object.js +++ b/test/staging/sm/generators/iterator-next-non-object.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/objects.js b/test/staging/sm/generators/objects.js index 8fb4022d061..d723bd7c86e 100644 --- a/test/staging/sm/generators/objects.js +++ b/test/staging/sm/generators/objects.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/regress-366941.js b/test/staging/sm/generators/regress-366941.js index d8a497230af..e7fa7b94431 100644 --- a/test/staging/sm/generators/regress-366941.js +++ b/test/staging/sm/generators/regress-366941.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/return-finally.js b/test/staging/sm/generators/return-finally.js index 06e82ec43f6..4303ec6c048 100644 --- a/test/staging/sm/generators/return-finally.js +++ b/test/staging/sm/generators/return-finally.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/runtime.js b/test/staging/sm/generators/runtime.js index 203637de4e4..20b552dc67b 100644 --- a/test/staging/sm/generators/runtime.js +++ b/test/staging/sm/generators/runtime.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/syntax.js b/test/staging/sm/generators/syntax.js index 6391cc10540..5c9197f342e 100644 --- a/test/staging/sm/generators/syntax.js +++ b/test/staging/sm/generators/syntax.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-error.js b/test/staging/sm/generators/yield-error.js index f321eb334b2..85d8bda2676 100644 --- a/test/staging/sm/generators/yield-error.js +++ b/test/staging/sm/generators/yield-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-iterator-close.js b/test/staging/sm/generators/yield-iterator-close.js index 0510cbf0c3f..9bbbbbbbaff 100644 --- a/test/staging/sm/generators/yield-iterator-close.js +++ b/test/staging/sm/generators/yield-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-non-regexp.js b/test/staging/sm/generators/yield-non-regexp.js index 1648674a00a..f8f1318c01d 100644 --- a/test/staging/sm/generators/yield-non-regexp.js +++ b/test/staging/sm/generators/yield-non-regexp.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-star-iterator-close.js b/test/staging/sm/generators/yield-star-iterator-close.js index a77f3a16305..df8ae9d79e9 100644 --- a/test/staging/sm/generators/yield-star-iterator-close.js +++ b/test/staging/sm/generators/yield-star-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-star-iterator-primitive.js b/test/staging/sm/generators/yield-star-iterator-primitive.js index 5ddf4434553..66ea88c2ad2 100644 --- a/test/staging/sm/generators/yield-star-iterator-primitive.js +++ b/test/staging/sm/generators/yield-star-iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/generators/yield-star-throw-htmldda.js b/test/staging/sm/generators/yield-star-throw-htmldda.js index 1550d10158b..7d69c9a06a2 100644 --- a/test/staging/sm/generators/yield-star-throw-htmldda.js +++ b/test/staging/sm/generators/yield-star-throw-htmldda.js @@ -4,7 +4,7 @@ /*--- features: - IsHTMLDDA -includes: [sm/non262-generators-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-generators-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/adding-global-var-nonextensible-error.js b/test/staging/sm/global/adding-global-var-nonextensible-error.js index 57c79c663df..0867cafae90 100644 --- a/test/staging/sm/global/adding-global-var-nonextensible-error.js +++ b/test/staging/sm/global/adding-global-var-nonextensible-error.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/global/bug-320887.js b/test/staging/sm/global/bug-320887.js index 572e98635d4..ae91437ae6b 100644 --- a/test/staging/sm/global/bug-320887.js +++ b/test/staging/sm/global/bug-320887.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/bug660612.js b/test/staging/sm/global/bug660612.js index c200dfa4a80..c776909cf56 100644 --- a/test/staging/sm/global/bug660612.js +++ b/test/staging/sm/global/bug660612.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js b/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js index f9b7bb6fa39..9b887e39a00 100644 --- a/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js +++ b/test/staging/sm/global/decodeURI-decodes-FFFE-FFFF.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/delete-global-NaN-property.js b/test/staging/sm/global/delete-global-NaN-property.js index ca4ca04b955..5973a877ed6 100644 --- a/test/staging/sm/global/delete-global-NaN-property.js +++ b/test/staging/sm/global/delete-global-NaN-property.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/global/direct-eval-but-not.js b/test/staging/sm/global/direct-eval-but-not.js index 27c8b54a9d5..87461817edf 100644 --- a/test/staging/sm/global/direct-eval-but-not.js +++ b/test/staging/sm/global/direct-eval-but-not.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-01.js b/test/staging/sm/global/eval-01.js index 33322a823b0..09e305fabbc 100644 --- a/test/staging/sm/global/eval-01.js +++ b/test/staging/sm/global/eval-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-02.js b/test/staging/sm/global/eval-02.js index ad06e925bc9..094ba72903d 100644 --- a/test/staging/sm/global/eval-02.js +++ b/test/staging/sm/global/eval-02.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js b/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js index 3345c482ea8..3b8281f2acc 100644 --- a/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js +++ b/test/staging/sm/global/eval-in-strict-eval-in-normal-function.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-inside-with-is-direct.js b/test/staging/sm/global/eval-inside-with-is-direct.js index 43257a474c4..eab1c5c4661 100644 --- a/test/staging/sm/global/eval-inside-with-is-direct.js +++ b/test/staging/sm/global/eval-inside-with-is-direct.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/eval-native-callback-is-indirect.js b/test/staging/sm/global/eval-native-callback-is-indirect.js index 33ea31028c9..35879f5f650 100644 --- a/test/staging/sm/global/eval-native-callback-is-indirect.js +++ b/test/staging/sm/global/eval-native-callback-is-indirect.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/globalThis-enumeration.js b/test/staging/sm/global/globalThis-enumeration.js index e3422ddd0f9..3c2b543ecc1 100644 --- a/test/staging/sm/global/globalThis-enumeration.js +++ b/test/staging/sm/global/globalThis-enumeration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parenthesized-eval-is-direct.js b/test/staging/sm/global/parenthesized-eval-is-direct.js index c513059450f..b9625e1f80b 100644 --- a/test/staging/sm/global/parenthesized-eval-is-direct.js +++ b/test/staging/sm/global/parenthesized-eval-is-direct.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parseFloat-01.js b/test/staging/sm/global/parseFloat-01.js index 41a6f416a56..50295df6054 100644 --- a/test/staging/sm/global/parseFloat-01.js +++ b/test/staging/sm/global/parseFloat-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parseInt-01.js b/test/staging/sm/global/parseInt-01.js index 5de98e91f07..57ac390e811 100644 --- a/test/staging/sm/global/parseInt-01.js +++ b/test/staging/sm/global/parseInt-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/global/parseInt-default-to-decimal.js b/test/staging/sm/global/parseInt-default-to-decimal.js index 92fb4cc381f..93ad4c208be 100644 --- a/test/staging/sm/global/parseInt-default-to-decimal.js +++ b/test/staging/sm/global/parseInt-default-to-decimal.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js index d73905883aa..a8a21d4d708 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-arguments.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js index 852df568739..dac51b0409d 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-eval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js index ecec0890f6e..1657110a314 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-generators.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js index 2cdeb5c0e6a..69432269ae8 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-if.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js index f898e1baa60..76a4205cca2 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-label.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js index 828c832a1e7..a99ec5ed630 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-notapplicable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js index f5f153f481c..be9fbb24213 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-parameter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js index b4a91c5cbb7..86e8d800bf3 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-same-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js index b8a47258303..e7d8b974bb7 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b-with.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js index 05b11aa73aa..98230d749e1 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-annex-b.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js b/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js index ab69264916a..e1972bd8254 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-deprecated-redecl.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js b/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js index ee9838c9e2b..09b3b9327e0 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-hoisted-tdz.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/block-scoped-functions-strict.js b/test/staging/sm/lexical-environment/block-scoped-functions-strict.js index 4f22db4bde0..eec916ebed9 100644 --- a/test/staging/sm/lexical-environment/block-scoped-functions-strict.js +++ b/test/staging/sm/lexical-environment/block-scoped-functions-strict.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/lexical-environment/bug-1216623.js b/test/staging/sm/lexical-environment/bug-1216623.js index c32e40a518a..d719e6ec0e6 100644 --- a/test/staging/sm/lexical-environment/bug-1216623.js +++ b/test/staging/sm/lexical-environment/bug-1216623.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/catch-body.js b/test/staging/sm/lexical-environment/catch-body.js index 8421fbae840..c830cff6889 100644 --- a/test/staging/sm/lexical-environment/catch-body.js +++ b/test/staging/sm/lexical-environment/catch-body.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js b/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js index fab13852639..ee223075301 100644 --- a/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js +++ b/test/staging/sm/lexical-environment/const-declaration-in-for-loop.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/eval-has-lexical-environment.js b/test/staging/sm/lexical-environment/eval-has-lexical-environment.js index f3064932c84..0d3d490100b 100644 --- a/test/staging/sm/lexical-environment/eval-has-lexical-environment.js +++ b/test/staging/sm/lexical-environment/eval-has-lexical-environment.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js b/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js index f8ef0df6f5c..8641f488317 100644 --- a/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js +++ b/test/staging/sm/lexical-environment/for-loop-with-bindings-added-at-runtime.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/for-loop.js b/test/staging/sm/lexical-environment/for-loop.js index fee0df10ec8..3b47598ba07 100644 --- a/test/staging/sm/lexical-environment/for-loop.js +++ b/test/staging/sm/lexical-environment/for-loop.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/implicit-this-in-with.js b/test/staging/sm/lexical-environment/implicit-this-in-with.js index 7658cda9f2e..cc15767c294 100644 --- a/test/staging/sm/lexical-environment/implicit-this-in-with.js +++ b/test/staging/sm/lexical-environment/implicit-this-in-with.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-basics.js b/test/staging/sm/lexical-environment/unscopables-basics.js index 1544bc2ffc5..0cea35d8226 100644 --- a/test/staging/sm/lexical-environment/unscopables-basics.js +++ b/test/staging/sm/lexical-environment/unscopables-basics.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-closures.js b/test/staging/sm/lexical-environment/unscopables-closures.js index efeae85a375..c142e13bbcc 100644 --- a/test/staging/sm/lexical-environment/unscopables-closures.js +++ b/test/staging/sm/lexical-environment/unscopables-closures.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-const.js b/test/staging/sm/lexical-environment/unscopables-const.js index 6ff2a4f93b1..3c781a13104 100644 --- a/test/staging/sm/lexical-environment/unscopables-const.js +++ b/test/staging/sm/lexical-environment/unscopables-const.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-delete.js b/test/staging/sm/lexical-environment/unscopables-delete.js index b26531a442d..0b58dbf05cc 100644 --- a/test/staging/sm/lexical-environment/unscopables-delete.js +++ b/test/staging/sm/lexical-environment/unscopables-delete.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-getters.js b/test/staging/sm/lexical-environment/unscopables-getters.js index ca6d4822987..4edb9769e3b 100644 --- a/test/staging/sm/lexical-environment/unscopables-getters.js +++ b/test/staging/sm/lexical-environment/unscopables-getters.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-global.js b/test/staging/sm/lexical-environment/unscopables-global.js index 539548244b3..a8bb515af3b 100644 --- a/test/staging/sm/lexical-environment/unscopables-global.js +++ b/test/staging/sm/lexical-environment/unscopables-global.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-ignored.js b/test/staging/sm/lexical-environment/unscopables-ignored.js index 7ee63fd81d6..5d7cadb72ea 100644 --- a/test/staging/sm/lexical-environment/unscopables-ignored.js +++ b/test/staging/sm/lexical-environment/unscopables-ignored.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-miss.js b/test/staging/sm/lexical-environment/unscopables-miss.js index 0d52bd61537..0f9e0d9f802 100644 --- a/test/staging/sm/lexical-environment/unscopables-miss.js +++ b/test/staging/sm/lexical-environment/unscopables-miss.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js b/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js index cca4b71bc80..23be96f9246 100644 --- a/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js +++ b/test/staging/sm/lexical-environment/unscopables-mutation-frozen.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-proto.js b/test/staging/sm/lexical-environment/unscopables-proto.js index cb20ee00237..dfa63d04ff4 100644 --- a/test/staging/sm/lexical-environment/unscopables-proto.js +++ b/test/staging/sm/lexical-environment/unscopables-proto.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-proxy.js b/test/staging/sm/lexical-environment/unscopables-proxy.js index 53b3e6c7f81..13eb9c2e578 100644 --- a/test/staging/sm/lexical-environment/unscopables-proxy.js +++ b/test/staging/sm/lexical-environment/unscopables-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/unscopables-tdz.js b/test/staging/sm/lexical-environment/unscopables-tdz.js index ba988697887..4ff233e8db0 100644 --- a/test/staging/sm/lexical-environment/unscopables-tdz.js +++ b/test/staging/sm/lexical-environment/unscopables-tdz.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js b/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js index 908c90b60e9..37f5002e593 100644 --- a/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js +++ b/test/staging/sm/lexical-environment/var-in-catch-body-annex-b-eval.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js b/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js index f02d8b19581..acdd9543bc6 100644 --- a/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js +++ b/test/staging/sm/lexical-environment/with-global-ignores-global-let-variables.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/literals/numeric/idstart-after-numeric.js b/test/staging/sm/literals/numeric/idstart-after-numeric.js index aad8633bd98..0a1cbd7607b 100644 --- a/test/staging/sm/literals/numeric/idstart-after-numeric.js +++ b/test/staging/sm/literals/numeric/idstart-after-numeric.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/bug1126318.js b/test/staging/sm/misc/bug1126318.js index 646c9b54b57..9f153c72ac2 100644 --- a/test/staging/sm/misc/bug1126318.js +++ b/test/staging/sm/misc/bug1126318.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js b/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js index b53ae04f367..1a63a2ab35c 100644 --- a/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js +++ b/test/staging/sm/misc/builtin-methods-reject-null-undefined-this.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/enumerate-undefined.js b/test/staging/sm/misc/enumerate-undefined.js index 0b1707a45b7..086e844083e 100644 --- a/test/staging/sm/misc/enumerate-undefined.js +++ b/test/staging/sm/misc/enumerate-undefined.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/error-undefined-message.js b/test/staging/sm/misc/error-undefined-message.js index 69fed824a49..55b82dd477f 100644 --- a/test/staging/sm/misc/error-undefined-message.js +++ b/test/staging/sm/misc/error-undefined-message.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/explicit-undefined-optional-argument.js b/test/staging/sm/misc/explicit-undefined-optional-argument.js index 991d7539df9..5cb2e207ffc 100644 --- a/test/staging/sm/misc/explicit-undefined-optional-argument.js +++ b/test/staging/sm/misc/explicit-undefined-optional-argument.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/function-definition-eval.js b/test/staging/sm/misc/function-definition-eval.js index 0d48c65dbf4..d909ce96d1e 100644 --- a/test/staging/sm/misc/function-definition-eval.js +++ b/test/staging/sm/misc/function-definition-eval.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/future-reserved-words.js b/test/staging/sm/misc/future-reserved-words.js index a17ae7248eb..d920a3ff125 100644 --- a/test/staging/sm/misc/future-reserved-words.js +++ b/test/staging/sm/misc/future-reserved-words.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/getter-setter-outerize-this.js b/test/staging/sm/misc/getter-setter-outerize-this.js index fc76cfa2e9d..0e5e7f35aee 100644 --- a/test/staging/sm/misc/getter-setter-outerize-this.js +++ b/test/staging/sm/misc/getter-setter-outerize-this.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/global-numeric-properties.js b/test/staging/sm/misc/global-numeric-properties.js index 5d860c2d6d4..7a3f8608d49 100644 --- a/test/staging/sm/misc/global-numeric-properties.js +++ b/test/staging/sm/misc/global-numeric-properties.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js b/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js index 8edddbaa0b4..28c47075751 100644 --- a/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js +++ b/test/staging/sm/misc/line-paragraph-separator-parse-as-lineterminator.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/new-with-non-constructor.js b/test/staging/sm/misc/new-with-non-constructor.js index e8f2b5e34ea..0457db7d588 100644 --- a/test/staging/sm/misc/new-with-non-constructor.js +++ b/test/staging/sm/misc/new-with-non-constructor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/redeclare-var-non-writable-property.js b/test/staging/sm/misc/redeclare-var-non-writable-property.js index 7214924fe5d..b6a7bb11f0c 100644 --- a/test/staging/sm/misc/redeclare-var-non-writable-property.js +++ b/test/staging/sm/misc/redeclare-var-non-writable-property.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/regexp-functions-with-undefined.js b/test/staging/sm/misc/regexp-functions-with-undefined.js index 61bdd5a8e4c..6dd826fb03c 100644 --- a/test/staging/sm/misc/regexp-functions-with-undefined.js +++ b/test/staging/sm/misc/regexp-functions-with-undefined.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/syntax-error-end-of-for-head-part.js b/test/staging/sm/misc/syntax-error-end-of-for-head-part.js index b7ed3b0dc3e..7d9f6ebf5e1 100644 --- a/test/staging/sm/misc/syntax-error-end-of-for-head-part.js +++ b/test/staging/sm/misc/syntax-error-end-of-for-head-part.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unicode-escaped-keyword.js b/test/staging/sm/misc/unicode-escaped-keyword.js index 7c52e382152..8b55fc14971 100644 --- a/test/staging/sm/misc/unicode-escaped-keyword.js +++ b/test/staging/sm/misc/unicode-escaped-keyword.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unicode-identifier-1d17.js b/test/staging/sm/misc/unicode-identifier-1d17.js index ef1770de050..f81affe1fe7 100644 --- a/test/staging/sm/misc/unicode-identifier-1d17.js +++ b/test/staging/sm/misc/unicode-identifier-1d17.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unicode-identifier-82f1.js b/test/staging/sm/misc/unicode-identifier-82f1.js index 6a17744ec0e..86fd3f5fb38 100644 --- a/test/staging/sm/misc/unicode-identifier-82f1.js +++ b/test/staging/sm/misc/unicode-identifier-82f1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/misc/unwrapped-no-such-method.js b/test/staging/sm/misc/unwrapped-no-such-method.js index 6d6ff47a3af..3a800d06298 100644 --- a/test/staging/sm/misc/unwrapped-no-such-method.js +++ b/test/staging/sm/misc/unwrapped-no-such-method.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/module/await-restricted-nested.js b/test/staging/sm/module/await-restricted-nested.js index 2375df81100..9a988d6025b 100644 --- a/test/staging/sm/module/await-restricted-nested.js +++ b/test/staging/sm/module/await-restricted-nested.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/module/bug1488117.js b/test/staging/sm/module/bug1488117.js index 179d0288e22..d02c596fb10 100644 --- a/test/staging/sm/module/bug1488117.js +++ b/test/staging/sm/module/bug1488117.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module description: | diff --git a/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js b/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js index c93c54d52d9..639f73ee73b 100644 --- a/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js +++ b/test/staging/sm/module/duplicate-exported-names-in-single-export-declaration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js b/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js index d468b55ad5a..9b688fdb677 100644 --- a/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js +++ b/test/staging/sm/module/duplicate-exported-names-in-single-export-var-declaration.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module negative: diff --git a/test/staging/sm/module/module-export-name-star.js b/test/staging/sm/module/module-export-name-star.js index 0934b6785d5..8a3e6041a8c 100644 --- a/test/staging/sm/module/module-export-name-star.js +++ b/test/staging/sm/module/module-export-name-star.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - module description: | diff --git a/test/staging/sm/object/15.2.3.12.js b/test/staging/sm/object/15.2.3.12.js index 09eea3bf3ed..572958f94ca 100644 --- a/test/staging/sm/object/15.2.3.12.js +++ b/test/staging/sm/object/15.2.3.12.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.14-01.js b/test/staging/sm/object/15.2.3.14-01.js index 532234d5de0..3aa9a5850f0 100644 --- a/test/staging/sm/object/15.2.3.14-01.js +++ b/test/staging/sm/object/15.2.3.14-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-01.js b/test/staging/sm/object/15.2.3.4-01.js index a805186536f..e5c05f6fe7a 100644 --- a/test/staging/sm/object/15.2.3.4-01.js +++ b/test/staging/sm/object/15.2.3.4-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-02.js b/test/staging/sm/object/15.2.3.4-02.js index 50b31c876da..306c78e3bb3 100644 --- a/test/staging/sm/object/15.2.3.4-02.js +++ b/test/staging/sm/object/15.2.3.4-02.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-03.js b/test/staging/sm/object/15.2.3.4-03.js index 52c1662c28c..79be332374a 100644 --- a/test/staging/sm/object/15.2.3.4-03.js +++ b/test/staging/sm/object/15.2.3.4-03.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.4-04.js b/test/staging/sm/object/15.2.3.4-04.js index 0ecf97abde8..93ea7e2ad60 100644 --- a/test/staging/sm/object/15.2.3.4-04.js +++ b/test/staging/sm/object/15.2.3.4-04.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.5-01.js b/test/staging/sm/object/15.2.3.5-01.js index 8d544450f91..154a77bb54d 100644 --- a/test/staging/sm/object/15.2.3.5-01.js +++ b/test/staging/sm/object/15.2.3.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.6-define-over-method.js b/test/staging/sm/object/15.2.3.6-define-over-method.js index 3b1d953f3e5..f06540b9fd5 100644 --- a/test/staging/sm/object/15.2.3.6-define-over-method.js +++ b/test/staging/sm/object/15.2.3.6-define-over-method.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.7-01.js b/test/staging/sm/object/15.2.3.7-01.js index 4a97c76d1b0..e4582852aab 100644 --- a/test/staging/sm/object/15.2.3.7-01.js +++ b/test/staging/sm/object/15.2.3.7-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/15.2.3.9.js b/test/staging/sm/object/15.2.3.9.js index 6613293895b..bb4acb6f4d6 100644 --- a/test/staging/sm/object/15.2.3.9.js +++ b/test/staging/sm/object/15.2.3.9.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/accessor-arguments-rest.js b/test/staging/sm/object/accessor-arguments-rest.js index b8dfe338c8f..6e6d8fb10b9 100644 --- a/test/staging/sm/object/accessor-arguments-rest.js +++ b/test/staging/sm/object/accessor-arguments-rest.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/accessor-name.js b/test/staging/sm/object/accessor-name.js index c4d942380e0..a6e0c2488bb 100644 --- a/test/staging/sm/object/accessor-name.js +++ b/test/staging/sm/object/accessor-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/accessor-non-constructor.js b/test/staging/sm/object/accessor-non-constructor.js index 472cd449707..09fce52514e 100644 --- a/test/staging/sm/object/accessor-non-constructor.js +++ b/test/staging/sm/object/accessor-non-constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/add-property-non-extensible.js b/test/staging/sm/object/add-property-non-extensible.js index 2dcf3d14f1b..a814168f068 100644 --- a/test/staging/sm/object/add-property-non-extensible.js +++ b/test/staging/sm/object/add-property-non-extensible.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/bug-1150906.js b/test/staging/sm/object/bug-1150906.js index 70b38a1d715..626a248b90f 100644 --- a/test/staging/sm/object/bug-1150906.js +++ b/test/staging/sm/object/bug-1150906.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/bug-1206700.js b/test/staging/sm/object/bug-1206700.js index 935bd9534a4..bc19b926f93 100644 --- a/test/staging/sm/object/bug-1206700.js +++ b/test/staging/sm/object/bug-1206700.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/clear-dictionary-accessor-getset.js b/test/staging/sm/object/clear-dictionary-accessor-getset.js index 5dc0e0c5e95..ccf09a40e6d 100644 --- a/test/staging/sm/object/clear-dictionary-accessor-getset.js +++ b/test/staging/sm/object/clear-dictionary-accessor-getset.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineGetter-defineSetter.js b/test/staging/sm/object/defineGetter-defineSetter.js index afa802af485..57be6dc3002 100644 --- a/test/staging/sm/object/defineGetter-defineSetter.js +++ b/test/staging/sm/object/defineGetter-defineSetter.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineProperties-callable-accessor.js b/test/staging/sm/object/defineProperties-callable-accessor.js index da48a30c7c5..6503d477619 100644 --- a/test/staging/sm/object/defineProperties-callable-accessor.js +++ b/test/staging/sm/object/defineProperties-callable-accessor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineProperties-order.js b/test/staging/sm/object/defineProperties-order.js index 23892817a0d..f00e46db0c1 100644 --- a/test/staging/sm/object/defineProperties-order.js +++ b/test/staging/sm/object/defineProperties-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/defineProperty-proxy.js b/test/staging/sm/object/defineProperty-proxy.js index 5e71d47ca02..c5c54b45711 100644 --- a/test/staging/sm/object/defineProperty-proxy.js +++ b/test/staging/sm/object/defineProperty-proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/duplProps.js b/test/staging/sm/object/duplProps.js index ea827190898..c00309e3a95 100644 --- a/test/staging/sm/object/duplProps.js +++ b/test/staging/sm/object/duplProps.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/entries.js b/test/staging/sm/object/entries.js index ba06b8fe68b..bfaa0e11a0e 100644 --- a/test/staging/sm/object/entries.js +++ b/test/staging/sm/object/entries.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/extensibility-01.js b/test/staging/sm/object/extensibility-01.js index ab479d52cd8..f5447dec3d6 100644 --- a/test/staging/sm/object/extensibility-01.js +++ b/test/staging/sm/object/extensibility-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/extensibility-02.js b/test/staging/sm/object/extensibility-02.js index 2dbdb76b518..ff293d9a80b 100644 --- a/test/staging/sm/object/extensibility-02.js +++ b/test/staging/sm/object/extensibility-02.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/freeze-proxy.js b/test/staging/sm/object/freeze-proxy.js index 5d2e5684ab5..2018a0641f7 100644 --- a/test/staging/sm/object/freeze-proxy.js +++ b/test/staging/sm/object/freeze-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/freeze.js b/test/staging/sm/object/freeze.js index 08f5f5675ac..483ba4358c9 100644 --- a/test/staging/sm/object/freeze.js +++ b/test/staging/sm/object/freeze.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/gOPD-vs-prototype-accessor.js b/test/staging/sm/object/gOPD-vs-prototype-accessor.js index 78baeb7bc43..74e5af28ef1 100644 --- a/test/staging/sm/object/gOPD-vs-prototype-accessor.js +++ b/test/staging/sm/object/gOPD-vs-prototype-accessor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getOwnPropertyDescriptor.js b/test/staging/sm/object/getOwnPropertyDescriptor.js index 1ae5f2937ef..7717ba8dee6 100644 --- a/test/staging/sm/object/getOwnPropertyDescriptor.js +++ b/test/staging/sm/object/getOwnPropertyDescriptor.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getOwnPropertySymbols-proxy.js b/test/staging/sm/object/getOwnPropertySymbols-proxy.js index 49c85c2000a..daf69a97d72 100644 --- a/test/staging/sm/object/getOwnPropertySymbols-proxy.js +++ b/test/staging/sm/object/getOwnPropertySymbols-proxy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getOwnPropertySymbols.js b/test/staging/sm/object/getOwnPropertySymbols.js index bb40c08b679..fdbd68c10bf 100644 --- a/test/staging/sm/object/getOwnPropertySymbols.js +++ b/test/staging/sm/object/getOwnPropertySymbols.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getPrototypeOf-array.js b/test/staging/sm/object/getPrototypeOf-array.js index f9b41f40960..3d7ab683a20 100644 --- a/test/staging/sm/object/getPrototypeOf-array.js +++ b/test/staging/sm/object/getPrototypeOf-array.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getPrototypeOf.js b/test/staging/sm/object/getPrototypeOf.js index 65f0cb91e34..14382eece1a 100644 --- a/test/staging/sm/object/getPrototypeOf.js +++ b/test/staging/sm/object/getPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/getter-name.js b/test/staging/sm/object/getter-name.js index b421af62248..96ebb723619 100644 --- a/test/staging/sm/object/getter-name.js +++ b/test/staging/sm/object/getter-name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/hasOwn.js b/test/staging/sm/object/hasOwn.js index 6e46a1f4092..c13c62977da 100644 --- a/test/staging/sm/object/hasOwn.js +++ b/test/staging/sm/object/hasOwn.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isExtensible.js b/test/staging/sm/object/isExtensible.js index 5e29987841d..9643bcc09db 100644 --- a/test/staging/sm/object/isExtensible.js +++ b/test/staging/sm/object/isExtensible.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isFrozen.js b/test/staging/sm/object/isFrozen.js index 6e50b768e6f..8584325bb03 100644 --- a/test/staging/sm/object/isFrozen.js +++ b/test/staging/sm/object/isFrozen.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isPrototypeOf.js b/test/staging/sm/object/isPrototypeOf.js index 2346e86b2dd..0c8aa54d91d 100644 --- a/test/staging/sm/object/isPrototypeOf.js +++ b/test/staging/sm/object/isPrototypeOf.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/isSealed.js b/test/staging/sm/object/isSealed.js index e310e7e7bd8..04dd0705208 100644 --- a/test/staging/sm/object/isSealed.js +++ b/test/staging/sm/object/isSealed.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/keys.js b/test/staging/sm/object/keys.js index 3e7a6c8e639..3b8b611ea6c 100644 --- a/test/staging/sm/object/keys.js +++ b/test/staging/sm/object/keys.js @@ -4,7 +4,7 @@ */ /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/method-non-constructor.js b/test/staging/sm/object/method-non-constructor.js index 4132ed7a181..6f12c653991 100644 --- a/test/staging/sm/object/method-non-constructor.js +++ b/test/staging/sm/object/method-non-constructor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/mutation-prevention-methods.js b/test/staging/sm/object/mutation-prevention-methods.js index b0397ad0125..2b433a3cd04 100644 --- a/test/staging/sm/object/mutation-prevention-methods.js +++ b/test/staging/sm/object/mutation-prevention-methods.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/object-create-with-primitive-second-arg.js b/test/staging/sm/object/object-create-with-primitive-second-arg.js index 5c0836a9f7d..65b1c642460 100644 --- a/test/staging/sm/object/object-create-with-primitive-second-arg.js +++ b/test/staging/sm/object/object-create-with-primitive-second-arg.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/object-toString-01.js b/test/staging/sm/object/object-toString-01.js index f1143e8532e..1a3e5d23641 100644 --- a/test/staging/sm/object/object-toString-01.js +++ b/test/staging/sm/object/object-toString-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/preventExtensions-idempotent.js b/test/staging/sm/object/preventExtensions-idempotent.js index 3ac4848ee69..9d12e71abfa 100644 --- a/test/staging/sm/object/preventExtensions-idempotent.js +++ b/test/staging/sm/object/preventExtensions-idempotent.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/preventExtensions-proxy.js b/test/staging/sm/object/preventExtensions-proxy.js index 10a42f56797..dc3328cab83 100644 --- a/test/staging/sm/object/preventExtensions-proxy.js +++ b/test/staging/sm/object/preventExtensions-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/preventExtensions.js b/test/staging/sm/object/preventExtensions.js index e261c68df02..098d26e9884 100644 --- a/test/staging/sm/object/preventExtensions.js +++ b/test/staging/sm/object/preventExtensions.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/property-descriptor-order.js b/test/staging/sm/object/property-descriptor-order.js index dc0a1f73228..89b17f948f8 100644 --- a/test/staging/sm/object/property-descriptor-order.js +++ b/test/staging/sm/object/property-descriptor-order.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/propertyIsEnumerable-proxy.js b/test/staging/sm/object/propertyIsEnumerable-proxy.js index c5b2ae3ee6a..5fe6777425c 100644 --- a/test/staging/sm/object/propertyIsEnumerable-proxy.js +++ b/test/staging/sm/object/propertyIsEnumerable-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/propertyIsEnumerable.js b/test/staging/sm/object/propertyIsEnumerable.js index 2ff4490bf54..dededf8a8ae 100644 --- a/test/staging/sm/object/propertyIsEnumerable.js +++ b/test/staging/sm/object/propertyIsEnumerable.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/proto-property-change-writability-set.js b/test/staging/sm/object/proto-property-change-writability-set.js index 7dfe9a92e8e..1b9b1aae021 100644 --- a/test/staging/sm/object/proto-property-change-writability-set.js +++ b/test/staging/sm/object/proto-property-change-writability-set.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/regress-459405.js b/test/staging/sm/object/regress-459405.js index ea4989eb631..c909ba26f08 100644 --- a/test/staging/sm/object/regress-459405.js +++ b/test/staging/sm/object/regress-459405.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/seal-proxy.js b/test/staging/sm/object/seal-proxy.js index 36733935905..519be092254 100644 --- a/test/staging/sm/object/seal-proxy.js +++ b/test/staging/sm/object/seal-proxy.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/seal.js b/test/staging/sm/object/seal.js index 3f994612dec..17ceaa41a59 100644 --- a/test/staging/sm/object/seal.js +++ b/test/staging/sm/object/seal.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js b/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js index 28c539be83c..1e951e922de 100644 --- a/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js +++ b/test/staging/sm/object/setPrototypeOf-cross-realm-cycle.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/setPrototypeOf-same-value.js b/test/staging/sm/object/setPrototypeOf-same-value.js index c89f9db99d4..35f73556ddd 100644 --- a/test/staging/sm/object/setPrototypeOf-same-value.js +++ b/test/staging/sm/object/setPrototypeOf-same-value.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/toLocaleString-01.js b/test/staging/sm/object/toLocaleString-01.js index 68475547db2..44ffbf2111b 100644 --- a/test/staging/sm/object/toLocaleString-01.js +++ b/test/staging/sm/object/toLocaleString-01.js @@ -4,7 +4,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/object/toLocaleString.js b/test/staging/sm/object/toLocaleString.js index 924f3bf2c66..3872efae709 100644 --- a/test/staging/sm/object/toLocaleString.js +++ b/test/staging/sm/object/toLocaleString.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/toPrimitive-callers.js b/test/staging/sm/object/toPrimitive-callers.js index 77520b581a0..0c612c9d5b9 100644 --- a/test/staging/sm/object/toPrimitive-callers.js +++ b/test/staging/sm/object/toPrimitive-callers.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/toPrimitive.js b/test/staging/sm/object/toPrimitive.js index a100bc30939..b7dbefddc81 100644 --- a/test/staging/sm/object/toPrimitive.js +++ b/test/staging/sm/object/toPrimitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [deepEqual.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, deepEqual.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/vacuous-accessor-unqualified-name.js b/test/staging/sm/object/vacuous-accessor-unqualified-name.js index 30eb00eec1e..a5abe5c0ff1 100644 --- a/test/staging/sm/object/vacuous-accessor-unqualified-name.js +++ b/test/staging/sm/object/vacuous-accessor-unqualified-name.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values-entries-indexed.js b/test/staging/sm/object/values-entries-indexed.js index 0f619dfb36f..a4effecadde 100644 --- a/test/staging/sm/object/values-entries-indexed.js +++ b/test/staging/sm/object/values-entries-indexed.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values-entries-lazy-props.js b/test/staging/sm/object/values-entries-lazy-props.js index 11a4ad37b4a..1c1e8defe64 100644 --- a/test/staging/sm/object/values-entries-lazy-props.js +++ b/test/staging/sm/object/values-entries-lazy-props.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values-entries-typedarray.js b/test/staging/sm/object/values-entries-typedarray.js index 2e0c220e53a..fa36350f22c 100644 --- a/test/staging/sm/object/values-entries-typedarray.js +++ b/test/staging/sm/object/values-entries-typedarray.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [compareArray.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/object/values.js b/test/staging/sm/object/values.js index 8387ecfaf0f..9c00fe4869b 100644 --- a/test/staging/sm/object/values.js +++ b/test/staging/sm/object/values.js @@ -4,7 +4,7 @@ */ /*--- -includes: [compareArray.js, sm/non262-object-shell.js, sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js, sm/non262-object-shell.js, compareArray.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-10278.js b/test/staging/sm/regress/regress-10278.js index df2f0adeea6..cee2a80f9ad 100644 --- a/test/staging/sm/regress/regress-10278.js +++ b/test/staging/sm/regress/regress-10278.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-1383630.js b/test/staging/sm/regress/regress-1383630.js index a0b092bb03b..b05b680439d 100644 --- a/test/staging/sm/regress/regress-1383630.js +++ b/test/staging/sm/regress/regress-1383630.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-1507322-deep-weakmap.js b/test/staging/sm/regress/regress-1507322-deep-weakmap.js index 7f8b42cbb4a..35bcaa83450 100644 --- a/test/staging/sm/regress/regress-1507322-deep-weakmap.js +++ b/test/staging/sm/regress/regress-1507322-deep-weakmap.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-162392.js b/test/staging/sm/regress/regress-162392.js index 8c1015ce5f8..eb8a32b5362 100644 --- a/test/staging/sm/regress/regress-162392.js +++ b/test/staging/sm/regress/regress-162392.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-306794.js b/test/staging/sm/regress/regress-306794.js index f06fa143d2a..16a84a297ec 100644 --- a/test/staging/sm/regress/regress-306794.js +++ b/test/staging/sm/regress/regress-306794.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-325925.js b/test/staging/sm/regress/regress-325925.js index 07c4ca36274..348b484e3f1 100644 --- a/test/staging/sm/regress/regress-325925.js +++ b/test/staging/sm/regress/regress-325925.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-373843.js b/test/staging/sm/regress/regress-373843.js index 50652a8f814..1ad05081387 100644 --- a/test/staging/sm/regress/regress-373843.js +++ b/test/staging/sm/regress/regress-373843.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-383682.js b/test/staging/sm/regress/regress-383682.js index 85e6d398f00..da1032c7fb3 100644 --- a/test/staging/sm/regress/regress-383682.js +++ b/test/staging/sm/regress/regress-383682.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-383902.js b/test/staging/sm/regress/regress-383902.js index 7e4da009728..55122fc3702 100644 --- a/test/staging/sm/regress/regress-383902.js +++ b/test/staging/sm/regress/regress-383902.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-410852.js b/test/staging/sm/regress/regress-410852.js index a8a64ffdd96..8e23e4f5236 100644 --- a/test/staging/sm/regress/regress-410852.js +++ b/test/staging/sm/regress/regress-410852.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-428366.js b/test/staging/sm/regress/regress-428366.js index 3bb976fb47c..ef52e981030 100644 --- a/test/staging/sm/regress/regress-428366.js +++ b/test/staging/sm/regress/regress-428366.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-441477-01.js b/test/staging/sm/regress/regress-441477-01.js index ab817de3c9a..b868c20fde9 100644 --- a/test/staging/sm/regress/regress-441477-01.js +++ b/test/staging/sm/regress/regress-441477-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-449627.js b/test/staging/sm/regress/regress-449627.js index 40efa99a9c6..26e8fb3e830 100644 --- a/test/staging/sm/regress/regress-449627.js +++ b/test/staging/sm/regress/regress-449627.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-449666.js b/test/staging/sm/regress/regress-449666.js index 10c14606907..40b59fe04ec 100644 --- a/test/staging/sm/regress/regress-449666.js +++ b/test/staging/sm/regress/regress-449666.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452189.js b/test/staging/sm/regress/regress-452189.js index 7a38030e955..c53f48423fe 100644 --- a/test/staging/sm/regress/regress-452189.js +++ b/test/staging/sm/regress/regress-452189.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452498-051.js b/test/staging/sm/regress/regress-452498-051.js index 87fcb613ef2..790b5890923 100644 --- a/test/staging/sm/regress/regress-452498-051.js +++ b/test/staging/sm/regress/regress-452498-051.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452498-053.js b/test/staging/sm/regress/regress-452498-053.js index d5bd6234ac9..a227bfe96ec 100644 --- a/test/staging/sm/regress/regress-452498-053.js +++ b/test/staging/sm/regress/regress-452498-053.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-452498-079.js b/test/staging/sm/regress/regress-452498-079.js index eae8a2feae3..0f3d61c945e 100644 --- a/test/staging/sm/regress/regress-452498-079.js +++ b/test/staging/sm/regress/regress-452498-079.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-459085.js b/test/staging/sm/regress/regress-459085.js index 8cb4499f7d6..513c5837592 100644 --- a/test/staging/sm/regress/regress-459085.js +++ b/test/staging/sm/regress/regress-459085.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-469625-02.js b/test/staging/sm/regress/regress-469625-02.js index 4e580f33cb3..de087c5eb2f 100644 --- a/test/staging/sm/regress/regress-469625-02.js +++ b/test/staging/sm/regress/regress-469625-02.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-469625-03.js b/test/staging/sm/regress/regress-469625-03.js index 41fcb69c21f..4ee36973723 100644 --- a/test/staging/sm/regress/regress-469625-03.js +++ b/test/staging/sm/regress/regress-469625-03.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-469758.js b/test/staging/sm/regress/regress-469758.js index 9cf6810b66e..fb7a99cf930 100644 --- a/test/staging/sm/regress/regress-469758.js +++ b/test/staging/sm/regress/regress-469758.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-470758-01.js b/test/staging/sm/regress/regress-470758-01.js index 98fdda3a210..f7264181433 100644 --- a/test/staging/sm/regress/regress-470758-01.js +++ b/test/staging/sm/regress/regress-470758-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-470758-02.js b/test/staging/sm/regress/regress-470758-02.js index 4fea73c0bba..fb2dcaa5b48 100644 --- a/test/staging/sm/regress/regress-470758-02.js +++ b/test/staging/sm/regress/regress-470758-02.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-499524.js b/test/staging/sm/regress/regress-499524.js index b56e8336a39..c72a4723802 100644 --- a/test/staging/sm/regress/regress-499524.js +++ b/test/staging/sm/regress/regress-499524.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-500528.js b/test/staging/sm/regress/regress-500528.js index 7d47e7a14e5..739d8bd2bb8 100644 --- a/test/staging/sm/regress/regress-500528.js +++ b/test/staging/sm/regress/regress-500528.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-503860.js b/test/staging/sm/regress/regress-503860.js index 3ee147ed99e..9bf8046b6cb 100644 --- a/test/staging/sm/regress/regress-503860.js +++ b/test/staging/sm/regress/regress-503860.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-530879.js b/test/staging/sm/regress/regress-530879.js index 5e48987440e..82f73f349ed 100644 --- a/test/staging/sm/regress/regress-530879.js +++ b/test/staging/sm/regress/regress-530879.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-541255-3.js b/test/staging/sm/regress/regress-541255-3.js index 608ea0ed742..564354744a2 100644 --- a/test/staging/sm/regress/regress-541255-3.js +++ b/test/staging/sm/regress/regress-541255-3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-541455.js b/test/staging/sm/regress/regress-541455.js index 92855491d93..70bc13c8889 100644 --- a/test/staging/sm/regress/regress-541455.js +++ b/test/staging/sm/regress/regress-541455.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-551763-0.js b/test/staging/sm/regress/regress-551763-0.js index f319ce67bc0..0d0d549f5ef 100644 --- a/test/staging/sm/regress/regress-551763-0.js +++ b/test/staging/sm/regress/regress-551763-0.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-551763-1.js b/test/staging/sm/regress/regress-551763-1.js index a09a22a6dff..653cd3f5c63 100644 --- a/test/staging/sm/regress/regress-551763-1.js +++ b/test/staging/sm/regress/regress-551763-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-551763-2.js b/test/staging/sm/regress/regress-551763-2.js index 305774e3a43..57a18219093 100644 --- a/test/staging/sm/regress/regress-551763-2.js +++ b/test/staging/sm/regress/regress-551763-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-552432.js b/test/staging/sm/regress/regress-552432.js index a843c7f4f78..485d9fffd4a 100644 --- a/test/staging/sm/regress/regress-552432.js +++ b/test/staging/sm/regress/regress-552432.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-553778.js b/test/staging/sm/regress/regress-553778.js index 28838e15612..bb75d89b95f 100644 --- a/test/staging/sm/regress/regress-553778.js +++ b/test/staging/sm/regress/regress-553778.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-1.js b/test/staging/sm/regress/regress-554955-1.js index 81a3a4d0e2f..64c5cd592ae 100644 --- a/test/staging/sm/regress/regress-554955-1.js +++ b/test/staging/sm/regress/regress-554955-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-2.js b/test/staging/sm/regress/regress-554955-2.js index 8a3c01bca19..d77feaaaa16 100644 --- a/test/staging/sm/regress/regress-554955-2.js +++ b/test/staging/sm/regress/regress-554955-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-3.js b/test/staging/sm/regress/regress-554955-3.js index f9d7d7d8374..97822933684 100644 --- a/test/staging/sm/regress/regress-554955-3.js +++ b/test/staging/sm/regress/regress-554955-3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-4.js b/test/staging/sm/regress/regress-554955-4.js index 22951161ce1..6cd6efcf2f4 100644 --- a/test/staging/sm/regress/regress-554955-4.js +++ b/test/staging/sm/regress/regress-554955-4.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-5.js b/test/staging/sm/regress/regress-554955-5.js index f07b1145e20..d4efd352ebf 100644 --- a/test/staging/sm/regress/regress-554955-5.js +++ b/test/staging/sm/regress/regress-554955-5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-554955-6.js b/test/staging/sm/regress/regress-554955-6.js index 5ab1afa0003..215746478ef 100644 --- a/test/staging/sm/regress/regress-554955-6.js +++ b/test/staging/sm/regress/regress-554955-6.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-559402-1.js b/test/staging/sm/regress/regress-559402-1.js index 166f607445c..63b866384c7 100644 --- a/test/staging/sm/regress/regress-559402-1.js +++ b/test/staging/sm/regress/regress-559402-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-559402-2.js b/test/staging/sm/regress/regress-559402-2.js index cd441afd9f9..6f3d2daf5fa 100644 --- a/test/staging/sm/regress/regress-559402-2.js +++ b/test/staging/sm/regress/regress-559402-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-559438.js b/test/staging/sm/regress/regress-559438.js index b1dd236c126..58068a8f122 100644 --- a/test/staging/sm/regress/regress-559438.js +++ b/test/staging/sm/regress/regress-559438.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-560998-1.js b/test/staging/sm/regress/regress-560998-1.js index 4ce25f3c456..37b3cb7202a 100644 --- a/test/staging/sm/regress/regress-560998-1.js +++ b/test/staging/sm/regress/regress-560998-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-560998-2.js b/test/staging/sm/regress/regress-560998-2.js index c20790f2d3a..11c359123b5 100644 --- a/test/staging/sm/regress/regress-560998-2.js +++ b/test/staging/sm/regress/regress-560998-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-561031.js b/test/staging/sm/regress/regress-561031.js index 30a596cff6e..d895e9cab73 100644 --- a/test/staging/sm/regress/regress-561031.js +++ b/test/staging/sm/regress/regress-561031.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-563221.js b/test/staging/sm/regress/regress-563221.js index 1dbeba316ef..70d81eccae3 100644 --- a/test/staging/sm/regress/regress-563221.js +++ b/test/staging/sm/regress/regress-563221.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-567152.js b/test/staging/sm/regress/regress-567152.js index 57ed816f938..c76024d0a94 100644 --- a/test/staging/sm/regress/regress-567152.js +++ b/test/staging/sm/regress/regress-567152.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-569306.js b/test/staging/sm/regress/regress-569306.js index e8127722674..f937c885c6c 100644 --- a/test/staging/sm/regress/regress-569306.js +++ b/test/staging/sm/regress/regress-569306.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-571014.js b/test/staging/sm/regress/regress-571014.js index 58d0cad2b51..ed14f4b50a5 100644 --- a/test/staging/sm/regress/regress-571014.js +++ b/test/staging/sm/regress/regress-571014.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-573875.js b/test/staging/sm/regress/regress-573875.js index 47014e58315..d9ac7d36f64 100644 --- a/test/staging/sm/regress/regress-573875.js +++ b/test/staging/sm/regress/regress-573875.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-577648-1.js b/test/staging/sm/regress/regress-577648-1.js index f1d93d639c9..2a06de61d2f 100644 --- a/test/staging/sm/regress/regress-577648-1.js +++ b/test/staging/sm/regress/regress-577648-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-577648-2.js b/test/staging/sm/regress/regress-577648-2.js index 24397723371..6a20ad5ab4e 100644 --- a/test/staging/sm/regress/regress-577648-2.js +++ b/test/staging/sm/regress/regress-577648-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-580544.js b/test/staging/sm/regress/regress-580544.js index 176f162163b..ba5914bc59c 100644 --- a/test/staging/sm/regress/regress-580544.js +++ b/test/staging/sm/regress/regress-580544.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-583429.js b/test/staging/sm/regress/regress-583429.js index 40745b6d700..e3a2725e7f0 100644 --- a/test/staging/sm/regress/regress-583429.js +++ b/test/staging/sm/regress/regress-583429.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-584355.js b/test/staging/sm/regress/regress-584355.js index 57d896ea740..58d95333546 100644 --- a/test/staging/sm/regress/regress-584355.js +++ b/test/staging/sm/regress/regress-584355.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-1.js b/test/staging/sm/regress/regress-586482-1.js index d7740900fdd..4ef7c86b3e5 100644 --- a/test/staging/sm/regress/regress-586482-1.js +++ b/test/staging/sm/regress/regress-586482-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-2.js b/test/staging/sm/regress/regress-586482-2.js index aab0298b39d..747c4f67332 100644 --- a/test/staging/sm/regress/regress-586482-2.js +++ b/test/staging/sm/regress/regress-586482-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-3.js b/test/staging/sm/regress/regress-586482-3.js index 104168969bd..23770bc2fba 100644 --- a/test/staging/sm/regress/regress-586482-3.js +++ b/test/staging/sm/regress/regress-586482-3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-4.js b/test/staging/sm/regress/regress-586482-4.js index fc7a7f76846..e51612c2e8d 100644 --- a/test/staging/sm/regress/regress-586482-4.js +++ b/test/staging/sm/regress/regress-586482-4.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-586482-5.js b/test/staging/sm/regress/regress-586482-5.js index 06235e3a717..73662a345fe 100644 --- a/test/staging/sm/regress/regress-586482-5.js +++ b/test/staging/sm/regress/regress-586482-5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-588339.js b/test/staging/sm/regress/regress-588339.js index c4dd16f2074..ac90795f779 100644 --- a/test/staging/sm/regress/regress-588339.js +++ b/test/staging/sm/regress/regress-588339.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-591897.js b/test/staging/sm/regress/regress-591897.js index 36e82b24d85..c37057d23a3 100644 --- a/test/staging/sm/regress/regress-591897.js +++ b/test/staging/sm/regress/regress-591897.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-592202-3.js b/test/staging/sm/regress/regress-592202-3.js index 3897fda2286..6502164941d 100644 --- a/test/staging/sm/regress/regress-592202-3.js +++ b/test/staging/sm/regress/regress-592202-3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-592202-4.js b/test/staging/sm/regress/regress-592202-4.js index 13d0dbefa56..707ebbc00db 100644 --- a/test/staging/sm/regress/regress-592202-4.js +++ b/test/staging/sm/regress/regress-592202-4.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-592556-c35.js b/test/staging/sm/regress/regress-592556-c35.js index da8cd8700fc..226d98e6b4e 100644 --- a/test/staging/sm/regress/regress-592556-c35.js +++ b/test/staging/sm/regress/regress-592556-c35.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-593256.js b/test/staging/sm/regress/regress-593256.js index 204da46bd9e..7a63e3be369 100644 --- a/test/staging/sm/regress/regress-593256.js +++ b/test/staging/sm/regress/regress-593256.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-595365-1.js b/test/staging/sm/regress/regress-595365-1.js index 049c1b9c254..c9c6e324642 100644 --- a/test/staging/sm/regress/regress-595365-1.js +++ b/test/staging/sm/regress/regress-595365-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-596103.js b/test/staging/sm/regress/regress-596103.js index bec8f392f72..f8586da1043 100644 --- a/test/staging/sm/regress/regress-596103.js +++ b/test/staging/sm/regress/regress-596103.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-596805-1.js b/test/staging/sm/regress/regress-596805-1.js index 6a0bb394262..6d448184d9c 100644 --- a/test/staging/sm/regress/regress-596805-1.js +++ b/test/staging/sm/regress/regress-596805-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-596805-2.js b/test/staging/sm/regress/regress-596805-2.js index c0a3d3107ae..9d29c6c704a 100644 --- a/test/staging/sm/regress/regress-596805-2.js +++ b/test/staging/sm/regress/regress-596805-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-597945-1.js b/test/staging/sm/regress/regress-597945-1.js index 3df91fdb320..edfd55ed64a 100644 --- a/test/staging/sm/regress/regress-597945-1.js +++ b/test/staging/sm/regress/regress-597945-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-597945-2.js b/test/staging/sm/regress/regress-597945-2.js index e95833ffbc5..cc9b1b9be65 100644 --- a/test/staging/sm/regress/regress-597945-2.js +++ b/test/staging/sm/regress/regress-597945-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-598176.js b/test/staging/sm/regress/regress-598176.js index 10c50a0dc75..ad59c19076b 100644 --- a/test/staging/sm/regress/regress-598176.js +++ b/test/staging/sm/regress/regress-598176.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-600067.js b/test/staging/sm/regress/regress-600067.js index a294f64cafe..b81b12e60d3 100644 --- a/test/staging/sm/regress/regress-600067.js +++ b/test/staging/sm/regress/regress-600067.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-601399.js b/test/staging/sm/regress/regress-601399.js index 89b62f59d3e..00df2b0306d 100644 --- a/test/staging/sm/regress/regress-601399.js +++ b/test/staging/sm/regress/regress-601399.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-602621.js b/test/staging/sm/regress/regress-602621.js index bd7e1ea1e9a..88062105c86 100644 --- a/test/staging/sm/regress/regress-602621.js +++ b/test/staging/sm/regress/regress-602621.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-609617.js b/test/staging/sm/regress/regress-609617.js index 7fad7a9c9b2..53abc06b190 100644 --- a/test/staging/sm/regress/regress-609617.js +++ b/test/staging/sm/regress/regress-609617.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-610026.js b/test/staging/sm/regress/regress-610026.js index 592ab1f496f..eea2c95b82d 100644 --- a/test/staging/sm/regress/regress-610026.js +++ b/test/staging/sm/regress/regress-610026.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-617405-1.js b/test/staging/sm/regress/regress-617405-1.js index 12fc67f17d3..cc7847848c6 100644 --- a/test/staging/sm/regress/regress-617405-1.js +++ b/test/staging/sm/regress/regress-617405-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-617405-2.js b/test/staging/sm/regress/regress-617405-2.js index 122d33d3f86..959c7281a8d 100644 --- a/test/staging/sm/regress/regress-617405-2.js +++ b/test/staging/sm/regress/regress-617405-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-618572.js b/test/staging/sm/regress/regress-618572.js index cd7250fb6e3..3f519a778aa 100644 --- a/test/staging/sm/regress/regress-618572.js +++ b/test/staging/sm/regress/regress-618572.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-619003-1.js b/test/staging/sm/regress/regress-619003-1.js index 3f3aa45562d..7f1eb8e461d 100644 --- a/test/staging/sm/regress/regress-619003-1.js +++ b/test/staging/sm/regress/regress-619003-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-619003-2.js b/test/staging/sm/regress/regress-619003-2.js index 293d030f1bf..8b138b11c47 100644 --- a/test/staging/sm/regress/regress-619003-2.js +++ b/test/staging/sm/regress/regress-619003-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-624547.js b/test/staging/sm/regress/regress-624547.js index 3e988aeec05..c2294d276c1 100644 --- a/test/staging/sm/regress/regress-624547.js +++ b/test/staging/sm/regress/regress-624547.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-624968.js b/test/staging/sm/regress/regress-624968.js index aa13f15ea22..71e3581cff1 100644 --- a/test/staging/sm/regress/regress-624968.js +++ b/test/staging/sm/regress/regress-624968.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-626436.js b/test/staging/sm/regress/regress-626436.js index 106df5718d9..8d6625f5f31 100644 --- a/test/staging/sm/regress/regress-626436.js +++ b/test/staging/sm/regress/regress-626436.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-633741.js b/test/staging/sm/regress/regress-633741.js index 565d098a48e..2b32a3fd660 100644 --- a/test/staging/sm/regress/regress-633741.js +++ b/test/staging/sm/regress/regress-633741.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict info: | diff --git a/test/staging/sm/regress/regress-634210-1.js b/test/staging/sm/regress/regress-634210-1.js index 1a445c38021..57d028e3c78 100644 --- a/test/staging/sm/regress/regress-634210-1.js +++ b/test/staging/sm/regress/regress-634210-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-634210-2.js b/test/staging/sm/regress/regress-634210-2.js index c5bd5a87fdd..c6d48620cfe 100644 --- a/test/staging/sm/regress/regress-634210-2.js +++ b/test/staging/sm/regress/regress-634210-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-634210-3.js b/test/staging/sm/regress/regress-634210-3.js index 4ae4721cf85..790f84fe7b6 100644 --- a/test/staging/sm/regress/regress-634210-3.js +++ b/test/staging/sm/regress/regress-634210-3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-634210-4.js b/test/staging/sm/regress/regress-634210-4.js index ac7a7e092e5..a4fb44ade08 100644 --- a/test/staging/sm/regress/regress-634210-4.js +++ b/test/staging/sm/regress/regress-634210-4.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-636364.js b/test/staging/sm/regress/regress-636364.js index 77349f5be02..ea71a478f26 100644 --- a/test/staging/sm/regress/regress-636364.js +++ b/test/staging/sm/regress/regress-636364.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-640075.js b/test/staging/sm/regress/regress-640075.js index 0a70dc8dc3c..411b2df13f8 100644 --- a/test/staging/sm/regress/regress-640075.js +++ b/test/staging/sm/regress/regress-640075.js @@ -6,7 +6,7 @@ /*--- flags: - onlyStrict -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] description: | pending esid: pending diff --git a/test/staging/sm/regress/regress-642247.js b/test/staging/sm/regress/regress-642247.js index c295054e929..4c4bcda6332 100644 --- a/test/staging/sm/regress/regress-642247.js +++ b/test/staging/sm/regress/regress-642247.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-643222.js b/test/staging/sm/regress/regress-643222.js index 19494665b74..db7e297e015 100644 --- a/test/staging/sm/regress/regress-643222.js +++ b/test/staging/sm/regress/regress-643222.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-646820-1.js b/test/staging/sm/regress/regress-646820-1.js index d8a90e365f2..418df49a911 100644 --- a/test/staging/sm/regress/regress-646820-1.js +++ b/test/staging/sm/regress/regress-646820-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-646820-2.js b/test/staging/sm/regress/regress-646820-2.js index db16515ee1d..22aa079c7e5 100644 --- a/test/staging/sm/regress/regress-646820-2.js +++ b/test/staging/sm/regress/regress-646820-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-646820-3.js b/test/staging/sm/regress/regress-646820-3.js index 39c19e33c21..2f89b624bc2 100644 --- a/test/staging/sm/regress/regress-646820-3.js +++ b/test/staging/sm/regress/regress-646820-3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-665355.js b/test/staging/sm/regress/regress-665355.js index 3cefac3010a..29e567311b0 100644 --- a/test/staging/sm/regress/regress-665355.js +++ b/test/staging/sm/regress/regress-665355.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-672892.js b/test/staging/sm/regress/regress-672892.js index 2d5470673d1..288fc39cb38 100644 --- a/test/staging/sm/regress/regress-672892.js +++ b/test/staging/sm/regress/regress-672892.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-672893.js b/test/staging/sm/regress/regress-672893.js index 78a48654697..c17364a9970 100644 --- a/test/staging/sm/regress/regress-672893.js +++ b/test/staging/sm/regress/regress-672893.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-694306.js b/test/staging/sm/regress/regress-694306.js index 9f6bf0f0bf9..ee8a8d5d817 100644 --- a/test/staging/sm/regress/regress-694306.js +++ b/test/staging/sm/regress/regress-694306.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-698028-1.js b/test/staging/sm/regress/regress-698028-1.js index ca1a189e8fb..91930398a68 100644 --- a/test/staging/sm/regress/regress-698028-1.js +++ b/test/staging/sm/regress/regress-698028-1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-699682.js b/test/staging/sm/regress/regress-699682.js index f96ba5f3065..75d3879b431 100644 --- a/test/staging/sm/regress/regress-699682.js +++ b/test/staging/sm/regress/regress-699682.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/regress/regress-810525.js b/test/staging/sm/regress/regress-810525.js index 141e8466ab7..7a8b5bf0df0 100644 --- a/test/staging/sm/regress/regress-810525.js +++ b/test/staging/sm/regress/regress-810525.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js b/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js index 37081270180..4a748ac5b76 100644 --- a/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js +++ b/test/staging/sm/statements/arrow-function-at-end-of-for-statement-head.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/arrow-function-in-for-statement-head.js b/test/staging/sm/statements/arrow-function-in-for-statement-head.js index c39e58112a1..de46a7f381b 100644 --- a/test/staging/sm/statements/arrow-function-in-for-statement-head.js +++ b/test/staging/sm/statements/arrow-function-in-for-statement-head.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-in-with-declaration.js b/test/staging/sm/statements/for-in-with-declaration.js index 1b5ee31313f..6bec93934f6 100644 --- a/test/staging/sm/statements/for-in-with-declaration.js +++ b/test/staging/sm/statements/for-in-with-declaration.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js b/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js index 3879c713df3..bdc031e03b0 100644 --- a/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js +++ b/test/staging/sm/statements/for-in-with-gc-and-unvisited-deletion.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-inof-finally.js b/test/staging/sm/statements/for-inof-finally.js index 9e2e270cc84..280058861d1 100644 --- a/test/staging/sm/statements/for-inof-finally.js +++ b/test/staging/sm/statements/for-inof-finally.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-inof-loop-const-declaration.js b/test/staging/sm/statements/for-inof-loop-const-declaration.js index d5555620099..7ceb545fabc 100644 --- a/test/staging/sm/statements/for-inof-loop-const-declaration.js +++ b/test/staging/sm/statements/for-inof-loop-const-declaration.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js b/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js index 72802484fce..7c2b3e983d1 100644 --- a/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js +++ b/test/staging/sm/statements/for-inof-name-iteration-expression-contains-index-string.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js b/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js index ca575be9f20..909a4833752 100644 --- a/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js +++ b/test/staging/sm/statements/for-loop-declaration-contains-computed-name.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-loop-declaration-contains-initializer.js b/test/staging/sm/statements/for-loop-declaration-contains-initializer.js index e09850e7972..a9c14bd1466 100644 --- a/test/staging/sm/statements/for-loop-declaration-contains-initializer.js +++ b/test/staging/sm/statements/for-loop-declaration-contains-initializer.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-iterator-close-throw.js b/test/staging/sm/statements/for-of-iterator-close-throw.js index c5fe8a1adda..a2fd628e0bf 100644 --- a/test/staging/sm/statements/for-of-iterator-close-throw.js +++ b/test/staging/sm/statements/for-of-iterator-close-throw.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-iterator-close.js b/test/staging/sm/statements/for-of-iterator-close.js index 3aefd1f2cef..c25857016ee 100644 --- a/test/staging/sm/statements/for-of-iterator-close.js +++ b/test/staging/sm/statements/for-of-iterator-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-iterator-primitive.js b/test/staging/sm/statements/for-of-iterator-primitive.js index 41fe1e76cbb..d273fd1442c 100644 --- a/test/staging/sm/statements/for-of-iterator-primitive.js +++ b/test/staging/sm/statements/for-of-iterator-primitive.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/for-of-var-with-initializer.js b/test/staging/sm/statements/for-of-var-with-initializer.js index 05f49b2c20d..951e57d1a71 100644 --- a/test/staging/sm/statements/for-of-var-with-initializer.js +++ b/test/staging/sm/statements/for-of-var-with-initializer.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/if-constant-folding.js b/test/staging/sm/statements/if-constant-folding.js index 80a2c08d613..f3872f8e1bb 100644 --- a/test/staging/sm/statements/if-constant-folding.js +++ b/test/staging/sm/statements/if-constant-folding.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/property-reference-self-assignment.js b/test/staging/sm/statements/property-reference-self-assignment.js index 020eb92307d..9248db4578d 100644 --- a/test/staging/sm/statements/property-reference-self-assignment.js +++ b/test/staging/sm/statements/property-reference-self-assignment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/regress-642975.js b/test/staging/sm/statements/regress-642975.js index f3ea2986961..46d8bfb40e2 100644 --- a/test/staging/sm/statements/regress-642975.js +++ b/test/staging/sm/statements/regress-642975.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/statements/try-completion.js b/test/staging/sm/statements/try-completion.js index f631a03c0fc..01b2037151a 100644 --- a/test/staging/sm/statements/try-completion.js +++ b/test/staging/sm/statements/try-completion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/10.4.2.js b/test/staging/sm/strict/10.4.2.js index 9b15aeb998d..bfaa6edc592 100644 --- a/test/staging/sm/strict/10.4.2.js +++ b/test/staging/sm/strict/10.4.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/10.4.3.js b/test/staging/sm/strict/10.4.3.js index b83d00656e4..7ac10456fe0 100644 --- a/test/staging/sm/strict/10.4.3.js +++ b/test/staging/sm/strict/10.4.3.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/10.6.js b/test/staging/sm/strict/10.6.js index 0c337fde708..4ef54af5761 100644 --- a/test/staging/sm/strict/10.6.js +++ b/test/staging/sm/strict/10.6.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.1.5.js b/test/staging/sm/strict/11.1.5.js index a0cb72d81b0..5ab6dd22f83 100644 --- a/test/staging/sm/strict/11.1.5.js +++ b/test/staging/sm/strict/11.1.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.13.1.js b/test/staging/sm/strict/11.13.1.js index 6eb4d6bf3d5..c6e710d126c 100644 --- a/test/staging/sm/strict/11.13.1.js +++ b/test/staging/sm/strict/11.13.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.13.2.js b/test/staging/sm/strict/11.13.2.js index 59347496a88..4d6f43b3832 100644 --- a/test/staging/sm/strict/11.13.2.js +++ b/test/staging/sm/strict/11.13.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.3.1.js b/test/staging/sm/strict/11.3.1.js index 0de28055db6..47304a8df73 100644 --- a/test/staging/sm/strict/11.3.1.js +++ b/test/staging/sm/strict/11.3.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.3.2.js b/test/staging/sm/strict/11.3.2.js index 3a8b6eafbbf..03ed84664fd 100644 --- a/test/staging/sm/strict/11.3.2.js +++ b/test/staging/sm/strict/11.3.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.4.1.js b/test/staging/sm/strict/11.4.1.js index 3f091bb1d7a..deba864e615 100644 --- a/test/staging/sm/strict/11.4.1.js +++ b/test/staging/sm/strict/11.4.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.4.4.js b/test/staging/sm/strict/11.4.4.js index 9acf7758b4b..1fba6a16473 100644 --- a/test/staging/sm/strict/11.4.4.js +++ b/test/staging/sm/strict/11.4.4.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/11.4.5.js b/test/staging/sm/strict/11.4.5.js index bf176b02af4..d7261939d41 100644 --- a/test/staging/sm/strict/11.4.5.js +++ b/test/staging/sm/strict/11.4.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.10.1.js b/test/staging/sm/strict/12.10.1.js index 4d78ecb940b..98faa620d2d 100644 --- a/test/staging/sm/strict/12.10.1.js +++ b/test/staging/sm/strict/12.10.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.14.1.js b/test/staging/sm/strict/12.14.1.js index ce6548434fd..3ca1d30724b 100644 --- a/test/staging/sm/strict/12.14.1.js +++ b/test/staging/sm/strict/12.14.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.2.1-01.js b/test/staging/sm/strict/12.2.1-01.js index 93c4a22a521..1a3881a3017 100644 --- a/test/staging/sm/strict/12.2.1-01.js +++ b/test/staging/sm/strict/12.2.1-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/12.2.1.js b/test/staging/sm/strict/12.2.1.js index 1872db7679f..1b1547d7dcf 100644 --- a/test/staging/sm/strict/12.2.1.js +++ b/test/staging/sm/strict/12.2.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/13.1.js b/test/staging/sm/strict/13.1.js index 9ad35ae68f0..8e812d12408 100644 --- a/test/staging/sm/strict/13.1.js +++ b/test/staging/sm/strict/13.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.10.7.js b/test/staging/sm/strict/15.10.7.js index 6f14892f7c1..e99d8d5d575 100644 --- a/test/staging/sm/strict/15.10.7.js +++ b/test/staging/sm/strict/15.10.7.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.3.4.5.js b/test/staging/sm/strict/15.3.4.5.js index 472a6315377..692deecb822 100644 --- a/test/staging/sm/strict/15.3.4.5.js +++ b/test/staging/sm/strict/15.3.4.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.3.5.1.js b/test/staging/sm/strict/15.3.5.1.js index baecace0f81..85d6dd0b85c 100644 --- a/test/staging/sm/strict/15.3.5.1.js +++ b/test/staging/sm/strict/15.3.5.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.3.5.2.js b/test/staging/sm/strict/15.3.5.2.js index d8048413876..b6eb0e442c8 100644 --- a/test/staging/sm/strict/15.3.5.2.js +++ b/test/staging/sm/strict/15.3.5.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.11.js b/test/staging/sm/strict/15.4.4.11.js index 6ee836f4382..af83e116eb0 100644 --- a/test/staging/sm/strict/15.4.4.11.js +++ b/test/staging/sm/strict/15.4.4.11.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.12.js b/test/staging/sm/strict/15.4.4.12.js index bcedb9c215e..d394cd8b6a6 100644 --- a/test/staging/sm/strict/15.4.4.12.js +++ b/test/staging/sm/strict/15.4.4.12.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.13.js b/test/staging/sm/strict/15.4.4.13.js index 4c6a3d98326..6a871ff7c8d 100644 --- a/test/staging/sm/strict/15.4.4.13.js +++ b/test/staging/sm/strict/15.4.4.13.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.6.js b/test/staging/sm/strict/15.4.4.6.js index 4fac5bec67c..636e92fcdd8 100644 --- a/test/staging/sm/strict/15.4.4.6.js +++ b/test/staging/sm/strict/15.4.4.6.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.8.js b/test/staging/sm/strict/15.4.4.8.js index 9992df90af8..2d14f69ac23 100644 --- a/test/staging/sm/strict/15.4.4.8.js +++ b/test/staging/sm/strict/15.4.4.8.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.4.9.js b/test/staging/sm/strict/15.4.4.9.js index 4efade47e77..a1c1f2a8a2f 100644 --- a/test/staging/sm/strict/15.4.4.9.js +++ b/test/staging/sm/strict/15.4.4.9.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.4.5.1.js b/test/staging/sm/strict/15.4.5.1.js index e976fe8e538..7a6234131cf 100644 --- a/test/staging/sm/strict/15.4.5.1.js +++ b/test/staging/sm/strict/15.4.5.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.5.5.1.js b/test/staging/sm/strict/15.5.5.1.js index 6b911031e5e..98e30dfcbaa 100644 --- a/test/staging/sm/strict/15.5.5.1.js +++ b/test/staging/sm/strict/15.5.5.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/15.5.5.2.js b/test/staging/sm/strict/15.5.5.2.js index 44ac42402cc..ccfc4167e42 100644 --- a/test/staging/sm/strict/15.5.5.2.js +++ b/test/staging/sm/strict/15.5.5.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.12.5.js b/test/staging/sm/strict/8.12.5.js index afd94178c1c..9c7940e68e6 100644 --- a/test/staging/sm/strict/8.12.5.js +++ b/test/staging/sm/strict/8.12.5.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.12.7-2.js b/test/staging/sm/strict/8.12.7-2.js index 21b15cd35f1..485a8780c5a 100644 --- a/test/staging/sm/strict/8.12.7-2.js +++ b/test/staging/sm/strict/8.12.7-2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.12.7.js b/test/staging/sm/strict/8.12.7.js index 438a75b5124..c30d8ce6c17 100644 --- a/test/staging/sm/strict/8.12.7.js +++ b/test/staging/sm/strict/8.12.7.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.7.2-01.js b/test/staging/sm/strict/8.7.2-01.js index 322819eb56a..65b35c7518b 100644 --- a/test/staging/sm/strict/8.7.2-01.js +++ b/test/staging/sm/strict/8.7.2-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/8.7.2.js b/test/staging/sm/strict/8.7.2.js index 4469446f90c..1a33e9598e3 100644 --- a/test/staging/sm/strict/8.7.2.js +++ b/test/staging/sm/strict/8.7.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/B.1.1.js b/test/staging/sm/strict/B.1.1.js index f20cfdf42be..a894193af89 100644 --- a/test/staging/sm/strict/B.1.1.js +++ b/test/staging/sm/strict/B.1.1.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/B.1.2.js b/test/staging/sm/strict/B.1.2.js index 07c43d9d40c..359e0256d8d 100644 --- a/test/staging/sm/strict/B.1.2.js +++ b/test/staging/sm/strict/B.1.2.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/assign-to-callee-name.js b/test/staging/sm/strict/assign-to-callee-name.js index 8a7845711ff..b84a6b729d4 100644 --- a/test/staging/sm/strict/assign-to-callee-name.js +++ b/test/staging/sm/strict/assign-to-callee-name.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/deprecated-octal-noctal-tokens.js b/test/staging/sm/strict/deprecated-octal-noctal-tokens.js index a0faf759073..80920becbc9 100644 --- a/test/staging/sm/strict/deprecated-octal-noctal-tokens.js +++ b/test/staging/sm/strict/deprecated-octal-noctal-tokens.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/directive-prologue-01.js b/test/staging/sm/strict/directive-prologue-01.js index 5b26023982f..616988649ed 100644 --- a/test/staging/sm/strict/directive-prologue-01.js +++ b/test/staging/sm/strict/directive-prologue-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/eval-variable-environment.js b/test/staging/sm/strict/eval-variable-environment.js index 3340aa95360..ec8b50a537f 100644 --- a/test/staging/sm/strict/eval-variable-environment.js +++ b/test/staging/sm/strict/eval-variable-environment.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/primitive-assignment.js b/test/staging/sm/strict/primitive-assignment.js index 91c52a1b96d..d23ef6a6755 100644 --- a/test/staging/sm/strict/primitive-assignment.js +++ b/test/staging/sm/strict/primitive-assignment.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/primitive-this-getter.js b/test/staging/sm/strict/primitive-this-getter.js index fe356e15cef..3cb9f47d462 100644 --- a/test/staging/sm/strict/primitive-this-getter.js +++ b/test/staging/sm/strict/primitive-this-getter.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/primitive-this-no-writeback.js b/test/staging/sm/strict/primitive-this-no-writeback.js index 6c918b1eeb1..05c6cfb6c25 100644 --- a/test/staging/sm/strict/primitive-this-no-writeback.js +++ b/test/staging/sm/strict/primitive-this-no-writeback.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js b/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js index 9ceeaea3a5d..7c5b72df77c 100644 --- a/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js +++ b/test/staging/sm/strict/rebind-eval-should-fail-in-strict-mode.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/regress-532041.js b/test/staging/sm/strict/regress-532041.js index 4088205b268..a22085fa3a2 100644 --- a/test/staging/sm/strict/regress-532041.js +++ b/test/staging/sm/strict/regress-532041.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/regress-532254.js b/test/staging/sm/strict/regress-532254.js index ada023dc323..aec8223c19d 100644 --- a/test/staging/sm/strict/regress-532254.js +++ b/test/staging/sm/strict/regress-532254.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/regress-599159.js b/test/staging/sm/strict/regress-599159.js index 943c673bc95..7983d7680d2 100644 --- a/test/staging/sm/strict/regress-599159.js +++ b/test/staging/sm/strict/regress-599159.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/strict-function-statements.js b/test/staging/sm/strict/strict-function-statements.js index d561fc6d481..39a233d3fd0 100644 --- a/test/staging/sm/strict/strict-function-statements.js +++ b/test/staging/sm/strict/strict-function-statements.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/strict-this-is-not-truthy.js b/test/staging/sm/strict/strict-this-is-not-truthy.js index b0eec89cfac..78c949d9648 100644 --- a/test/staging/sm/strict/strict-this-is-not-truthy.js +++ b/test/staging/sm/strict/strict-this-is-not-truthy.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/this-for-function-expression-recursion.js b/test/staging/sm/strict/this-for-function-expression-recursion.js index 5f8b5b685ac..65477ba5a53 100644 --- a/test/staging/sm/strict/this-for-function-expression-recursion.js +++ b/test/staging/sm/strict/this-for-function-expression-recursion.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/strict/unbrand-this.js b/test/staging/sm/strict/unbrand-this.js index e3204771197..9ca8023953b 100644 --- a/test/staging/sm/strict/unbrand-this.js +++ b/test/staging/sm/strict/unbrand-this.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262-strict-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-strict-shell.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/bug1863308.js b/test/staging/sm/syntax/bug1863308.js index b7486d9012e..fa2f7378523 100644 --- a/test/staging/sm/syntax/bug1863308.js +++ b/test/staging/sm/syntax/bug1863308.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/class-error.js b/test/staging/sm/syntax/class-error.js index 2babd8851fc..cd294e25110 100644 --- a/test/staging/sm/syntax/class-error.js +++ b/test/staging/sm/syntax/class-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/declaration-forbidden-in-label.js b/test/staging/sm/syntax/declaration-forbidden-in-label.js index 26ccd0e6747..5ec2ef85bfe 100644 --- a/test/staging/sm/syntax/declaration-forbidden-in-label.js +++ b/test/staging/sm/syntax/declaration-forbidden-in-label.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/escaped-let-static-identifier.js b/test/staging/sm/syntax/escaped-let-static-identifier.js index 9c8003e4b77..7969515f195 100644 --- a/test/staging/sm/syntax/escaped-let-static-identifier.js +++ b/test/staging/sm/syntax/escaped-let-static-identifier.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/keyword-unescaped-requirement.js b/test/staging/sm/syntax/keyword-unescaped-requirement.js index 6c55494f2ea..20935204ffc 100644 --- a/test/staging/sm/syntax/keyword-unescaped-requirement.js +++ b/test/staging/sm/syntax/keyword-unescaped-requirement.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/let-as-label.js b/test/staging/sm/syntax/let-as-label.js index e8e2746ef24..b6598f5d87d 100644 --- a/test/staging/sm/syntax/let-as-label.js +++ b/test/staging/sm/syntax/let-as-label.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js b/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js index 73d84076204..7ef87a5ad11 100644 --- a/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js +++ b/test/staging/sm/syntax/linefeed-at-eof-in-unterminated-string-or-template.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/omitted-catch-binding.js b/test/staging/sm/syntax/omitted-catch-binding.js index fd425cf8bb8..02a2df1d23a 100644 --- a/test/staging/sm/syntax/omitted-catch-binding.js +++ b/test/staging/sm/syntax/omitted-catch-binding.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js b/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js index aa68c4f4206..978f2e8860d 100644 --- a/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js +++ b/test/staging/sm/syntax/syntax-parsed-arrow-then-bigint.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js b/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js index a91397c9e0f..9a3adf25ee3 100644 --- a/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js +++ b/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/syntax/yield-as-identifier.js b/test/staging/sm/syntax/yield-as-identifier.js index 6833388e12e..80b4acc8f78 100644 --- a/test/staging/sm/syntax/yield-as-identifier.js +++ b/test/staging/sm/syntax/yield-as-identifier.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/template.js b/test/staging/sm/template.js index 311e57b965a..57385fa5ffd 100644 --- a/test/staging/sm/template.js +++ b/test/staging/sm/template.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: | diff --git a/test/staging/sm/types/8.12.5-01.js b/test/staging/sm/types/8.12.5-01.js index 2f69b4d429f..f8c6b4b6853 100644 --- a/test/staging/sm/types/8.12.5-01.js +++ b/test/staging/sm/types/8.12.5-01.js @@ -4,7 +4,7 @@ */ /*--- -includes: [sm/non262-shell.js, sm/non262.js] +includes: [sm/non262.js, sm/non262-shell.js] flags: - noStrict description: |